#!/usr/bin/env php contributors as $contributor) { $usernames[$contributor->login] = $contributor->login; } return $usernames; } function get_organisation_members($username) { $request = api_request("organizations/$username/public_members"); if ($request === false) { return false; } $usernames = array(); foreach ($request->users as $member) { $usernames[$member->login] = $member->login; } return $usernames; } function get_collaborators($username, $repository) { $request = api_request("repos/show/$username/$repository/collaborators"); if ($request === false) { return false; } $usernames = array(); foreach ($request->collaborators as $collaborator) { $usernames[$collaborator] = $collaborator; } return $usernames; } function get_network($username, $repository) { $request = api_request("repos/show/$username/$repository/network"); if ($request === false) { return false; } $usernames = array(); foreach ($request->network as $network) { $usernames[$network->owner] = array( 'username' => $network->owner, 'repository' => $network->name, ); } return $usernames; } function get_arg($array, $index, $default) { return isset($array[$index]) ? $array[$index] : $default; } function run($cmd, $dry = false) { static $dry_run; if (is_null($cmd)) { $dry_run = $dry; } else if (!empty($dry_run)) { echo "$cmd\n"; } else { passthru(escapeshellcmd($cmd)); } } ftware/drakx/commit/?h=topic/switching_to_dnf&id=36d6eb5f5087a6e51049bcb0e6ef28473100f2d6'>root/perl-install/share/po
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:34:42 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:34:42 +0000
commit36d6eb5f5087a6e51049bcb0e6ef28473100f2d6 (patch)
tree8577bce7f4d65df9a0fc8bd1da7077538d0eccb4 /perl-install/share/po
parentc35e14afe195640b441f40bdd9be6e7344dd9528 (diff)
downloaddrakx-36d6eb5f5087a6e51049bcb0e6ef28473100f2d6.tar
drakx-36d6eb5f5087a6e51049bcb0e6ef28473100f2d6.tar.gz
drakx-36d6eb5f5087a6e51049bcb0e6ef28473100f2d6.tar.bz2
drakx-36d6eb5f5087a6e51049bcb0e6ef28473100f2d6.tar.xz
drakx-36d6eb5f5087a6e51049bcb0e6ef28473100f2d6.zip
String changes: perl -pi -e 's!"Password should resist to basic attacks"!"Password should be resistant to basic attacks"!'
Diffstat (limited to 'perl-install/share/po')
-rw-r--r--perl-install/share/po/af.po2
-rw-r--r--perl-install/share/po/am.po2
-rw-r--r--perl-install/share/po/ar.po2
-rw-r--r--perl-install/share/po/az.po2
-rw-r--r--perl-install/share/po/be.po2
-rw-r--r--perl-install/share/po/bg.po2
-rw-r--r--perl-install/share/po/bn.po2
-rw-r--r--perl-install/share/po/br.po2
-rw-r--r--perl-install/share/po/bs.po2
-rw-r--r--perl-install/share/po/ca.po2
-rw-r--r--perl-install/share/po/cs.po2
-rw-r--r--perl-install/share/po/cy.po2
-rw-r--r--perl-install/share/po/da.po2
-rw-r--r--perl-install/share/po/de.po2
-rw-r--r--perl-install/share/po/el.po2
-rw-r--r--perl-install/share/po/eo.po2
-rw-r--r--perl-install/share/po/es.po2
-rw-r--r--perl-install/share/po/et.po2
-rw-r--r--perl-install/share/po/eu.po2
-rw-r--r--perl-install/share/po/fa.po2
-rw-r--r--perl-install/share/po/fi.po2
-rw-r--r--perl-install/share/po/fr.po2
-rw-r--r--perl-install/share/po/fur.po2
-rw-r--r--perl-install/share/po/ga.po2
-rw-r--r--perl-install/share/po/gl.po2
-rw-r--r--perl-install/share/po/he.po2
-rw-r--r--perl-install/share/po/hi.po2
-rw-r--r--perl-install/share/po/hr.po2
-rw-r--r--perl-install/share/po/hu.po2
-rw-r--r--perl-install/share/po/id.po2
-rw-r--r--perl-install/share/po/is.po2
-rw-r--r--perl-install/share/po/it.po2
-rw-r--r--perl-install/share/po/ja.po2
-rw-r--r--perl-install/share/po/ko.po2
-rw-r--r--perl-install/share/po/ky.po2
-rw-r--r--perl-install/share/po/libDrakX.pot2
-rw-r--r--perl-install/share/po/lt.po2
-rw-r--r--perl-install/share/po/ltg.po2
-rw-r--r--perl-install/share/po/lv.po2
-rw-r--r--perl-install/share/po/mk.po2
-rw-r--r--perl-install/share/po/mn.po2
-rw-r--r--perl-install/share/po/ms.po2
-rw-r--r--perl-install/share/po/mt.po2
-rw-r--r--perl-install/share/po/nb.po2
-rw-r--r--perl-install/share/po/nl.po2
-rw-r--r--perl-install/share/po/nn.po2
-rw-r--r--perl-install/share/po/pa_IN.po2
-rw-r--r--perl-install/share/po/pl.po2
-rw-r--r--perl-install/share/po/pt.po2
-rw-r--r--perl-install/share/po/pt_BR.po2
-rw-r--r--perl-install/share/po/ro.po2
-rw-r--r--perl-install/share/po/ru.po2
-rw-r--r--perl-install/share/po/sc.po2
-rw-r--r--perl-install/share/po/sk.po2
-rw-r--r--perl-install/share/po/sl.po2
-rw-r--r--perl-install/share/po/sq.po2
-rw-r--r--perl-install/share/po/sr.po2
-rw-r--r--perl-install/share/po/sr@Latn.po2
-rw-r--r--perl-install/share/po/sv.po2
-rw-r--r--perl-install/share/po/ta.po2
-rw-r--r--perl-install/share/po/tg.po2
-rw-r--r--perl-install/share/po/th.po2
-rw-r--r--perl-install/share/po/tl.po2
-rw-r--r--perl-install/share/po/tr.po2
-rw-r--r--perl-install/share/po/uk.po2
-rw-r--r--perl-install/share/po/uz.po2
-rw-r--r--perl-install/share/po/uz@cyrillic.po2
-rw-r--r--perl-install/share/po/vi.po2
-rw-r--r--perl-install/share/po/wa.po2
-rw-r--r--perl-install/share/po/zh_CN.po2
-rw-r--r--perl-install/share/po/zh_TW.po2
71 files changed, 71 insertions, 71 deletions
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 83354fa65..29c0ab294 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -5096,7 +5096,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index 8e77b3e1a..3f7e5c65e 100644
--- a/perl-install/share/po/am.po
+++ b/perl-install/share/po/am.po
@@ -4863,7 +4863,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index dcb2671d6..4ecb505e3 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -5184,7 +5184,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index 0f9d88d2e..23532aeb5 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -5221,7 +5221,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index e148fc128..86e7f032a 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -4895,7 +4895,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index 4d85b6154..2f601254c 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -5200,7 +5200,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/bn.po b/perl-install/share/po/bn.po
index b488b523b..c5c3520f8 100644
--- a/perl-install/share/po/bn.po
+++ b/perl-install/share/po/bn.po
@@ -5133,7 +5133,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index e5e12da27..8759bd68d 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -4987,7 +4987,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index d5beaf0fd..95e7b2819 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -5277,7 +5277,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index 8928b5429..155ce2808 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -5249,7 +5249,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index a2e49e079..008d5b5d0 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -5270,7 +5270,7 @@ msgstr "Heslo je jednoduché na uhodnutí"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "Heslo by mělo odolat základním útokům"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index 6fff1b7de..468b20c1b 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -5265,7 +5265,7 @@ msgstr "Cyfrinair yn rhy hawdd ei ddyfalu"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "Dylai'r cyfrinair wrthod ymosodiad sylfaenol"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/da.po b/perl-install/share/po/da.po
index fdc678d11..4af51bd9d 100644
--- a/perl-install/share/po/da.po
+++ b/perl-install/share/po/da.po
@@ -5240,7 +5240,7 @@ msgstr "Adgangskode er nem at gætte"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "Adgangskode bør kunne modstå basale angreb"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
index 4f70624a6..68c28451a 100644
--- a/perl-install/share/po/de.po
+++ b/perl-install/share/po/de.po
@@ -5336,7 +5336,7 @@ msgstr "Das Passwort ist zu einfach zu erraten"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "Das Passwort sollte grundlegenden Angriffen widerstehen können"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index 6ec834c38..a681fd375 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -5358,7 +5358,7 @@ msgstr "Ο κωδικός είναι πολύ εύκολος να μαντευθ
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "Κωδικός πρόσβασης ικανός να αντιστέκεται σε βασικές επιθέσεις."
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
index 0ad4fc675..67856cf8a 100644
--- a/perl-install/share/po/eo.po
+++ b/perl-install/share/po/eo.po
@@ -5015,7 +5015,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/es.po b/perl-install/share/po/es.po
index d6e4f3cff..984b3744c 100644
--- a/perl-install/share/po/es.po
+++ b/perl-install/share/po/es.po
@@ -5308,7 +5308,7 @@ msgstr "La contraseña es muy fácil de adivinar"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "La contraseña debería resistir ataques básicos"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/et.po b/perl-install/share/po/et.po
index c34ad433b..398cd4551 100644
--- a/perl-install/share/po/et.po
+++ b/perl-install/share/po/et.po
@@ -5255,7 +5255,7 @@ msgstr "Parool on liiga lihtne ära arvata"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "Parool peaks pidama vastu lihtsamatele rünnakutele"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/eu.po b/perl-install/share/po/eu.po
index 711865f7f..5405fa61b 100644
--- a/perl-install/share/po/eu.po
+++ b/perl-install/share/po/eu.po
@@ -5272,7 +5272,7 @@ msgstr "Pasahitza antzematen errazegia da"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "Pasahitzak oinarrizko erasoa jasan beharko luke"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/fa.po b/perl-install/share/po/fa.po
index f9ed236de..a183f5952 100644
--- a/perl-install/share/po/fa.po
+++ b/perl-install/share/po/fa.po
@@ -5217,7 +5217,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/fi.po b/perl-install/share/po/fi.po
index 888330970..2fd86ae32 100644
--- a/perl-install/share/po/fi.po
+++ b/perl-install/share/po/fi.po
@@ -5429,7 +5429,7 @@ msgstr "Salasana on yksinkertainen arvata"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "Salasanan pitäisi kestää normaalit hyökkäykset"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/fr.po b/perl-install/share/po/fr.po
index de26818c3..ebb7bbbc8 100644
--- a/perl-install/share/po/fr.po
+++ b/perl-install/share/po/fr.po
@@ -5407,7 +5407,7 @@ msgstr "Le mot de passe est facile à deviner"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "Le mot de passe devrait résister à des attaques simples"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/fur.po b/perl-install/share/po/fur.po
index 5a56aafa3..286c80fb5 100644
--- a/perl-install/share/po/fur.po
+++ b/perl-install/share/po/fur.po
@@ -4876,7 +4876,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/ga.po b/perl-install/share/po/ga.po
index a042b8164..c53cb7a72 100644
--- a/perl-install/share/po/ga.po
+++ b/perl-install/share/po/ga.po
@@ -4914,7 +4914,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/gl.po b/perl-install/share/po/gl.po
index 1f957ffe8..643e33ff8 100644
--- a/perl-install/share/po/gl.po
+++ b/perl-install/share/po/gl.po
@@ -5290,7 +5290,7 @@ msgstr "O contrasinal é sinxela de adiviñar"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "O contrasinal debe ser resistente a ataques básicos"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/he.po b/perl-install/share/po/he.po
index 3d6f87e59..8e5159075 100644
--- a/perl-install/share/po/he.po
+++ b/perl-install/share/po/he.po
@@ -5201,7 +5201,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/hi.po b/perl-install/share/po/hi.po
index fb2944b9d..4b0d0d138 100644
--- a/perl-install/share/po/hi.po
+++ b/perl-install/share/po/hi.po
@@ -5218,7 +5218,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/hr.po b/perl-install/share/po/hr.po
index 279ea5f7e..2be55dc16 100644
--- a/perl-install/share/po/hr.po
+++ b/perl-install/share/po/hr.po
@@ -5149,7 +5149,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/hu.po b/perl-install/share/po/hu.po
index 0e70d23ef..e258cbb60 100644
--- a/perl-install/share/po/hu.po
+++ b/perl-install/share/po/hu.po
@@ -5309,7 +5309,7 @@ msgstr "A jelszó nagyon egyszerű"
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr "A Jelszó valószínűleg kibír egy egyszerűbb támadást"
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/id.po b/perl-install/share/po/id.po
index de8c5b691..dac24dfb4 100644
--- a/perl-install/share/po/id.po
+++ b/perl-install/share/po/id.po
@@ -5262,7 +5262,7 @@ msgstr ""
#: mygtk2.pm:1543
#, c-format
-msgid "Password should resist to basic attacks"
+msgid "Password should be resistant to basic attacks"
msgstr ""
#: mygtk2.pm:1544 mygtk2.pm:1545
diff --git a/perl-install/share/po/is.po b/perl-install/share/po/is.po
index 07a067282..aa7089a8a 100644
--- a/perl-install/share/po/is.po
+++ b/perl-install/share/po/is.po