<< _("\t--cleanup-algorithm, -c <algo>\tCleanup algorithm for snapshot.") << '\n'
<< _("\t--userdata, -u <userdata>\tUserdata for snapshot.") << '\n'
<< _("\t--command <command>\t\tRun command and create pre and post snapshots.") << endl
+ << _("\t--read-only\t\t\tCreate read-only snapshot.") << '\n'
+ << _("\t--read-write\t\t\tCreate read-write snapshot.") << '\n'
+ << _("\t--from\t\t\t\tCreate a snapshot from the specified snapshot.") << '\n'
<< endl;
}
{ "cleanup-algorithm", required_argument, 0, 'c' },
{ "userdata", required_argument, 0, 'u' },
{ "command", required_argument, 0, 0 },
+ { "read-only", no_argument, 0, 0 },
+ { "read-write", no_argument, 0, 0 },
+ { "from", required_argument, 0, 0 },
{ 0, 0, 0, 0 }
};
bool print_number = false;
SCD scd;
string command;
+ ProxySnapshots::const_iterator parent = snapshots.getCurrent();
GetOpts::parsed_opts::const_iterator opt;
type = CT_PRE_POST;
}
+ if ((opt = opts.find("read-only")) != opts.end())
+ scd.read_only = true;
+
+ if ((opt = opts.find("read-write")) != opts.end())
+ scd.read_only = false;
+
+ if ((opt = opts.find("from")) != opts.end())
+ parent = snapshots.findNum(opt->second);
+
if (type == CT_POST && snapshot1 == snapshots.end())
{
cerr << _("Missing or invalid pre-number.") << endl;
exit(EXIT_FAILURE);
}
+ if (type != CT_SINGLE && !scd.read_only)
+ {
+ cerr << _("Option --read-write only supported for snapshots of type single.") << endl;
+ exit(EXIT_FAILURE);
+ }
+
+ if (type != CT_SINGLE && parent != snapshots.getCurrent())
+ {
+ cerr << _("Option --from only supported for snapshots of type single.") << endl;
+ exit(EXIT_FAILURE);
+ }
+
switch (type)
{
case CT_SINGLE: {
- snapshot1 = snapper->createSingleSnapshot(scd);
+ snapshot1 = snapper->createSingleSnapshot(parent, scd);
if (print_number)
cout << snapshot1->getNum() << endl;
} break;
+snapper (0.8.4) stable; urgency=low
+
+ * Updated to version 0.8.4
+
+ -- Arvin Schnell <aschnell@suse.com> Tue, 15 Oct 2019 11:11:12 +0100
+
snapper (0.8.3) stable; urgency=low
* Updated to version 0.8.3
<refentry id='snapper8'>
<refentryinfo>
- <date>2018-10-29</date>
+ <date>2019-10-14</date>
</refentryinfo>
<refmeta>
<refentrytitle>snapper</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class='date'>2018-10-29</refmiscinfo>
+ <refmiscinfo class='date'>2019-10-14</refmiscinfo>
<refmiscinfo class='version'>@VERSION@</refmiscinfo>
<refmiscinfo class='manual'>Filesystem Snapshot Management</refmiscinfo>
</refmeta>
<para>Create a pre and post snapshot and run command in between.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--read-only</option></term>
+ <listitem>
+ <para>Create a read-only snapshot. This is the default.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--read-write</option></term>
+ <listitem>
+ <para>Create a read-write snapshot.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--from</option> <replaceable>number</replaceable></term>
+ <listitem>
+ <para>Create a snapshot from the snapshot with the
+ provided number instead of snapshot 0.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</listitem>
</varlistentry>
+-------------------------------------------------------------------
+Tue Oct 15 11:06:51 CEST 2019 - aschnell@suse.com
+
+- allow to make snapshot from other snapshot that the current one
+ (jse#SLE-7333)
+- version 0.8.4
+
-------------------------------------------------------------------
Fri Aug 30 17:29:34 CET 2019 - iforster@suse.com
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2006-11-03 14:26\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-03-01 20:28+0000\n"
"Last-Translator: George Yacoub <george.yacoub@arabize.com>\n"
-"Language-Team: Arabic <https://l10n.opensuse.org/projects/snapper/master/ar/>"
-"\n"
+"Language-Team: Arabic <https://l10n.opensuse.org/projects/snapper/master/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 3.3\n"
msgid "\t--all-configs, -a\t\tList snapshots from all accessible configs."
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions، -x <options>\tخيارات إضافية تم تمريرها إلى أمر diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tتعيين اسم الملف يدوياً."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tوقف الانتاج الطبيعي."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root، -r <path>\t\tالعمل على الجذر الهدف (يعمل فقط بدون DBus)."
msgid "Opening file '%s' failed."
msgstr "فتح الملف '%s' فشل."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2006-01-04 08:58+0100\n"
"Last-Translator: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>\n"
"Language-Team: Belarusian <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2017-10-29 20:52+0000\n"
"Last-Translator: strahil nikolov <hunter86_bg@yahoo.com>\n"
"Language-Team: Bulgarian <https://l10n.opensuse.org/projects/snapper/master/bg/>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2004-08-09 10:24+0200\n"
"Last-Translator: xxx <yyy@example.org>\n"
"Language-Team: Bengali <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2002-07-23 18:27+0200\n"
"Last-Translator: Damir Bjelobradic <Nagual@lugbih.org>\n"
"Language-Team: Bosnian <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-05-28 09:49+0000\n"
"Last-Translator: David Medina <medipas@gmail.com>\n"
-"Language-Team: Catalan <https://l10n.opensuse.org/projects/snapper/master/ca/"
-">\n"
+"Language-Team: Catalan <https://l10n.opensuse.org/projects/snapper/master/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgstr "\t--all-configs, -a\t\tLlista les instantànies des de totes les configuracions accessibles."
msgid "\t--cleanup-algorithm, -c <algo>\tCleanup algorithm for snapshot."
-msgstr ""
-"\t--cleanup-algorithm, -c <algorisme>\tNeteja l'algorisme per a la "
-"instantània."
+msgstr "\t--cleanup-algorithm, -c <algorisme>\tNeteja l'algorisme per a la instantània."
msgid "\t--cleanup-algorithm, -c <algo>\tCleanup algorithm for snapshots."
-msgstr ""
-"\t--cleanup-algorithm, -c <algorisme>\tNeteja l'algorisme per a les "
-"instantànies."
+msgstr "\t--cleanup-algorithm, -c <algorisme>\tNeteja l'algorisme per a les instantànies."
msgid "\t--command <command>\t\tRun command and create pre and post snapshots."
msgstr "\t--command <ordre>\t\tExecuta l'ordre i crea les instantànies pre i post."
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <options>\tOpcions extres passades a l'ordre diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tEstableix el sistema de fitxers manualment."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tSuprimeix la sortida normal."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <path>\t\tOpera a l'arrel de destinació (només funciona sense DBus)."
msgid "Opening file '%s' failed."
msgstr "Ha fallat l'obertura del fitxer '%s'."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-10-30 10:04+0000\n"
"Last-Translator: Aleš Kastner <alkas@volny.cz>\n"
-"Language-Team: Czech <https://l10n.opensuse.org/projects/snapper/master/cs/>"
-"\n"
+"Language-Team: Czech <https://l10n.opensuse.org/projects/snapper/master/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <možnosti>\tJedná se o další možnosti předané příkazu diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <typ_souborového_systému>\t\tRuční nastavení typu souborového systému."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tPotlačit normální výstup."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <cesta>\t\tUmožňuje pracovat v cílovém účtu root (funguje pouze bez technologie DBus)."
msgid "Opening file '%s' failed."
msgstr "Otevírání souboru '%s' selhalo."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2003-09-23 10:33+0200\n"
"Last-Translator: Kevin Donnelly <kevin@dotmon.com>\n"
"Language-Team: Welsh <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: snapper\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-10-30 01:01+0000\n"
"Last-Translator: scootergrisen <scootergrisen@gmail.com>\n"
-"Language-Team: Danish <https://l10n.opensuse.org/projects/snapper/master/da/>"
-"\n"
+"Language-Team: Danish <https://l10n.opensuse.org/projects/snapper/master/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <tilvalg>\tEkstra tilvalg som sendes til diff-kommandoen."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tAngiv type af filsystem manuelt."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tTilbagehold normalt output."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <sti>\t\tOperer på målrod (virker kun uden DBus)."
msgid "Opening file '%s' failed."
msgstr "Åbning af filen \"%s\" mislykkedes."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: snapper\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-04-04 18:42+0000\n"
"Last-Translator: Sarah Kriesch <ada.lovelace@gmx.de>\n"
-"Language-Team: German <https://l10n.opensuse.org/projects/snapper/master/de/>"
-"\n"
+"Language-Team: German <https://l10n.opensuse.org/projects/snapper/master/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgstr "\t--disable-used-space\t\tBenutzten Platz nicht anzeigen."
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
+msgstr "\t--extensions, -x <Optionen>\tExtra Optionen, die an den diff-Befehl übergeben wurden."
+
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
msgstr ""
-"\t--extensions, -x <Optionen>\tExtra Optionen, die an den diff-Befehl "
-"übergeben wurden."
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tDateisystem-Typ manuell setzen."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tNormale Ausgabe unterdrücken."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <Pfad>\t\tAm Ziel-Root arbeiten (funktioniert nur ohne DBus)."
#, c-format
msgid "Cannot delete snapshot %d since it is the current system."
-msgstr ""
-"Schnappschuss %d kann nicht gelöscht werden, seitdem es das derzeit laufende "
-"System ist."
+msgstr "Schnappschuss %d kann nicht gelöscht werden, seitdem es das derzeit laufende System ist."
#, c-format
msgid "Cannot delete snapshot %d since it is the currently mounted snapshot."
-msgstr ""
-"Schnappschuss %d kann nicht gelöscht werden, seitdem es der derzeit "
-"gemountete Schnappschuss ist."
+msgstr "Schnappschuss %d kann nicht gelöscht werden, seitdem es der derzeit gemountete Schnappschuss ist."
#, c-format
msgid "Cannot delete snapshot %d since it is the next to be mounted snapshot."
-msgstr ""
-"Schnappschuss %d kann nicht gelöscht werden, seitdem es der nächste zu "
-"mountende Schnappschuss ist."
+msgstr "Schnappschuss %d kann nicht gelöscht werden, seitdem es der nächste zu mountende Schnappschuss ist."
msgid "Cleanup"
msgstr "Bereinigen"
msgstr "Nur-Lesen-Schnappschuss des Standard-Subvolumes erstellen."
msgid "Creating read-write snapshot of current subvolume."
-msgstr ""
-"Lesen-Schreiben-Schnappschuss des derzeit laufenden Subvolumes erstellen."
+msgstr "Lesen-Schreiben-Schnappschuss des derzeit laufenden Subvolumes erstellen."
#, c-format
msgid "Creating read-write snapshot of snapshot %d."
msgid "Opening file '%s' failed."
msgstr "Öffnen der Datei '%s' nicht möglich."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2016-09-24 16:01+0000\n"
"Last-Translator: Efstathios Iosifidis <eiosifidis@gmail.com>\n"
"Language-Team: Greek <https://l10n.opensuse.org/projects/snapper/master/el/>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tΟρίσετε είδος συστήματος αρχείων με το χέρι."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tΑπόκρυψη κανονικής απόδοσης."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr "Αποτυχία ανοίγματος αρχείου '%s'."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2001-07-17 16:27+0200\n"
"Last-Translator: James Ogley <ogley@suse.co.uk>\n"
"Language-Team: English <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2005-11-08 12:26+8\n"
"Last-Translator: Steve Beattie <steve@immunix.com>\n"
"Language-Team: English\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2012-02-12 09:27+0100\n"
"Last-Translator: Karl Eichwalder <ke@suse.de>\n"
"Language-Team: Esperanto <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: snapper\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-03-01 20:28+0000\n"
"Last-Translator: jcsl <trcs@gmx.com>\n"
-"Language-Team: Spanish <https://l10n.opensuse.org/projects/snapper/master/es/"
-">\n"
+"Language-Team: Spanish <https://l10n.opensuse.org/projects/snapper/master/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgstr "\t--cleanup-algorithm, -c <algoritmo>\tAlgoritmo de limpieza para las instantáneas."
msgid "\t--command <command>\t\tRun command and create pre and post snapshots."
-msgstr ""
-"\t--command <command>\t\tEjecuta el comando y crea instantáneas pre y post."
+msgstr "\t--command <command>\t\tEjecuta el comando y crea instantáneas pre y post."
msgid "\t--config, -c <name>\t\tSet name of config to use."
msgstr "\t--config, -c <name>\t\tEstablecer el nombre a usar por la configuración."
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <opciones>\tOpciones adicionales que se pasan al comando diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tConfigurar manualmente el sistema de ficheros."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tEliminar la salida normal."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <vía>\t\tFunciona en la raíz del destino (solo funciona sin DBus)."
#, c-format
msgid "Cannot delete snapshot %d since it is the currently mounted snapshot."
-msgstr ""
-"No se puede borrar la imagen %d porque es la imagen montada en estos "
-"momentos."
+msgstr "No se puede borrar la imagen %d porque es la imagen montada en estos momentos."
#, c-format
msgid "Cannot delete snapshot %d since it is the next to be mounted snapshot."
-msgstr ""
-"No se puede borrar la imagen %d porque es la siguiente imagen que se va a "
-"montar."
+msgstr "No se puede borrar la imagen %d porque es la siguiente imagen que se va a montar."
msgid "Cleanup"
msgstr "Limpieza"
msgstr "Falló el listado de configuraciones (%s)."
msgid "Maybe you forgot the delimiter '..' between the snapshot numbers."
-msgstr ""
-"Puede que haya olvidado indica el delimitador '..' entre los números de las "
-"instantáneas."
+msgstr "Puede que haya olvidado indica el delimitador '..' entre los números de las instantáneas."
#. TRANSLATORS: symbol for "mebi bytes" (best keep untranslated)
msgid "MiB"
msgid "Opening file '%s' failed."
msgstr "Falló la apertura del archivo '%s'."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr "El argumento root solo se puede usar junto con no-dbus."
msgid "usage: snapper [--global-options] <command> [--command-options] [command-arguments]"
-msgstr ""
-"uso: snapper [--global-options] <comando> [--command-options] [argumentos-"
-"comando]"
+msgstr "uso: snapper [--global-options] <comando> [--command-options] [argumentos-comando]"
# SLE12
#~ msgid "Quota failure (%s)."
msgstr ""
"Project-Id-Version: autoinst.fi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2003-09-22 13:26+0200\n"
"Last-Translator: Ain Vagula <avagula@gmail.com>\n"
"Language-Team: Estonian <et@li.org>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2003-02-12 10:23+0100\n"
"Last-Translator: i18n@suse.de\n"
"Language-Team: Basque <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: opensuse-i 18n\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2016-11-05 14:28+0000\n"
"Last-Translator: hayyan rostami <hayyan71@yahoo.com>\n"
"Language-Team: Persian <https://l10n.opensuse.org/projects/snapper/master/fa/>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-10-03 23:52+0000\n"
"Last-Translator: Kimmo Kujansuu <mrkujansuu@gmail.com>\n"
-"Language-Team: Finnish <https://l10n.opensuse.org/projects/snapper/master/fi/"
-">\n"
+"Language-Team: Finnish <https://l10n.opensuse.org/projects/snapper/master/fi/>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"X-Generator: Weblate 3.6.1\n"
msgid "\t--all-configs, -a\t\tList snapshots from all accessible configs."
-msgstr ""
-"\t--all-configs, -a\t\tLuettele tilannekuvia kaikista käytettävissä olevista "
-"kokoonpanoista."
+msgstr "\t--all-configs, -a\t\tLuettele tilannekuvia kaikista käytettävissä olevista kokoonpanoista."
msgid "\t--cleanup-algorithm, -c <algo>\tCleanup algorithm for snapshot."
msgstr "\t--cleanup-algorithm, -c <algo>\tTilannevedoksen puhdistusalgoritmi."
msgstr "\t--cleanup-algorithm, -c <algo>\tTilannevedoksen puhdistusalgoritmi."
msgid "\t--command <command>\t\tRun command and create pre and post snapshots."
-msgstr ""
-"\t--command <komento>\t\tSuorita komento ja luo ennen- ja jälkeen-"
-"tilannevedokset."
+msgstr "\t--command <komento>\t\tSuorita komento ja luo ennen- ja jälkeen-tilannevedokset."
msgid "\t--config, -c <name>\t\tSet name of config to use."
msgstr "\t--config, -c <nimi>\t\tAseta käytettävän määrityksen nimi."
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <valinnat>\tdiff-komennolle välitettävät lisävalinnat."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <tiedostojärjestelmä>\t\tAseta tiedostojärjestelmä käsin."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tJätä pois tavallinen tuloste."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <sijainti>\t\tToimi asetetussa juuressa (toimii vain ilman DBusia)."
#, c-format
msgid "Cannot delete snapshot %d since it is the current system."
-msgstr ""
-"Tilannevedosta %d ei voi poistaa, koska se tarkoittaa nykyistä järjestelmää."
+msgstr "Tilannevedosta %d ei voi poistaa, koska se tarkoittaa nykyistä järjestelmää."
#, c-format
msgid "Cannot delete snapshot %d since it is the currently mounted snapshot."
-msgstr ""
-"Tilannevedosta %d ei voi poistaa, koska se on tällä hetkellä liitettynä "
-"oleva tilannevedos."
+msgstr "Tilannevedosta %d ei voi poistaa, koska se on tällä hetkellä liitettynä oleva tilannevedos."
#, c-format
msgid "Cannot delete snapshot %d since it is the next to be mounted snapshot."
-msgstr ""
-"Tilannevedosta %d ei voi poistaa, koska se on seuraavaksi liitettävä "
-"tilannevedos."
+msgstr "Tilannevedosta %d ei voi poistaa, koska se on seuraavaksi liitettävä tilannevedos."
msgid "Cleanup"
msgstr "Puhdistus"
msgid "Opening file '%s' failed."
msgstr "Tiedoston \"%s\" avaaminen epäonnistui."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr "Juuriparametria voi käyttää vain no-dbus-asetuksen kanssa."
msgid "usage: snapper [--global-options] <command> [--command-options] [command-arguments]"
-msgstr ""
-"käyttö: snapper [--yleisvalitsimet] <komento> [--komennon-valitsimet] "
-"[komennon-parametrit]"
+msgstr "käyttö: snapper [--yleisvalitsimet] <komento> [--komennon-valitsimet] [komennon-parametrit]"
#, fuzzy
#~ msgid "Quota failure (%s)."
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-11-02 09:49+0000\n"
"Last-Translator: Antoine Belvire <antoine.belvire@opensuse.org>\n"
-"Language-Team: French <https://l10n.opensuse.org/projects/snapper/master/fr/>"
-"\n"
+"Language-Team: French <https://l10n.opensuse.org/projects/snapper/master/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <options>\tOptions supplémentaires transmises à la commande diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tDéfinit manuellement le type de système de fichiers."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tSupprime la sortie normale."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <chemin>\t\tPermet d'intervenir au niveau de la racine cible (fonctionne uniquement sans DBus)."
msgid "Opening file '%s' failed."
msgstr "Échec de l'ouverture du fichier '%s'."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "Pio"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-06-01 11:02+0000\n"
"Last-Translator: Jiri Machalek <jiri.machalek@tieto.com>\n"
"Language-Team: Galician <https://l10n.opensuse.org/projects/snapper/master/gl/>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2005-07-29 15:37+0530\n"
"Last-Translator: i18n@suse.de\n"
"Language-Team: Gujarati <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2004-08-09 10:24+0200\n"
"Last-Translator: xxx <yyy@example.org>\n"
"Language-Team: Hebrew <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-04-07 16:03+0000\n"
"Last-Translator: Anshul Panwar <caspian7pena@gmail.com>\n"
"Language-Team: Hindi <https://l10n.opensuse.org/projects/snapper/master/hi/>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2011-04-16 18:13+0200\n"
"Last-Translator: Krešimir Jozić <kjozic@gmail.com>\n"
"Language-Team: Croatian <kde-i18n-doc@kde.org>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr "Otvaranje datoteke '%s' nije uspjelo."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-03-01 20:28+0000\n"
"Last-Translator: Robert Taisz <robert.taisz@emerald.hu>\n"
-"Language-Team: Hungarian <https://l10n.opensuse.org/projects/snapper/master/"
-"hu/>\n"
+"Language-Team: Hungarian <https://l10n.opensuse.org/projects/snapper/master/hu/>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgstr "\t--cleanup-algorithm, -c <algoritmus>\tKarbantartási algoritmus a pillanatfelvételekhez."
msgid "\t--command <command>\t\tRun command and create pre and post snapshots."
-msgstr ""
-"\t--command <parancs>\t\tFuttassa a parancsot, és készítsen pillanatképet "
-"előtte, majd utána."
+msgstr "\t--command <parancs>\t\tFuttassa a parancsot, és készítsen pillanatképet előtte, majd utána."
msgid "\t--config, -c <name>\t\tSet name of config to use."
msgstr "\t--config, -c <név>\t\tFelhasznált beállítás nevének megadása."
msgstr "\t--diff-cmd <parancs>\t\tA fájlok összehasonlítására használt parancs."
msgid "\t--disable-used-space\t\tDisable showing used space."
-msgstr ""
-"\t--disable-used-space\t\tFelhasznált terület megjelenítésének letiltása."
+msgstr "\t--disable-used-space\t\tFelhasznált terület megjelenítésének letiltása."
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <beállítások>\tA diff parancsnak átadott további beállítások."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tFájlrendszer típusának beállítása kézzel."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tNormál kimenet elhagyása."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <elérési út>\t\tMűvelet elvégzése a cél gyökér elérési úton (csak DBus nélkül működik)."
#, c-format
msgid "Cannot delete snapshot %d since it is the currently mounted snapshot."
-msgstr ""
-"A(z) %d pillanatkép nem törölhető, mivel ez az aktuálisan csatlakoztatott "
-"pillanatkép."
+msgstr "A(z) %d pillanatkép nem törölhető, mivel ez az aktuálisan csatlakoztatott pillanatkép."
#, c-format
msgid "Cannot delete snapshot %d since it is the next to be mounted snapshot."
-msgstr ""
-"A(z) %d pillanatkép nem törölhető, mivel ez a következő csatlakoztatandó "
-"pillanatkép."
+msgstr "A(z) %d pillanatkép nem törölhető, mivel ez a következő csatlakoztatandó pillanatkép."
msgid "Cleanup"
msgstr "Tisztítás"
msgid "Opening file '%s' failed."
msgstr "A(z) '%s' fájl megnyitása sikertelen."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-11-02 14:47+0000\n"
"Last-Translator: Kukuh Syafaat <syafaatkukuh@gmail.com>\n"
-"Language-Team: Indonesian "
-"<https://l10n.opensuse.org/projects/snapper/master/id/>\n"
+"Language-Team: Indonesian <https://l10n.opensuse.org/projects/snapper/master/id/>\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <options>\tPilihan ekstra diteruskan untuk perintah diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tSecara manual mengatur jenis sistem berkas."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tMenekan keluaran normal."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <path>\t\tBeroperasi pada target root (hanya bekerja tanpa DBus)."
#, c-format
msgid "Cannot delete snapshot %d since it is the currently mounted snapshot."
-msgstr ""
-"Tidak dapat menghapus snapshot %d karena ini adalah snapshot yang saat ini "
-"terpasang."
+msgstr "Tidak dapat menghapus snapshot %d karena ini adalah snapshot yang saat ini terpasang."
#, c-format
msgid "Cannot delete snapshot %d since it is the next to be mounted snapshot."
-msgstr ""
-"Tidak dapat menghapus snapshot %d karena ini adalah snapshot yang dipasang "
-"selanjutnya."
+msgstr "Tidak dapat menghapus snapshot %d karena ini adalah snapshot yang dipasang selanjutnya."
msgid "Cleanup"
msgstr "Pembersihan"
msgid "Opening file '%s' failed."
msgstr "Membuka berkas '%s' gagal."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-11-11 14:48+0000\n"
"Last-Translator: Alessio Adamo <alessio.adamo@gmail.com>\n"
-"Language-Team: Italian "
-"<https://l10n.opensuse.org/projects/snapper/master/it/>\n"
+"Language-Team: Italian <https://l10n.opensuse.org/projects/snapper/master/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <opzioni>\tOpzioni supplementari trasmesse al comando diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tImposta manualmente il tipo di file system."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tSopprime l'output normale."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <percorso>\t\tOpera su radice di destinazione (funziona solo senza DBus)."
msgid "Opening file '%s' failed."
msgstr "Apertura del file '%s' fallita."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: snapper\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-10-29 22:35+0000\n"
"Last-Translator: Yasuhiko Kamata <belphegor@belbel.or.jp>\n"
-"Language-Team: Japanese "
-"<https://l10n.opensuse.org/projects/snapper/master/ja/>\n"
+"Language-Team: Japanese <https://l10n.opensuse.org/projects/snapper/master/ja/>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <オプション>\tdiffコマンドに渡される追加オプション。"
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <種類>\t\t手動でファイルシステムの種類を指定する。"
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\t通常出力される項目を省略する。"
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <パス>\t\t指定したルートに対して操作を行なう (DBus を使用しない場合にのみ動作します)。"
msgid "Opening file '%s' failed."
msgstr "ファイル '%s' を開けませんでした。"
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2005-05-18 10:33+0200\n"
"Last-Translator: Aiet Kolkhi <aiet@qartuli.net>\n"
"Language-Team: Georgian <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: snapper.km\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2011-10-24 10:40+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
"Language-Team: Khmer <support@khmeros.info>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tកំណត់ប្រភេទប្រព័ន្ធឯកសារដោយដៃ ។"
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tលុបទិន្នន័យធម្មតា ។"
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr "បានបរាជ័យក្នុងការបើកឯកសារ '%s' ។"
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: entries\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-03-01 20:28+0000\n"
"Last-Translator: Hwajin Kim <hwajin.kim@e4net.net>\n"
-"Language-Team: Korean <https://l10n.opensuse.org/projects/snapper/master/ko/>"
-"\n"
+"Language-Team: Korean <https://l10n.opensuse.org/projects/snapper/master/ko/>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <options>\tdiff 명령에 전달되는 추가 옵션입니다."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
# SLE12
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\t파일 시스템 유형을 수동으로 설정합니다."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\t정상적인 출력을 억제합니다."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <path>\t\t대상 루트에서 작업합니다(DBus 없이만 작동)."
msgid "Opening file '%s' failed."
msgstr "'%s' 파일을 열지 못했습니다."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: memory.ku.po\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2005-09-23 00:15+0200\n"
"Last-Translator: Kurdish Team <i18n@suse.de>\n"
"Language-Team: Kurdish Team <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr "Pel tê vekirin..."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2006-01-04 08:58+0100\n"
"Last-Translator: i18n@suse.de\n"
"Language-Team: Lao <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: LCN (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2017-06-02 16:57+0000\n"
"Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.kalba@gmail.com>\n"
"Language-Team: Lithuanian <https://l10n.opensuse.org/projects/snapper/master/lt/>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr "Nepavyko atverti rinkmenos „%s“."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2001-07-17 16:12+0200\n"
"Last-Translator: Зоран Димовски <zoki.dimovski@gmail.com>\n"
"Language-Team: Macedonian <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2005-07-29 15:37+0530\n"
"Last-Translator: \"( अमेय पाळंदे ) Ameya Palande\" <2ameya@gmail.com>\n"
"Language-Team: Marathi <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2013-10-04 18:20+0200\n"
"Last-Translator: Olav Pettershagen <olpetter@bbnett.no>\n"
"Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tAngi filsystemtype manuelt."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tUndertrykk vanlig visning."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr "Filen '%s' kunne ikke åpnes."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: opensuse-i 18n\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2012-11-26 14:24+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-10-29 22:36+0000\n"
"Last-Translator: Freek de Kruijf <freek@opensuse.org>\n"
-"Language-Team: Dutch <https://l10n.opensuse.org/projects/snapper/master/nl/>"
-"\n"
+"Language-Team: Dutch <https://l10n.opensuse.org/projects/snapper/master/nl/>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <options>\tExtra opties doorgeven aan de opdracht diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tStel handmatig het type bestandssysteem in."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tOnderdruk normale uitvoer."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <path>\t\tBewerking op targetroot (werkt alleen zonder D-Bus)."
msgid "Opening file '%s' failed."
msgstr "Openen van bestand '%s' is mislukt."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2005-08-11 20:37+0200\n"
"Last-Translator: nynorsk <i18n@suse.de>\n"
"Language-Team: nn <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2005-08-15 12:20+0530\n"
"Last-Translator: Amanpreet Singh Alam <amanpreetalam@yahoo.com>\n"
"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-03-01 20:28+0000\n"
"Last-Translator: Ewelina Michalowska <ewelina.michalowska@stgambit.com>\n"
-"Language-Team: Polish <https://l10n.opensuse.org/projects/snapper/master/pl/>"
-"\n"
+"Language-Team: Polish <https://l10n.opensuse.org/projects/snapper/master/pl/>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2;\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.3\n"
msgid "\t--all-configs, -a\t\tList snapshots from all accessible configs."
msgstr "\t--cleanup-algorithm, -c <algo>\tAlgorytm czyszczenia migawek."
msgid "\t--command <command>\t\tRun command and create pre and post snapshots."
-msgstr ""
-"\t--command <polecenie>\t\tWykonanie polecenia oraz utworzenie zrzutów typu "
-"pre i post."
+msgstr "\t--command <polecenie>\t\tWykonanie polecenia oraz utworzenie zrzutów typu pre i post."
msgid "\t--config, -c <name>\t\tSet name of config to use."
msgstr "\t--config, -c <nazwa>\t\tUstawienie nazwy konfiguracji do użycia."
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <opcje>\tDodatkowe opcje przekazywane do polecenia diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tRęczne ustawienie typu systemu plików."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tWyłącz normalne wyjście."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <ścieżka>\t\tDziałanie na katalogu głównym obiektu docelowego (działa tylko bez systemu DBus)."
#, c-format
msgid "Cannot delete snapshot %d since it is the currently mounted snapshot."
-msgstr ""
-"Nie można usunąć migawki %d, ponieważ to jest aktualnie zamontowana migawka."
+msgstr "Nie można usunąć migawki %d, ponieważ to jest aktualnie zamontowana migawka."
#, c-format
msgid "Cannot delete snapshot %d since it is the next to be mounted snapshot."
-msgstr ""
-"Nie można usunąć migawki %d, ponieważ to jest migawka następna w kolejności "
-"do zamontowania."
+msgstr "Nie można usunąć migawki %d, ponieważ to jest migawka następna w kolejności do zamontowania."
msgid "Cleanup"
msgstr "Wyczyszczono"
msgid "Opening file '%s' failed."
msgstr "Otwieranie pliku '%s' nie powiodło się."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-06-01 11:05+0000\n"
"Last-Translator: Jiri Machalek <jiri.machalek@tieto.com>\n"
"Language-Team: Portuguese <https://l10n.opensuse.org/projects/snapper/master/pt/>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-10-31 12:21+0000\n"
"Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
-"Language-Team: Portuguese (Brazil) "
-"<https://l10n.opensuse.org/projects/snapper/master/pt_BR/>\n"
+"Language-Team: Portuguese (Brazil) <https://l10n.opensuse.org/projects/snapper/master/pt_BR/>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <opções>\tOpções adicionais passadas para o comando diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <tipo_de_sistema_de_arquivos>\t\tDefinir o tipo de sistema de arquivos manualmente."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tOcultar saída normal."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <caminho>\t\tOperar na raiz do destino (apenas funciona sem DBus)."
msgid "Opening file '%s' failed."
msgstr "Falha ao abrir o arquivo '%s'."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: OpenSUSE\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2011-11-01 00:08-0700\n"
"Last-Translator: Alexandru Szasz <alexxed@gmail.com>\n"
"Language-Team: Romanian <LL@li.org>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-02-09 16:10+0000\n"
"Last-Translator: Nikita Maynagashev <maynagashev@palex.ru>\n"
-"Language-Team: Russian <https://l10n.opensuse.org/projects/snapper/master/ru/"
-">\n"
+"Language-Team: Russian <https://l10n.opensuse.org/projects/snapper/master/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
-"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.3\n"
msgid "\t--all-configs, -a\t\tList snapshots from all accessible configs."
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <options>\tДополнительные параметры, переданные в команду diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <тип ФС>\t\tЗадать тип файловой системы вручную."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tПодавить нормальный вывод."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <path>\t\tРабота с целевым корнем (поддерживается только без DBus)."
msgid "Opening file '%s' failed."
msgstr "Сбой при открытии файла '%s'."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "ПиБ"
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2005-07-29 15:37+0530\n"
"Last-Translator: i18n@suse.de\n"
"Language-Team: Sinhala <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-11-05 12:25+0000\n"
"Last-Translator: Ferdinand Galko <galko.ferdinand@gmail.com>\n"
-"Language-Team: Slovak <https://l10n.opensuse.org/projects/snapper/master/sk/>"
-"\n"
+"Language-Team: Slovak <https://l10n.opensuse.org/projects/snapper/master/sk/>\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <voľby>\tĎalšie voľby odovzdané príkazu diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <typ_súborového_systému>\t\tRučne nastaví typ súborového systému."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tPotlačí normálny výstup."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <cesta>\t\tBeží na cieľovom správcovi systému root (funguje len bez DBus)."
msgid "Opening file '%s' failed."
msgstr "Otvorenie súboru '%s' zlyhalo."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2005-08-24 17:37+0200\n"
"Last-Translator: Janez Krek <janez.krek@euroteh.si>\n"
"Language-Team: Slovenščina <sl@li.org>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2005-08-03 21:03+0200\n"
"Last-Translator: Данило Шеган <danilo@gnome.org>\n"
"Language-Team: Serbian <novell@prevod.org>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-03-01 20:28+0000\n"
"Last-Translator: Sven Åhr <anders.ahr@gmail.com>\n"
-"Language-Team: Swedish <https://l10n.opensuse.org/projects/snapper/master/sv/"
-">\n"
+"Language-Team: Swedish <https://l10n.opensuse.org/projects/snapper/master/sv/>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
# SLE12
msgid "\t--command <command>\t\tRun command and create pre and post snapshots."
-msgstr ""
-"\t--command <kommando>\t\tKör kommandot och skapa före- och efter-"
-"ögonblicksbilder."
+msgstr "\t--command <kommando>\t\tKör kommandot och skapa före- och efter-ögonblicksbilder."
# SLE12
msgid "\t--config, -c <name>\t\tSet name of config to use."
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <options>\tExtra alternativ skickades till diffkommandot."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
# SLE12
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstyp>\t\tAnge filsystemtyp manuellt."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tUtelämna normal utmatning."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <path>\t\tArbeta i målroten (fungerar enbart utan DBus)."
# SLE12
#, c-format
msgid "Cannot delete snapshot %d since it is the current system."
-msgstr ""
-"Det går inte att ta bort ögonblicksbilden %d eftersom den används i systemet."
+msgstr "Det går inte att ta bort ögonblicksbilden %d eftersom den används i systemet."
#, c-format
msgid "Cannot delete snapshot %d since it is the currently mounted snapshot."
#, c-format
msgid "Cannot delete snapshot %d since it is the next to be mounted snapshot."
-msgstr ""
-"Det går inte att radera ögonblicksbilden %d eftersom den står på tur att "
-"monteras."
+msgstr "Det går inte att radera ögonblicksbilden %d eftersom den står på tur att monteras."
# SLE12
msgid "Cleanup"
msgid "Opening file '%s' failed."
msgstr "Det gick inte att öppna filen %s."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2003-08-14 10:47+0200\n"
"Last-Translator: xxx <yyy@example.org>\n"
"Language-Team: Tamil <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: Tajik openSUSE Localization\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: Victor Ibragimov <victor.ibragimov@gmail.com>\n"
"Language-Team: Tajik KDE & Software Localization - Victor Ibragimov <victor.ibragimov@gmail.com>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2008-01-04 08:58+0100\n"
"Last-Translator: i18n@suse.de\n"
"Language-Team: Thai <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr "การสร้างระบบแฟ้มล้มเหลว"
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-03-01 20:28+0000\n"
"Last-Translator: Murat Servan Kahraman <muratservan@outlook.com>\n"
-"Language-Team: Turkish <https://l10n.opensuse.org/projects/snapper/master/tr/"
-">\n"
+"Language-Team: Turkish <https://l10n.opensuse.org/projects/snapper/master/tr/>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgstr ""
msgid "\t--cleanup-algorithm, -c <algo>\tCleanup algorithm for snapshot."
-msgstr ""
-"\t--cleanup-algorithm, -c <algo>\tAnlık görüntüler için temizleme "
-"algoritması."
+msgstr "\t--cleanup-algorithm, -c <algo>\tAnlık görüntüler için temizleme algoritması."
msgid "\t--cleanup-algorithm, -c <algo>\tCleanup algorithm for snapshots."
msgstr ""
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <fstype>\t\tDosya sistemi türünü elle ayarla."
#, fuzzy
msgid "\t--input, -i <file>\t\tRead files for which to undo changes from file."
-msgstr ""
-"\t--giriş, -i <file>\t\tDosyadan değişiklikleri geri almak için dosyaları "
-"oku."
+msgstr "\t--giriş, -i <file>\t\tDosyadan değişiklikleri geri almak için dosyaları oku."
#, fuzzy
msgid "\t--input, -i <file>\t\tRead files to diff from file."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\tNormal olan çıktıları gizle."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
#, fuzzy
msgid "\t--userdata, -u <userdata>\tUserdata for snapshot."
-msgstr ""
-"\t--kullanıcıverisi, -u <userdata>\tAnlık görüntü için kullanıcı verisi."
+msgstr "\t--kullanıcıverisi, -u <userdata>\tAnlık görüntü için kullanıcı verisi."
msgid "\t--userdata, -u <userdata>\tUserdata for snapshots."
msgstr ""
msgid "Invalid subvolume."
msgstr "Geçersiz arkases."
-#, c-format, fuzzy
+#, fuzzy, c-format
msgid "Invalid table style %d."
msgstr "%d geçersiz tablo stili."
msgid "MiB"
msgstr ""
-#, c-format, fuzzy
+#, fuzzy, c-format
msgid "Missing argument for command option '%s'."
msgstr "'%s' komut seçeneği için eksik argüman."
-#, c-format, fuzzy
+#, fuzzy, c-format
msgid "Missing argument for global option '%s'."
msgstr "'%s' küresel seçeneği için eksik argüman."
msgid "Opening file '%s' failed."
msgstr "'%s ' dosyasını açma başarısız oldu."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgid "Unknown cleanup algorithm '%s'."
msgstr "Bilinmeyen '%s' temizleme algoritması."
-#, c-format, fuzzy
+#, fuzzy, c-format
msgid "Unknown command '%s'."
msgstr "'Bilinmeyen komut '%s'."
msgid "Unknown global option '%s'."
msgstr "Bilinmeyen '%s' evrensel seçeneği."
-#, c-format, fuzzy
+#, fuzzy, c-format
msgid "Unknown option '%s' for command '%s'."
msgstr "Bilinmeyen '%s' seçeneği; '%s' komutu için."
msgid "deleting %s"
msgstr "%s siliniyor"
-#, c-format, fuzzy
+#, fuzzy, c-format
msgid "failed to create %s"
msgstr "%s oluşturma başarısız oldu"
-#, c-format, fuzzy
+#, fuzzy, c-format
msgid "failed to delete %s"
msgstr "%s 'i silme başarısız oldu"
-#, c-format, fuzzy
+#, fuzzy, c-format
msgid "failed to modify %s"
msgstr "%s 'i değiştirme başarısız oldu"
#, fuzzy
msgid "usage: snapper [--global-options] <command> [--command-options] [command-arguments]"
-msgstr ""
-"kullanım: yakalayıcı [--global-options] <command> [--command-options] "
-"[command-arguments]"
+msgstr "kullanım: yakalayıcı [--global-options] <command> [--command-options] [command-arguments]"
#, fuzzy
#~ msgid "Command '%s' does not work without DBus."
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2015-10-17 16:22+0200\n"
"Last-Translator: Andriy Bandura <andriykopanytsia@gmail.com>\n"
"Language-Team: Ukrainian <http://10n.opensuse.org/projects/snapper/master/uk/>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <options>\tДодаткові параметри, передані у команду diff."
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <тип ФС>\t\tВказати тип файлової системи вручну."
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--тихо, -q\t\t\tПоглушити нормальне виведення."
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <path>\t\tРобота із цільовим коренем (підтримується тільки без DBus)."
msgid "Opening file '%s' failed."
msgstr "Помилка при відкритті файлу '%s'."
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2006-07-12 07:32+0200\n"
"Last-Translator: Phan Vĩnh Thịnh <teppi82@gmail.com>\n"
"Language-Team: Vietnamese <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: yast memory\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2004-04-05 17:37+0200\n"
"Last-Translator: Jean Cayron <jean.cayron@gmail.com>\n"
"Language-Team: Walloon <i18n@suse.de>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: base\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2006-11-03 14:26\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2018-11-03 02:15+0000\n"
"Last-Translator: Marguerite Su <i@marguerite.su>\n"
-"Language-Team: Chinese (China) "
-"<https://l10n.opensuse.org/projects/snapper/master/zh_CN/>\n"
+"Language-Team: Chinese (China) <https://l10n.opensuse.org/projects/snapper/master/zh_CN/>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <选项>\t传递到 diff 命令的额外选项。"
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <文件系统类型> \t\t手动设置文件系统类型。"
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\t静默正常输出。"
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <路径>\t\t在目标根目录上操作(不用 DBus 时才起作用)。"
msgid "Opening file '%s' failed."
msgstr "打开文件 '%s' 失败。"
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2019-03-01 20:28+0000\n"
"Last-Translator: Yi-Jyun Pan <pan93412@gmail.com>\n"
-"Language-Team: Chinese (Taiwan) <https://l10n.opensuse.org/projects/snapper/"
-"master/zh_TW/>\n"
+"Language-Team: Chinese (Taiwan) <https://l10n.opensuse.org/projects/snapper/master/zh_TW/>\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr "\t--extensions, -x <選項>\t傳送到 diff 指令的額外選項。"
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr "\t--fstype, -f <檔案系統類型>\t\t手動設定檔案系統類型。"
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr "\t--quiet, -q\t\t\t減少一般輸出。"
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr "\t--root, -r <路徑>\t\t在目標根目錄操作 (不使用 DBus 時才起作用)。"
msgid "Opening file '%s' failed."
msgstr "開啟檔案 '%s' 失敗。"
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr "PiB"
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-10-29 14:27+0100\n"
+"POT-Creation-Date: 2019-10-15 11:05+0200\n"
"PO-Revision-Date: 2016-04-19 09:51+0000\n"
"Last-Translator: Shane Wims <shane.wims@microfocus.com>\n"
"Language-Team: Zulu <http://l10n.opensuse.org/projects/snapper/master/zu/>\n"
msgid "\t--extensions, -x <options>\tExtra options passed to the diff command."
msgstr ""
+msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot."
+msgstr ""
+
msgid "\t--fstype, -f <fstype>\t\tManually set filesystem type."
msgstr ""
msgid "\t--quiet, -q\t\t\tSuppress normal output."
msgstr ""
+msgid "\t--read-only\t\t\tCreate read-only snapshot."
+msgstr ""
+
+msgid "\t--read-write\t\t\tCreate read-write snapshot."
+msgstr ""
+
msgid "\t--root, -r <path>\t\tOperate on target root (works only without DBus)."
msgstr ""
msgid "Opening file '%s' failed."
msgstr ""
+msgid "Option --from only supported for snapshots of type single."
+msgstr ""
+
+msgid "Option --read-write only supported for snapshots of type single."
+msgstr ""
+
#. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated)
msgid "PiB"
msgstr ""