summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-07-15 01:51:31 +0000
committerBill Nottingham <notting@redhat.com>2002-07-15 01:51:31 +0000
commitadb12e23c0eb89f82ad23e361e772a12081e9905 (patch)
treea6a3f196eab4572916191074e89b030e108d1878
parent1a8a127ef6103e623d9a6678ec7164c465973733 (diff)
downloadanaconda-adb12e23c0eb89f82ad23e361e772a12081e9905.tar.gz
anaconda-adb12e23c0eb89f82ad23e361e772a12081e9905.tar.xz
anaconda-adb12e23c0eb89f82ad23e361e772a12081e9905.zip
fix typo (#68830)
-rw-r--r--partIntfHelpers.py2
-rw-r--r--po/anaconda.pot2
-rw-r--r--po/cs.po2
-rw-r--r--po/da.po2
-rw-r--r--po/de.po2
-rw-r--r--po/el.po2
-rw-r--r--po/es.po2
-rw-r--r--po/eu_ES.po2
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/gl.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/id.po2
-rw-r--r--po/is.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/ko.po2
-rw-r--r--po/ms.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/nn.po2
-rw-r--r--po/no.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/pt.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/ro.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/sk.po2
-rw-r--r--po/sl.po2
-rw-r--r--po/sr.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/tr.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_TW.po2
34 files changed, 34 insertions, 34 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index de89f70dc..799772954 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -101,7 +101,7 @@ def sanityCheckMountPoint(mntpt, fstype, preexisting):
def isNotChangable(request, requestlist):
if request:
if request.getProtected():
- return _("You cannot %s this partition, as it is holding the data"
+ return _("You cannot %s this partition, as it is holding the data "
"for the hard drive install.")
if requestlist.isRaidMember(request):
diff --git a/po/anaconda.pot b/po/anaconda.pot
index 448ad8be8..ea256503a 100644
--- a/po/anaconda.pot
+++ b/po/anaconda.pot
@@ -945,7 +945,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index 602b194bf..2b57a3517 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1111,7 +1111,7 @@ msgstr "Zvolte msto pro pipojen tohoto oddlu."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Nemete odstranit oddl, na kterm jsou data pro instalanho program."
diff --git a/po/da.po b/po/da.po
index c81e31c96..8789175f5 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1116,7 +1116,7 @@ msgstr "Specificr et monteringspunkt for denne partition."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Du kan ikke fjerne denne partition, da den indeholder data for harddisk "
diff --git a/po/de.po b/po/de.po
index 853007dbf..5aac5741b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1153,7 +1153,7 @@ msgstr "Legen Sie einen Mount-Point für diese Partition fest."
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Sie können diese Partition nicht %s, da sie Daten für die Installation der "
diff --git a/po/el.po b/po/el.po
index 6d457d0ab..cfdacb1c9 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1041,7 +1041,7 @@ msgstr " "
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr " ."
diff --git a/po/es.po b/po/es.po
index f4c271b0f..9e6019ef2 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1796,7 +1796,7 @@ msgstr "Especifique el punto de montaje para esta partición."
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"No puede eliminar esta partición %s, ya que contiene los datos de la "
diff --git a/po/eu_ES.po b/po/eu_ES.po
index 17bf69e47..8877fc8f1 100644
--- a/po/eu_ES.po
+++ b/po/eu_ES.po
@@ -1287,7 +1287,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr "Zati hau disko batekin behintzat llluto behar duzu."
diff --git a/po/fi.po b/po/fi.po
index b073ef8c3..d36049f49 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1011,7 +1011,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr "Sinun pit mritell sivutusosio, jotta asennus voi jatkua."
diff --git a/po/fr.po b/po/fr.po
index 50083152a..74a23598f 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1157,7 +1157,7 @@ msgstr "Spcifier un point de montage pour cette partition."
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Vous ne pouvez pas %s cette partition car elle contient les donnes pour "
diff --git a/po/gl.po b/po/gl.po
index 492d30a97..f5d095fd9 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1072,7 +1072,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr "Ten que limitar esta particin polo menos a unha unidade."
diff --git a/po/hu.po b/po/hu.po
index 9c7d5acf9..305cb6971 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1019,7 +1019,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr "Ezt a partcit legalbb egy meghajthoz hozz kell rendelnie."
diff --git a/po/id.po b/po/id.po
index f525973b2..dca543e56 100644
--- a/po/id.po
+++ b/po/id.po
@@ -1028,7 +1028,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr "Anda harus membuat partisi swap."
diff --git a/po/is.po b/po/is.po
index 12ed447c8..bd6ffec6b 100644
--- a/po/is.po
+++ b/po/is.po
@@ -1114,7 +1114,7 @@ msgstr "Vinsamlegast gefu upp tengipunkt fyrir ess disksnei."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
" getur ekki fjarlgt essa disksnei v hn inniheldur ggnin fyrir "
diff --git a/po/it.po b/po/it.po
index f7761e631..d91918fb0 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1148,7 +1148,7 @@ msgstr "Specificare un mount point per la partizione."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Non è possibile rimuovere la partizione poiché contiene i dati per "
diff --git a/po/ja.po b/po/ja.po
index 78dad3391..5cfff5cd6 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1115,7 +1115,7 @@ msgstr "ΥѡƥФޥȥݥȤꤷƲ"
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Υѡƥˤϥϡɥǥ󥹥ȡѤΥǡΤǡ"
diff --git a/po/ko.po b/po/ko.po
index f5d23d9fb..82cffb3db 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1134,7 +1134,7 @@ msgstr "이 파티션의 마운트할 지점을 지정해 주십시오."
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"이 파티션은 현재 하드 드라이브 설치를 위한 자료가 저장되어 있기 때문에 %s하"
diff --git a/po/ms.po b/po/ms.po
index 4929ef06e..7f808400a 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -1030,7 +1030,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 052c86868..38defaaf6 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1026,7 +1026,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
diff --git a/po/nn.po b/po/nn.po
index b937543c6..9f47a1617 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -1001,7 +1001,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
diff --git a/po/no.po b/po/no.po
index dcf4b290e..56d7fd7cc 100644
--- a/po/no.po
+++ b/po/no.po
@@ -1119,7 +1119,7 @@ msgstr "Spesifiser et monteringspunkt for denne partisjonen."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Du kan ikke fjerne denne partisjonen siden den inneholder data for harddisk "
diff --git a/po/pl.po b/po/pl.po
index 313e8d854..78e8ba145 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1014,7 +1014,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr "Musisz przydzieli partycj swap dla procesu instalacji."
diff --git a/po/pt.po b/po/pt.po
index 96e39e7f2..5b02c7909 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1152,7 +1152,7 @@ msgstr "Por favor especifique onde montar esta partio."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"No pode apagar esta partio, uma vez que ela que contm os dados para a "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index a215b7ffe..ca43206aa 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1115,7 +1115,7 @@ msgstr "Por favor especifique um ponto de montagem para essa partio."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Voc no pode remover esta partio, visto que ela guarda os dados para a "
diff --git a/po/ro.po b/po/ro.po
index eaa7855ad..b2796222d 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1028,7 +1028,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr "Trebuie s selectai pentru aceast partiie cel puin un drive."
diff --git a/po/ru.po b/po/ru.po
index 9ed51f30b..f4b4ec349 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1113,7 +1113,7 @@ msgstr " ."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
" , , "
diff --git a/po/sk.po b/po/sk.po
index 428a8070e..484e662de 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1013,7 +1013,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Muste prideli odkladac priestor, aby bolo mon pokraova v intalcii."
diff --git a/po/sl.po b/po/sl.po
index 94396af5d..787ae56ad 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1120,7 +1120,7 @@ msgstr "Prosim, doloite toko priklopa za ta razdelek."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Tega razdelka ne morete odstraniti, saj vsebuje podatke za namestitev v trdi "
diff --git a/po/sr.po b/po/sr.po
index efb743c53..1532fa98b 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1014,7 +1014,7 @@ msgstr ""
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr "Morate dodeliti swap particiju da biste nastavili instalaciju."
diff --git a/po/sv.po b/po/sv.po
index 19fa0e4f2..36771bc43 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1115,7 +1115,7 @@ msgstr "Ange en monteringspunkt fr denna partition."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Du kan inte ta bort denna partition eftersom den innehller data fr "
diff --git a/po/tr.po b/po/tr.po
index 9732f8df4..d69ee33c4 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1131,7 +1131,7 @@ msgstr "Bu disk bölümü için bir bağlama noktası belirtmelisiniz."
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
"Sabit disk ile ilgili verilerin bulunduğu bu disk bölümününde bu işlem "
diff --git a/po/uk.po b/po/uk.po
index 359d59605..64eea7738 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1098,7 +1098,7 @@ msgstr " , ֦ Ħ."
#: ../partIntfHelpers.py:104
#, fuzzy, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr ""
" Ħ, צ ͦ Φ "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index b512e608b..7d68cca59 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1085,7 +1085,7 @@ msgstr "请为该分区指定一个挂载点。"
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr "你不能%s该分区,因为该分区含有硬盘安装的信息。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index c70277f88..eea05801d 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1085,7 +1085,7 @@ msgstr "請為這個分割區指定一個掛載點."
#: ../partIntfHelpers.py:104
#, python-format
msgid ""
-"You cannot %s this partition, as it is holding the datafor the hard drive "
+"You cannot %s this partition, as it is holding the data for the hard drive "
"install."
msgstr "您無法 %s 這個分割區,因為它包含了硬碟安裝時要用到的資料。"