From 4e54d60d7f69ae3441e519e5611bd7ea48a8be19 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Apr 2012 18:29:45 +0200 Subject: Using 'persistence' (noun) rather than 'persistent' (adjective/adverb) everywhere. --- manpages/pot/live-boot.7.pot | 52 ++++++++++++++++++++-------------------- manpages/pot/live-snapshot.1.pot | 6 ++--- manpages/pot/live.persist.5.pot | 44 +++++++++++++++++----------------- 3 files changed, 51 insertions(+), 51 deletions(-) (limited to 'manpages/pot') diff --git a/manpages/pot/live-boot.7.pot b/manpages/pot/live-boot.7.pot index 72a0795..0725784 100644 --- a/manpages/pot/live-boot.7.pot +++ b/manpages/pot/live-boot.7.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot VERSION\n" -"POT-Creation-Date: 2012-04-08 18:00+0300\n" +"POT-Creation-Date: 2012-04-08 18:23+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -489,14 +489,14 @@ msgstr "" #. type: IP #: en/live-boot.7:99 #, no-wrap -msgid "B" +msgid "B" msgstr "" #. type: Plain text #: en/live-boot.7:101 msgid "" -"disables the \"persistent\" feature, useful if the bootloader (like " -"syslinux) has been installed with persistent enabled." +"disables the \"persistence\" feature, useful if the bootloader (like " +"syslinux) has been installed with persistence enabled." msgstr "" #. type: IP @@ -552,13 +552,13 @@ msgstr "" #. type: IP #: en/live-boot.7:109 #, no-wrap -msgid "B" +msgid "B" msgstr "" #. type: Plain text #: en/live-boot.7:111 msgid "" -"live-boot will probe devices for persistent media. These can be partitions " +"live-boot will probe devices for persistence media. These can be partitions " "(with the correct GPT name), filesystems (with the correct label) or image/" "archive files (with the correct file name). Overlays are labeled/named " "either \"full-ov\", which will be mounted on /, or \"custom-ov\", which can " @@ -574,14 +574,14 @@ msgstr "" #. type: IP #: en/live-boot.7:111 #, no-wrap -msgid "B=I,I ... I" +msgid "B=I,I ... I" msgstr "" #. type: Plain text #: en/live-boot.7:113 msgid "" "This option determines which types of encryption that we allow to be used " -"when probing devices for persistent media. If \"none\" is in the list, we " +"when probing devices for persistence media. If \"none\" is in the list, we " "allow unencrypted media; if \"luks\" is in the list, we allow LUKS-encrypted " "media. Whenever a device containing encrypted media is probed the user will " "be prompted for the passphrase. The default value is \"none\"." @@ -590,37 +590,37 @@ msgstr "" #. type: IP #: en/live-boot.7:113 #, no-wrap -msgid "B={I|I}" +msgid "B={I|I}" msgstr "" #. type: Plain text #: en/live-boot.7:115 msgid "" "If you specify the keyword 'removable', live-boot will try to find " -"persistent and snapshot partitions on removable media only. Note that if you " -"want to further restrict the media to usb mass storage only, you can use the " -"'removable-usb' keyword." +"persistence and snapshot partitions on removable media only. Note that if " +"you want to further restrict the media to usb mass storage only, you can use " +"the 'removable-usb' keyword." msgstr "" #. type: IP #: en/live-boot.7:115 #, no-wrap -msgid "B=I,I ... I" +msgid "B=I,I ... I" msgstr "" #. type: Plain text #: en/live-boot.7:117 msgid "" -"This option determines which types of persistent media we allow. If \"overlay" -"\" is in the list, we consider overlays (i.e. \"live-rw\" and \"home-rw\"); " -"if \"snapshot\" is in the list, we consider snapshots (i.e. \"live-sn\" and " -"\"home-sn\"). The default is \"overlay,snapshot\"." +"This option determines which types of persistence media we allow. If " +"\"overlay\" is in the list, we consider overlays (i.e. \"live-rw\" and " +"\"home-rw\"); if \"snapshot\" is in the list, we consider snapshots (i.e. " +"\"live-sn\" and \"home-sn\"). The default is \"overlay,snapshot\"." msgstr "" #. type: IP #: en/live-boot.7:117 #, no-wrap -msgid "B=I" +msgid "B=I" msgstr "" #. type: Plain text @@ -634,13 +634,13 @@ msgstr "" #. type: IP #: en/live-boot.7:119 #, no-wrap -msgid "B" +msgid "B" msgstr "" #. type: Plain text #: en/live-boot.7:121 msgid "" -"Filesystem changes are not saved back to persistent media. In particular, " +"Filesystem changes are not saved back to persistence media. In particular, " "overlays and netboot NFS mounts are mounted read-only, and snapshots are not " "resynced on shutdown." msgstr "" @@ -648,14 +648,14 @@ msgstr "" #. type: IP #: en/live-boot.7:121 #, no-wrap -msgid "B=I,I ... I" +msgid "B=I,I ... I" msgstr "" #. type: Plain text #: en/live-boot.7:123 msgid "" -"This option determines which types of persistent storage to consider when " -"probing for persistent media. If \"filesystem\" is in the list, filesystems " +"This option determines which types of persistence storage to consider when " +"probing for persistence media. If \"filesystem\" is in the list, filesystems " "with matching labels will be used; if \"file\" is in the list, all " "filesystems will be probed for archives and image files with matching " "filenames. The default is \"file,filesystem\"." @@ -664,17 +664,17 @@ msgstr "" #. type: IP #: en/live-boot.7:123 #, no-wrap -msgid "B=I" +msgid "B=I" msgstr "" #. type: Plain text #: en/live-boot.7:125 msgid "" "Add a suffix when searching for the image filenames or partition labels to " -"use for the above mentioned persistent feature, the SUFFIX will be added " +"use for the above mentioned persistence feature, the SUFFIX will be added " "after a dash (e.g.: \"live-sn\" would transform to \"live-sn-SUFFIX\"). This " "is handy to test multiple live-boot based live-systems with different " -"persistent storage choices." +"persistence storage choices." msgstr "" #. type: IP diff --git a/manpages/pot/live-snapshot.1.pot b/manpages/pot/live-snapshot.1.pot index b9485be..69128de 100644 --- a/manpages/pot/live-snapshot.1.pot +++ b/manpages/pot/live-snapshot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot VERSION\n" -"POT-Creation-Date: 2012-04-08 18:00+0300\n" +"POT-Creation-Date: 2012-04-08 18:23+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -225,8 +225,8 @@ msgstr "" #: en/live-snapshot.1:19 msgid "" "live-snapshot is a script which can be used to build the right types of " -"persistent image files supported by I(7). It is also used on exit " -"by the live-boot init script to resync the boot-found snapshots devices." +"persistence image files supported by I(7). It is also used on " +"exit by the live-boot init script to resync the boot-found snapshots devices." msgstr "" #. type: IP diff --git a/manpages/pot/live.persist.5.pot b/manpages/pot/live.persist.5.pot index ca13b73..12e84b9 100644 --- a/manpages/pot/live.persist.5.pot +++ b/manpages/pot/live.persist.5.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot VERSION\n" -"POT-Creation-Date: 2012-04-08 11:41+0300\n" +"POT-Creation-Date: 2012-04-08 18:23+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -116,14 +116,14 @@ msgstr "" #. type: Plain text #: en/live.persist.5:6 -msgid "B - Configuration file for persistent media in live-boot" +msgid "B - Configuration file for persistence media in live-boot" msgstr "" #. type: Plain text #: en/live.persist.5:13 msgid "" -"If live-boot probes a persistent volume with the label (or GPT name, or file " -"name, but from now on we will just say \"label\") \"custom-ov\", that " +"If live-boot probes a persistence volume with the label (or GPT name, or " +"file name, but from now on we will just say \"label\") \"custom-ov\", that " "volume's persistence is fully customizable through the B file " "stored on the root of its file system. Any such labeled volume must have " "such a file, or it will be ignored." @@ -145,8 +145,8 @@ msgstr "" #. type: Plain text #: en/live.persist.5:24 msgid "" -"which roughly translates to \"make I persistent in the way described by " -"the list of I