summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-06-06 05:47:26 +0200
committerAllan McRae <allan@archlinux.org>2013-06-06 05:47:26 +0200
commit9574bfd6c873d70e29a5003461b2d691f134c8ab (patch)
tree324d6f160f4f52c47e4c33aa73b76fbc473a21d9 /scripts
parentcbbd3781c249c8318934fe0810a09546c2760f53 (diff)
parent450be928da1a71bebc3524f3f0bdb4160845b37e (diff)
downloadpacman-9574bfd6c873d70e29a5003461b2d691f134c8ab.tar.gz
pacman-9574bfd6c873d70e29a5003461b2d691f134c8ab.tar.xz
Merge branch 'maint'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in4
-rw-r--r--scripts/pacman-key.sh.in15
-rw-r--r--scripts/po/ar.po53
-rw-r--r--scripts/po/ca.po12
-rw-r--r--scripts/po/cs.po12
-rw-r--r--scripts/po/da.po12
-rw-r--r--scripts/po/de.po12
-rw-r--r--scripts/po/el.po12
-rw-r--r--scripts/po/en_GB.po12
-rw-r--r--scripts/po/eo.po11
-rw-r--r--scripts/po/es.po12
-rw-r--r--scripts/po/fa.po11
-rw-r--r--scripts/po/fi.po12
-rw-r--r--scripts/po/fr.po12
-rw-r--r--scripts/po/gl.po11
-rw-r--r--scripts/po/hr.po12
-rw-r--r--scripts/po/hu.po12
-rw-r--r--scripts/po/id.po12
-rw-r--r--scripts/po/it.po12
-rw-r--r--scripts/po/ja.po12
-rw-r--r--scripts/po/kk.po12
-rw-r--r--scripts/po/ko.po11
-rw-r--r--scripts/po/lt.po12
-rw-r--r--scripts/po/nb.po12
-rw-r--r--scripts/po/nl.po11
-rw-r--r--scripts/po/pacman-scripts.pot13
-rw-r--r--scripts/po/pl.po12
-rw-r--r--scripts/po/pt.po12
-rw-r--r--scripts/po/pt_BR.po12
-rw-r--r--scripts/po/ro.po58
-rw-r--r--scripts/po/ru.po26
-rw-r--r--scripts/po/sk.po12
-rw-r--r--scripts/po/sl.po11
-rw-r--r--scripts/po/sr.po12
-rw-r--r--scripts/po/sr@latin.po12
-rw-r--r--scripts/po/sv.po12
-rw-r--r--scripts/po/tr.po12
-rw-r--r--scripts/po/uk.po12
-rw-r--r--scripts/po/zh_CN.po12
-rw-r--r--scripts/po/zh_TW.po11
40 files changed, 356 insertions, 214 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 1d737d07..528db14d 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -2115,6 +2115,10 @@ check_sanity() {
error "$(gettext "%s is not allowed to start with a hyphen.")" "pkgname"
ret=1
fi
+ if [[ ${i:0:1} = "." ]]; then
+ error "$(gettext "%s is not allowed to start with a dot.")" "pkgname"
+ ret=1
+ fi
if [[ $i = *[^[:alnum:]+_.@-]* ]]; then
error "$(gettext "%s contains invalid characters: '%s'")" \
'pkgname' "${pkgname//[[:alnum:]+_.@-]}"
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in
index 92875eff..30fba10b 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -310,19 +310,12 @@ populate_keyring() {
done
fi
- # Read the revoked key IDs to an array. The conversion from whatever is
- # inside the file to key ids is important, because key ids are the only
- # guarantee of identification for the keys.
local -A revoked_ids
for keyring in "${KEYRINGIDS[@]}"; do
- if [[ -s "${KEYRING_IMPORT_DIR}/${keyring}-revoked" ]]; then
- mapfile -t keys < "${KEYRING_IMPORT_DIR}/${keyring}-revoked"
- while IFS=: read _ _ _ _ key_id _; do
- if [[ -n $key_id ]]; then
- # Mark this key to be disabled
- revoked_ids[$key_id]="${keyring}"
- fi
- done < <("${GPG_PACMAN[@]}" --quiet --with-colons --list-keys "${keys[@]}" 2>/dev/null)
+ if [[ -s $KEYRING_IMPORT_DIR/$keyring-revoked ]]; then
+ while read -r key_id; do
+ revoked_ids["$key_id"]=1
+ done <"$KEYRING_IMPORT_DIR/$keyring-revoked"
fi
done
diff --git a/scripts/po/ar.po b/scripts/po/ar.po
index 1a3e00d9..728c60bc 100644
--- a/scripts/po/ar.po
+++ b/scripts/po/ar.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
-"PO-Revision-Date: 2013-05-06 04:43+0000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
+"PO-Revision-Date: 2013-05-21 21:13+0000\n"
"Last-Translator: kraim <7kraim@gmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/archlinux-pacman/"
"language/ar/)\n"
@@ -43,13 +43,13 @@ msgid "The download program %s is not installed."
msgstr "برنامج التحميل %s غير مثبت."
msgid "Found %s"
-msgstr ""
+msgstr "وجد %s"
msgid "%s was not found in the build directory and is not a URL."
msgstr ""
msgid "Downloading %s..."
-msgstr ""
+msgstr "تحميل %s..."
msgid "Failure while downloading %s"
msgstr ""
@@ -60,9 +60,6 @@ msgstr "استخراج %s مع %s"
msgid "Failed to extract %s"
msgstr "فشل في استخراج %s"
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -81,6 +78,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -163,13 +163,13 @@ msgid "Integrity checks are missing."
msgstr "فحوصات السلامة مفقودة"
msgid "Verifying source file signatures with %s..."
-msgstr ""
+msgstr "التحقق من تواقيع الملف المصدر مع %s..."
msgid "SIGNATURE NOT FOUND"
-msgstr ""
+msgstr "التوقيع غير موجود"
msgid "SOURCE FILE NOT FOUND"
-msgstr ""
+msgstr "مصدر الملف غير موجود"
msgid "unknown public key"
msgstr ""
@@ -184,7 +184,7 @@ msgid "the key has expired."
msgstr ""
msgid "One or more PGP signatures could not be verified!"
-msgstr ""
+msgstr "تعذر التحقق من أحد تواقيع PGP أو أكثر!"
msgid "Warnings have occurred while verifying the signatures."
msgstr ""
@@ -229,7 +229,7 @@ msgid "Removing %s files..."
msgstr ""
msgid "Removing empty directories..."
-msgstr ""
+msgstr "إزالة المجلدات الفارغة"
msgid "%s entry file not in package : %s"
msgstr ""
@@ -262,13 +262,13 @@ msgid "Cannot find library listed in %s: %s"
msgstr ""
msgid "Please add a license line to your %s!"
-msgstr ""
+msgstr "من فضلك أضف سطر الرخصة إلى %s! خاصتك"
msgid "Example for GPL'ed software: %s."
msgstr ""
msgid "Generating %s file..."
-msgstr ""
+msgstr "يتم إنشاء %s ملف ..."
msgid "Missing %s directory."
msgstr ""
@@ -277,7 +277,7 @@ msgid "Creating package \"%s\"..."
msgstr ""
msgid "Adding %s file..."
-msgstr ""
+msgstr "تتم إضافة %s ملف..."
msgid "Generating .MTREE file..."
msgstr ""
@@ -322,7 +322,7 @@ msgid "Failed to create symlink to source package file."
msgstr ""
msgid "Installing package %s with %s..."
-msgstr ""
+msgstr "تثبيت الحزمة %s مع %s..."
msgid "Installing %s package group with %s..."
msgstr ""
@@ -336,6 +336,9 @@ msgstr ""
msgid "%s is not allowed to start with a hyphen."
msgstr ""
+msgid "%s is not allowed to start with a dot."
+msgstr ""
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
@@ -343,7 +346,7 @@ msgid "%s must be a decimal."
msgstr ""
msgid "%s must be an integer."
-msgstr ""
+msgstr "يجب أن يكون %s عدد صحيح."
msgid "%s is not available for the '%s' architecture."
msgstr ""
@@ -431,7 +434,7 @@ msgid "Usage: %s [options]"
msgstr ""
msgid "Options:"
-msgstr ""
+msgstr "خيارات:"
msgid " -A, --ignorearch Ignore incomplete %s field in %s"
msgstr ""
@@ -571,7 +574,7 @@ msgid "An unknown error has occurred. Exiting..."
msgstr ""
msgid "%s not found."
-msgstr ""
+msgstr "%s غير موجود"
msgid "You do not have write permission to create packages in %s."
msgstr ""
@@ -609,16 +612,16 @@ msgid "Do not use the %s option. This option is only for use by %s."
msgstr ""
msgid "%s does not exist."
-msgstr ""
+msgstr "%s غير موجود."
msgid "%s contains %s characters and cannot be sourced."
msgstr ""
msgid "The key %s does not exist in your keyring."
-msgstr ""
+msgstr "المفتاح %s غير موجود في مجموعة المفاتيح الخاصة بك."
msgid "There is no key in your keyring."
-msgstr ""
+msgstr "لا يوجد مفتاح في حلقة مفاتيح الخاص بك."
msgid "Leaving %s environment."
msgstr ""
@@ -642,7 +645,7 @@ msgid "Source package created: %s"
msgstr ""
msgid "Skipping dependency checks."
-msgstr ""
+msgstr "تخطي فحص التبعيات."
msgid "Checking runtime dependencies..."
msgstr ""
@@ -678,7 +681,7 @@ msgid ""
msgstr ""
msgid "%s does not exist or is not a directory."
-msgstr ""
+msgstr "%s غير موجود أو ليس بمجلد."
msgid "%s is not a pacman database directory."
msgstr ""
@@ -882,7 +885,7 @@ msgid "%s configuration file '%s' not found."
msgstr ""
msgid "no operation specified (use -h for help)"
-msgstr ""
+msgstr "لم تحدد أي عملية (استخدام-h للمساعدة)"
msgid "Multiple operations specified."
msgstr ""
diff --git a/scripts/po/ca.po b/scripts/po/ca.po
index e5b8d573..137f21d1 100644
--- a/scripts/po/ca.po
+++ b/scripts/po/ca.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 12:16+0000\n"
"Last-Translator: Hector Mtz-Seara <hseara@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -60,9 +60,6 @@ msgstr "S'està extraient %s amb %s"
msgid "Failed to extract %s"
msgstr "Ha fallat en extreure %s"
-msgid "Unrecognized reference: %s"
-msgstr "Referència desconeguda: %s"
-
msgid "Branching %s ..."
msgstr "Ramificant %s ..."
@@ -81,6 +78,9 @@ msgstr "Recaptant %s ..."
msgid "Failure while pulling %s"
msgstr "Error durant la captació %s"
+msgid "Unrecognized reference: %s"
+msgstr "Referència desconeguda: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Creant una còpia del repositori %s %s ..."
@@ -342,6 +342,10 @@ msgstr "%s no pot estar buit."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s no pot començar amb un guionet."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s no pot començar amb un guionet."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s té caràcters no valids:'%s'"
diff --git a/scripts/po/cs.po b/scripts/po/cs.po
index e9f428e6..fcbf0497 100644
--- a/scripts/po/cs.po
+++ b/scripts/po/cs.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -63,9 +63,6 @@ msgstr "Rozbaluje se %s pomocí %s"
msgid "Failed to extract %s"
msgstr "Selhalo rozbalení %s"
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -84,6 +81,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -340,6 +340,10 @@ msgstr "%s nemůže být prázdné."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s nemůže začínat pomlčkou."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s nemůže začínat pomlčkou."
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/da.po b/scripts/po/da.po
index 825c1a13..04acbacb 100644
--- a/scripts/po/da.po
+++ b/scripts/po/da.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-05-01 14:01+0000\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -63,9 +63,6 @@ msgstr "Udpakker %s med %s"
msgid "Failed to extract %s"
msgstr "Kunne ikke udpakke %s"
-msgid "Unrecognized reference: %s"
-msgstr "Referencen blev ikke genkendt: %s"
-
msgid "Branching %s ..."
msgstr "Forgrener %s ..."
@@ -84,6 +81,9 @@ msgstr "Henter %s ..."
msgid "Failure while pulling %s"
msgstr "Fejl under hentning %s"
+msgid "Unrecognized reference: %s"
+msgstr "Referencen blev ikke genkendt: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Opretter arbejdskopi af %s %s arkiv ..."
@@ -341,6 +341,10 @@ msgstr "%s må ikke være tom."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s må ikke starte med en bindestreg."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s må ikke starte med en bindestreg."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s indeholder ugyldige tegn: '%s'"
diff --git a/scripts/po/de.po b/scripts/po/de.po
index e563d4ea..0081c76e 100644
--- a/scripts/po/de.po
+++ b/scripts/po/de.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-05-02 20:39+0000\n"
"Last-Translator: Matthias Gorissen <matthias@archlinux.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -68,9 +68,6 @@ msgstr "Entpacke %s mit %s "
msgid "Failed to extract %s"
msgstr "Konnte %s nicht entpacken"
-msgid "Unrecognized reference: %s"
-msgstr "Unerkannte Referenz: %s"
-
msgid "Branching %s ..."
msgstr "Verzweige %s ..."
@@ -89,6 +86,9 @@ msgstr "Lade %s herunter ..."
msgid "Failure while pulling %s"
msgstr "Konnte %s nicht herunterladen"
+msgid "Unrecognized reference: %s"
+msgstr "Unerkannte Referenz: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Erstelle Arbeitskopie des %s %s Repos..."
@@ -348,6 +348,10 @@ msgstr "%s darf nicht leer sein."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s darf nicht mit einem Bindestrich beginnen."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s darf nicht mit einem Bindestrich beginnen."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s enthält ungültige Zeichen: '%s'"
diff --git a/scripts/po/el.po b/scripts/po/el.po
index 3be750b5..dfc3015a 100644
--- a/scripts/po/el.po
+++ b/scripts/po/el.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 19:55+0000\n"
"Last-Translator: ifaigios <ifaigios@gmail.com>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -63,9 +63,6 @@ msgstr "Εξαγωγή %s με %s"
msgid "Failed to extract %s"
msgstr "Αποτυχία εξαγωγής %s"
-msgid "Unrecognized reference: %s"
-msgstr "Μη αναγνωρίσιμη αναφορά: %s"
-
msgid "Branching %s ..."
msgstr "Διακλάδωση %s..."
@@ -84,6 +81,9 @@ msgstr "Λήψη %s..."
msgid "Failure while pulling %s"
msgstr "Αποτυχία λήψης %s"
+msgid "Unrecognized reference: %s"
+msgstr "Μη αναγνωρίσιμη αναφορά: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Δημιουργία αντιγράφου εργασίας αποθήκης %s %s..."
@@ -342,6 +342,10 @@ msgstr "Το %s δεν επιτρέπεται να είναι κενό."
msgid "%s is not allowed to start with a hyphen."
msgstr "Το %s δεν επιτρέπεται να ξεκινά με παύλα."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "Το %s δεν επιτρέπεται να ξεκινά με παύλα."
+
msgid "%s contains invalid characters: '%s'"
msgstr "το %s περιέχει άκυρους χαρακτήρες: '%s'"
diff --git a/scripts/po/en_GB.po b/scripts/po/en_GB.po
index 0567ba6c..b510e6cf 100644
--- a/scripts/po/en_GB.po
+++ b/scripts/po/en_GB.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-05-02 04:34+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@@ -60,9 +60,6 @@ msgstr "Extracting %s with %s"
msgid "Failed to extract %s"
msgstr "Failed to extract %s"
-msgid "Unrecognized reference: %s"
-msgstr "Unrecognised reference: %s"
-
msgid "Branching %s ..."
msgstr "Branching %s ..."
@@ -81,6 +78,9 @@ msgstr "Pulling %s ..."
msgid "Failure while pulling %s"
msgstr "Failure while pulling %s"
+msgid "Unrecognized reference: %s"
+msgstr "Unrecognised reference: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Creating working copy of %s %s repo..."
@@ -337,6 +337,10 @@ msgstr "%s is not allowed to be empty."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s is not allowed to start with a hyphen."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s is not allowed to start with a hyphen."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s contains invalid characters: '%s'"
diff --git a/scripts/po/eo.po b/scripts/po/eo.po
index dbd196f4..2c71af41 100644
--- a/scripts/po/eo.po
+++ b/scripts/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/archlinux-"
@@ -57,9 +57,6 @@ msgstr ""
msgid "Failed to extract %s"
msgstr ""
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -78,6 +75,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -333,6 +333,9 @@ msgstr ""
msgid "%s is not allowed to start with a hyphen."
msgstr ""
+msgid "%s is not allowed to start with a dot."
+msgstr ""
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/es.po b/scripts/po/es.po
index d531f38b..8958a196 100644
--- a/scripts/po/es.po
+++ b/scripts/po/es.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -63,9 +63,6 @@ msgstr "Extrayendo %s con %s"
msgid "Failed to extract %s"
msgstr "Error al extraer %s"
-msgid "Unrecognized reference: %s"
-msgstr "Referencia desconocida: %s"
-
msgid "Branching %s ..."
msgstr "Rama %s ..."
@@ -84,6 +81,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr "Referencia desconocida: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -343,6 +343,10 @@ msgstr "No está permitido que %s esté vacío."
msgid "%s is not allowed to start with a hyphen."
msgstr "No está permitido que %s comience con un guion."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "No está permitido que %s comience con un guion."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s contiene caracteres no válidos: '%s'"
diff --git a/scripts/po/fa.po b/scripts/po/fa.po
index 5171d878..489be8e5 100644
--- a/scripts/po/fa.po
+++ b/scripts/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -57,9 +57,6 @@ msgstr ""
msgid "Failed to extract %s"
msgstr ""
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -78,6 +75,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -333,6 +333,9 @@ msgstr ""
msgid "%s is not allowed to start with a hyphen."
msgstr ""
+msgid "%s is not allowed to start with a dot."
+msgstr ""
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/fi.po b/scripts/po/fi.po
index b998ae19..dbf55b0e 100644
--- a/scripts/po/fi.po
+++ b/scripts/po/fi.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Finnish (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -63,9 +63,6 @@ msgstr "Puretaan %s komennolla %s"
msgid "Failed to extract %s"
msgstr "tiedoston %s purkaminen epäonnistui"
-msgid "Unrecognized reference: %s"
-msgstr "Tunnistamaton viite: %s"
-
msgid "Branching %s ..."
msgstr ""
@@ -84,6 +81,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr "Tunnistamaton viite: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -340,6 +340,10 @@ msgstr "%s ei saa olla tyhjä."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s ei saa alkaa tavuviivalla."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s ei saa alkaa tavuviivalla."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s sisältää virheellisiä merkkejä: \"%s\""
diff --git a/scripts/po/fr.po b/scripts/po/fr.po
index 2aa214d9..3c0d3c4d 100644
--- a/scripts/po/fr.po
+++ b/scripts/po/fr.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 12:45+0000\n"
"Last-Translator: djanos <elie.bouttier@free.fr>\n"
"Language-Team: French (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -68,9 +68,6 @@ msgstr "Extraction de %s avec %s"
msgid "Failed to extract %s"
msgstr "L’extraction de %s a échoué"
-msgid "Unrecognized reference: %s"
-msgstr "Référence inconnu : %s"
-
msgid "Branching %s ..."
msgstr "Copie de la branche %s..."
@@ -89,6 +86,9 @@ msgstr "Mise à jour de la branche %s..."
msgid "Failure while pulling %s"
msgstr "Échec lors de la mise à jour de la branche %s"
+msgid "Unrecognized reference: %s"
+msgstr "Référence inconnu : %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Création d’une copie de travail du dépot %s %s..."
@@ -350,6 +350,10 @@ msgstr "%s ne peut pas être vide."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s ne peut pas commencer par un tiret."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s ne peut pas commencer par un tiret."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s contient des caractères invalides : « %s »"
diff --git a/scripts/po/gl.po b/scripts/po/gl.po
index ef7759e8..d29477d1 100644
--- a/scripts/po/gl.po
+++ b/scripts/po/gl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Galician (http://www.transifex.com/projects/p/archlinux-"
@@ -57,9 +57,6 @@ msgstr ""
msgid "Failed to extract %s"
msgstr ""
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -78,6 +75,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -333,6 +333,9 @@ msgstr ""
msgid "%s is not allowed to start with a hyphen."
msgstr ""
+msgid "%s is not allowed to start with a dot."
+msgstr ""
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/hr.po b/scripts/po/hr.po
index abdc5f07..bae8314e 100644
--- a/scripts/po/hr.po
+++ b/scripts/po/hr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/archlinux-"
@@ -59,9 +59,6 @@ msgstr "Raspakiram %s pomoću %s"
msgid "Failed to extract %s"
msgstr "Neuspjelo raspakiranje %s"
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -80,6 +77,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -335,6 +335,10 @@ msgstr "%s nije dopušteno da bude prazan."
msgid "%s is not allowed to start with a hyphen."
msgstr ""
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s nije dopušteno da bude prazan."
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/hu.po b/scripts/po/hu.po
index e8dc0199..e527cf72 100644
--- a/scripts/po/hu.po
+++ b/scripts/po/hu.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-05-03 00:05+0000\n"
"Last-Translator: ngaba <ngaba@bibl.u-szeged.hu>\n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/archlinux-"
@@ -60,9 +60,6 @@ msgstr "%s kibontása a(z) %s programmal"
msgid "Failed to extract %s"
msgstr "%s kibontása nem sikerült"
-msgid "Unrecognized reference: %s"
-msgstr "Ismeretlen hivatkozás: %s"
-
msgid "Branching %s ..."
msgstr "%s elágaztatása..."
@@ -81,6 +78,9 @@ msgstr "%s lekérése..."
msgid "Failure while pulling %s"
msgstr "Hiba történt %s lekérése közben"
+msgid "Unrecognized reference: %s"
+msgstr "Ismeretlen hivatkozás: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "%s %s tároló munkamásolatának elkészítése..."
@@ -339,6 +339,10 @@ msgstr "A %s nem lehet üres."
msgid "%s is not allowed to start with a hyphen."
msgstr "A %s nem kezdődhet kötőjellel."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "A %s nem kezdődhet kötőjellel."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s érvénytelen karaktereket tartalmaz: '%s'"
diff --git a/scripts/po/id.po b/scripts/po/id.po
index 6f393b9e..b883f68e 100644
--- a/scripts/po/id.po
+++ b/scripts/po/id.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 15:04+0000\n"
"Last-Translator: andjeng <teratower8@gmail.com>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/archlinux-"
@@ -59,9 +59,6 @@ msgstr "Mengekstrak %s dengan %s"
msgid "Failed to extract %s"
msgstr "Gagal mengekstrak %s"
-msgid "Unrecognized reference: %s"
-msgstr "Acuan tidak dikenal: %s"
-
msgid "Branching %s ..."
msgstr "Branching %s ..."
@@ -80,6 +77,9 @@ msgstr "Pulling %s"
msgid "Failure while pulling %s"
msgstr "Gagal ketika pulling %s"
+msgid "Unrecognized reference: %s"
+msgstr "Acuan tidak dikenal: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Membuat salinan kerja dari %s %s repo..."
@@ -337,6 +337,10 @@ msgstr "%s tidak diperbolehkan untuk kosong."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s tidak diperbolehkan dimulai dengan tanda sambung."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s tidak diperbolehkan dimulai dengan tanda sambung."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s berisi karakter tidak valid: '%s'"
diff --git a/scripts/po/it.po b/scripts/po/it.po
index 15f8840a..f1e5711d 100644
--- a/scripts/po/it.po
+++ b/scripts/po/it.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-05-01 05:11+0000\n"
"Last-Translator: Giovanni Scafora <giovanni@archlinux.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -59,9 +59,6 @@ msgstr "Estrazione di %s con %s in corso..."
msgid "Failed to extract %s"
msgstr "Impossibile estrarre %s"
-msgid "Unrecognized reference: %s"
-msgstr "Riferimento non riconosciuto: %s"
-
msgid "Branching %s ..."
msgstr "Ramificazione di %s in corso..."
@@ -80,6 +77,9 @@ msgstr "Download di %s in corso..."
msgid "Failure while pulling %s"
msgstr "Si è verificato un errore durante il download di %s"
+msgid "Unrecognized reference: %s"
+msgstr "Riferimento non riconosciuto: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Creazione di una copia di lavoro del repository %s %s in corso..."
@@ -340,6 +340,10 @@ msgstr "%s non può essere vuoto."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s non può iniziare con un trattino."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s non può iniziare con un trattino."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s contiene dei caratti invalidi: '%s'"
diff --git a/scripts/po/ja.po b/scripts/po/ja.po
index 2f673c15..a98d0f09 100644
--- a/scripts/po/ja.po
+++ b/scripts/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 12:09+0000\n"
"Last-Translator: kusakata <shohei@kusakata.com>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/archlinux-"
@@ -57,9 +57,6 @@ msgstr "%s を %s で展開"
msgid "Failed to extract %s"
msgstr "%s の展開に失敗しました"
-msgid "Unrecognized reference: %s"
-msgstr "認識できない参照: %s"
-
msgid "Branching %s ..."
msgstr "%s ブランチを作成 ..."
@@ -78,6 +75,9 @@ msgstr "Pulling %s ..."
msgid "Failure while pulling %s"
msgstr "Failure while pulling %s"
+msgid "Unrecognized reference: %s"
+msgstr "認識できない参照: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "%s %s リポジトリの作業コピーを作成..."
@@ -336,6 +336,10 @@ msgstr "%s を空にすることはできません。"
msgid "%s is not allowed to start with a hyphen."
msgstr "%s の先頭をハイフンにすることはできません。"
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s の先頭をハイフンにすることはできません。"
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s に無効な文字を含んでいます: '%s'"
diff --git a/scripts/po/kk.po b/scripts/po/kk.po
index dea27992..f20a20b8 100644
--- a/scripts/po/kk.po
+++ b/scripts/po/kk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Kazakh (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -57,9 +57,6 @@ msgstr "%s тарқатылуда %s көмегімен"
msgid "Failed to extract %s"
msgstr "%s тарқату мүмкін емес"
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -78,6 +75,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -335,6 +335,10 @@ msgstr "%s бос болмауы керек."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s дефистан басталмауы керек."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s дефистан басталмауы керек."
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/ko.po b/scripts/po/ko.po
index 18a98d9a..ff6bd8d2 100644
--- a/scripts/po/ko.po
+++ b/scripts/po/ko.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -58,9 +58,6 @@ msgstr ""
msgid "Failed to extract %s"
msgstr ""
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -79,6 +76,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -334,6 +334,9 @@ msgstr ""
msgid "%s is not allowed to start with a hyphen."
msgstr ""
+msgid "%s is not allowed to start with a dot."
+msgstr ""
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/lt.po b/scripts/po/lt.po
index 158928e2..398f4b85 100644
--- a/scripts/po/lt.po
+++ b/scripts/po/lt.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 13:19+0000\n"
"Last-Translator: Algimantas Margevičius <gymka@archlinux.lt>\n"
"Language-Team: Lithuanian (http://www.transifex.com/projects/p/archlinux-"
@@ -65,9 +65,6 @@ msgstr "Išarchyvuojama %s su %s"
msgid "Failed to extract %s"
msgstr "%s išarchyvuoti nepavyko"
-msgid "Unrecognized reference: %s"
-msgstr "Neatpažinta nuoroda: %s"
-
msgid "Branching %s ..."
msgstr "Kuriama šaka %s..."
@@ -86,6 +83,9 @@ msgstr "Gaunama %s..."
msgid "Failure while pulling %s"
msgstr "Klaida gaunant %s"
+msgid "Unrecognized reference: %s"
+msgstr "Neatpažinta nuoroda: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Kuriama %s %s saugyklos darbinė kopija..."
@@ -344,6 +344,10 @@ msgstr "%s negali būti tuščias."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s negali prasidėt brūkšniu."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s negali prasidėt brūkšniu."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s turi netinkamų simbolių: „%s“"
diff --git a/scripts/po/nb.po b/scripts/po/nb.po
index 559fb727..05da4f4d 100644
--- a/scripts/po/nb.po
+++ b/scripts/po/nb.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-05-02 12:46+0000\n"
"Last-Translator: Alexander Rødseth <rodseth@gmail.com>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/"
@@ -59,9 +59,6 @@ msgstr "Pakker ut %s med %s"
msgid "Failed to extract %s"
msgstr "Klarte ikke å pakke ut %s"
-msgid "Unrecognized reference: %s"
-msgstr "Ukjent referanse: %s"
-
msgid "Branching %s ..."
msgstr "Henter kopi av %s ..."
@@ -80,6 +77,9 @@ msgstr "Henter %s ..."
msgid "Failure while pulling %s"
msgstr "Kunne ikke hente %s"
+msgid "Unrecognized reference: %s"
+msgstr "Ukjent referanse: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Oppretter arbeidskopi av %s %s arkiv..."
@@ -337,6 +337,10 @@ msgstr "%s kan ikke være tom."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s kan ikke starte med en bindestrek."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s kan ikke starte med en bindestrek."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s inneholder ugyldige tegn: '%s'"
diff --git a/scripts/po/nl.po b/scripts/po/nl.po
index 93582433..f6bfcfb6 100644
--- a/scripts/po/nl.po
+++ b/scripts/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -57,9 +57,6 @@ msgstr ""
msgid "Failed to extract %s"
msgstr ""
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -78,6 +75,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -333,6 +333,9 @@ msgstr ""
msgid "%s is not allowed to start with a hyphen."
msgstr ""
+msgid "%s is not allowed to start with a dot."
+msgstr ""
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/pacman-scripts.pot b/scripts/po/pacman-scripts.pot
index e21b1614..03913e01 100644
--- a/scripts/po/pacman-scripts.pot
+++ b/scripts/po/pacman-scripts.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: pacman 4.1.0\n"
+"Project-Id-Version: pacman 4.1.1\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\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"
@@ -56,9 +56,6 @@ msgstr ""
msgid "Failed to extract %s"
msgstr ""
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -77,6 +74,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -332,6 +332,9 @@ msgstr ""
msgid "%s is not allowed to start with a hyphen."
msgstr ""
+msgid "%s is not allowed to start with a dot."
+msgstr ""
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/pl.po b/scripts/po/pl.po
index bd9d523e..7b6ca501 100644
--- a/scripts/po/pl.po
+++ b/scripts/po/pl.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -65,9 +65,6 @@ msgstr "Rozpakowywanie %s za pomocą %s"
msgid "Failed to extract %s"
msgstr "Nie udało się rozpakować %s"
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -86,6 +83,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -343,6 +343,10 @@ msgstr "%s nie może być pusty."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s nie może zaczynać się od myślnika"
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s nie może zaczynać się od myślnika"
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/pt.po b/scripts/po/pt.po
index 2d3454c1..ab4c2c75 100644
--- a/scripts/po/pt.po
+++ b/scripts/po/pt.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Portuguese (http://www.transifex.com/projects/p/archlinux-"
@@ -60,9 +60,6 @@ msgstr "A extrair %s com %s"
msgid "Failed to extract %s"
msgstr "Falhou ao extrair %s"
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -81,6 +78,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -340,6 +340,10 @@ msgstr "%s não pode estar vazio."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s não pode iniciar com um hífen."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s não pode iniciar com um hífen."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s contem carateres inválidos: '%s'"
diff --git a/scripts/po/pt_BR.po b/scripts/po/pt_BR.po
index d08df877..1859d1b8 100644
--- a/scripts/po/pt_BR.po
+++ b/scripts/po/pt_BR.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-05-01 15:46+0000\n"
"Last-Translator: Rafael Ferreira <rafael.f.f1@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
@@ -59,9 +59,6 @@ msgstr "Extraindo %s com %s"
msgid "Failed to extract %s"
msgstr "Falha ao extrair %s"
-msgid "Unrecognized reference: %s"
-msgstr "Referência não reconhecida: %s"
-
msgid "Branching %s ..."
msgstr "Criando ramo de %s ..."
@@ -80,6 +77,9 @@ msgstr "Executando pull de %s ..."
msgid "Failure while pulling %s"
msgstr "Falha ao executar pull de %s"
+msgid "Unrecognized reference: %s"
+msgstr "Referência não reconhecida: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Criando cópia de trabalho do repositório %s do tipo %s..."
@@ -338,6 +338,10 @@ msgstr "%s não pode estar vazio."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s não pode iniciar com um hífen."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s não pode iniciar com um hífen."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s contém caracteres inválidos: \"%s\""
diff --git a/scripts/po/ro.po b/scripts/po/ro.po
index 0a8d2cb8..b9277859 100644
--- a/scripts/po/ro.po
+++ b/scripts/po/ro.po
@@ -4,6 +4,7 @@
#
# Translators:
# roentgen <arthur.titeica@gmail.com>, 2013
+# Arthur Titeica <arthur@psw.ro>, 2013
# Ionut Biru <ibiru@archlinux.org>, 2011-2012
# Mihai Coman <mihai@m1x.ro>, 2011-2013
# roentgen <arthur.titeica@gmail.com>, 2013
@@ -11,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
-"PO-Revision-Date: 2013-04-30 11:28+0000\n"
-"Last-Translator: allanmcrae <allan@archlinux.org>\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
+"PO-Revision-Date: 2013-06-01 17:40+0000\n"
+"Last-Translator: roentgen <arthur.titeica@gmail.com>\n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/archlinux-"
"pacman/language/ro/)\n"
"Language: ro\n"
@@ -62,9 +63,6 @@ msgstr "Se extrage %s cu %s..."
msgid "Failed to extract %s"
msgstr "Eșec la extragerea %s"
-msgid "Unrecognized reference: %s"
-msgstr "Referință nerecunoscută: %s"
-
msgid "Branching %s ..."
msgstr "Se ramifică %s ..."
@@ -75,7 +73,7 @@ msgid "%s is not a branch of %s"
msgstr "%s nu este o ramificație a %s"
msgid "The local URL is %s"
-msgstr ""
+msgstr "URL-ul local este %s"
msgid "Pulling %s ..."
msgstr "Se preia %s ..."
@@ -83,6 +81,9 @@ msgstr "Se preia %s ..."
msgid "Failure while pulling %s"
msgstr "Eșec la preluarea %s"
+msgid "Unrecognized reference: %s"
+msgstr "Referință nerecunoscută: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Se creează o copie de lucru a depozitului %s %s ..."
@@ -342,6 +343,10 @@ msgstr "%s nu este permis să fie gol."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s nu este permis să înceapă cu cratimă."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s nu este permis să înceapă cu cratimă."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s conține caractere nevalide: '%s'"
@@ -515,7 +520,7 @@ msgstr ""
" -S, --source Generează o arhivă doar-sursă fără sursele descărcate"
msgid " -V, --version Show version information and exit"
-msgstr ""
+msgstr " -V, --version Arată informații despre versiune și ieși"
msgid ""
" --allsource Generate a source-only tarball including downloaded "
@@ -546,7 +551,8 @@ msgstr " --holdver Nu actualiza sursele VCS"
msgid ""
" --key <key> Specify a key to use for %s signing instead of the default"
msgstr ""
-" --key <cheie> Specifică o cheie pentru semnarea %s în loc de implicit."
+" --key <cheie> Specifică o cheie pentru semnarea %s în loc de cea "
+"implicită."
msgid " --nocheck Do not run the %s function in the %s"
msgstr " --nocheck Nu executa funcția %s în %s"
@@ -560,7 +566,7 @@ msgstr ""
"împărțit."
msgid " --sign Sign the resulting package with %s"
-msgstr " --sign Semnează pachetul rezultat cu %s"
+msgstr " --sign Semnează pachetul rezultat cu %s"
msgid " --skipchecksums Do not verify checksums of the source files"
msgstr " --skipchecksums Nu verifica sumele de control ale fișierelor sursă"
@@ -573,10 +579,11 @@ msgid " --skippgpcheck Do not verify source files with PGP signatures"
msgstr " --skippgpcheck Nu verifica fișierele sursă cu semnături PGP"
msgid "These options can be passed to %s:"
-msgstr "Aceste opțiuni pot fi promovate la %s:"
+msgstr "Aceste opțiuni sunt valabile pentru %s:"
msgid " --asdeps Install packages as non-explicitly installed"
-msgstr " --asdeps Instalează pachetul ca pachet instalat neexplicit."
+msgstr ""
+" --asdeps Instalează pachetele ca pachete instalate neexplicit."
msgid ""
" --noconfirm Do not ask for confirmation when resolving dependencies"
@@ -598,16 +605,16 @@ msgid ""
"free software; see the source for copying conditions.\\nThere is NO "
"WARRANTY, to the extent permitted by law.\\n"
msgstr ""
-"Copyright (c) 2006-2013 Echipa Dezvoltatorilor Pacman <pacman-dev@archlinux."
+"Copyright (c) 2006-2013 Echipa Dezvoltatorilor Pacman <pacman- dev@archlinux."
"org>.\\nCopyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>.\\n"
"\\nAcesta este un program liber; vezi sursa pentru condiții de copiere.\\nNu "
"există NICIO GARANȚIE, în măsura permisă de lege.\\n"
msgid "%s signal caught. Exiting..."
-msgstr "Semnalul %s interceptat. Ieșim..."
+msgstr "Semnalul %s interceptat. Ieșim..."
msgid "Aborted by user! Exiting..."
-msgstr "Anulat de către utilizator! Ieșim..."
+msgstr "întrerupt de către utilizator! Ieșim..."
msgid "An unknown error has occurred. Exiting..."
msgstr "A apărut o eroare necunoscută. Ieșim..."
@@ -636,8 +643,8 @@ msgid ""
"option."
msgstr ""
"Executarea %s ca root este o idee PROASTĂ și poate cauza daune catastrofale"
-"\\npermanente. Dacă vrei să execuți ca root, te rugăm să folosești opțiunea "
-"%s."
+"\\npermanente. Dacă vrei să execuți ca root, te rugăm\\nsă folosești "
+"opțiunea %s."
msgid ""
"The %s option is meant for the root user only. Please\\nrerun %s without the "
@@ -651,8 +658,8 @@ msgid ""
"the packaged files. Try using the %s environment by\\nplacing %s in the %s "
"array in %s."
msgstr ""
-"Executarea %s ca utilizator neprivilegiat va rezulta în drepturi de "
-"proprietate non-root ale fișierelor. Încercați să folosiți mediul %s\\n "
+"Executarea %s ca utilizator neprivilegiat va rezulta în drepturi de"
+"\\nproprietate non-root ale fișierelor. Încercați să folosiți mediul %s\\n "
"plasând %s în câmpul %s din %s."
msgid "Do not use the %s option. This option is only for use by %s."
@@ -678,7 +685,7 @@ msgid "Repackaging without the use of a %s function is deprecated."
msgstr "Reîmpachetarea fără folosirea funcției %s este învechită."
msgid "File permissions may not be preserved."
-msgstr "Permisiunile fișierului e posibil să nu fie conservate."
+msgstr "Este posibil ca permisiunile fișierului să nu fie conservate."
msgid "Making package: %s"
msgstr "Se face pachetul: %s"
@@ -812,8 +819,7 @@ msgstr ""
msgid " --init Ensure the keyring is properly initialized"
msgstr ""
-" --init Asigurare la inițializarea corectă a inelului de "
-"chei"
+" --init Verifică inițializarea corectă a inelului de chei"
msgid " --list-sigs List keys and their signatures"
msgstr " --list-sigs Afișează cheile și semnăturile lor"
@@ -825,8 +831,8 @@ msgid ""
" --populate Reload the default keys from the (given) keyrings"
"\\n in '%s'"
msgstr ""
-" --populate Reîncarcă cheile implicite din fișierele de chei"
-"\\n din '%s''"
+" --populate Reîncarcă cheile implicite din fișierele (date) "
+"de chei\\n din '%s''"
msgid ""
" --refresh-keys Update specified or all keys from a keyserver"
@@ -1155,7 +1161,7 @@ msgid "Please move along, there is nothing to see here.\\n"
msgstr "Mergi mai departe, nu e nimic de văzut aici.\\n"
msgid " --nocolor turn off color in output\\n"
-msgstr " --nocolor nu colora mesajele de output\\n"
+msgstr " --nocolor nu colora mesajele de output\\n"
msgid " -s, --sign sign database with GnuPG after update\\n"
msgstr " -s, --sign semnează baza de date cu GnuPG după actualizare\\n"
@@ -1190,7 +1196,7 @@ msgid ""
"\\nThis is free software; see the source for copying conditions.\\nThere is "
"NO WARRANTY, to the extent permitted by law.\\n"
msgstr ""
-"Copyright (c) 2006-2013 Echipa Dezvoltatorilor Pacman <pacman-dev@archlinux."
+"Copyright (c) 2006-2013 Echipa Dezvoltatorilor Pacman <pacman- dev@archlinux."
"org>\\n\\nAcesta este un program liber; vezi sursa pentru condiții de "
"copiere.\\nNU EXISTĂ GARANȚIE, în măsura permisă de lege.\\n"
diff --git a/scripts/po/ru.po b/scripts/po/ru.po
index 40f273a1..478ba092 100644
--- a/scripts/po/ru.po
+++ b/scripts/po/ru.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
-"PO-Revision-Date: 2013-04-30 12:02+0000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
+"PO-Revision-Date: 2013-05-09 07:39+0000\n"
"Last-Translator: kyak <peselnik@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/archlinux-pacman/"
"language/ru/)\n"
@@ -63,9 +63,6 @@ msgstr "Извлечение %s с помощью %s"
msgid "Failed to extract %s"
msgstr "Не удалось распаковать %s"
-msgid "Unrecognized reference: %s"
-msgstr "Ссылка не распознана: %s"
-
msgid "Branching %s ..."
msgstr "Создание ветки %s ..."
@@ -84,6 +81,9 @@ msgstr "Получаем %s ..."
msgid "Failure while pulling %s"
msgstr "Ошибка при получении %s"
+msgid "Unrecognized reference: %s"
+msgstr "Ссылка не распознана: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Создание рабочей копии %s %s репозитория..."
@@ -343,6 +343,10 @@ msgstr "%s не должен быть пустым."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s не должен начинаться с дефиса."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s не должен начинаться с дефиса."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s содержит недопустимые символы '%s'"
@@ -518,7 +522,7 @@ msgstr ""
" -S, --source Создать архив с исходным кодом, без загруженных файлов"
msgid " -V, --version Show version information and exit"
-msgstr "-V, --version Показать информацию о версии и выйти"
+msgstr " -V, --version Показать информацию о версии и выйти"
msgid ""
" --allsource Generate a source-only tarball including downloaded "
@@ -530,8 +534,8 @@ msgid ""
" --verifysource Download source files (if needed) and perform integrity "
"checks"
msgstr ""
-"--verifysource Загрузить исходные файлы (если требуется) и провести проверки "
-"целостности"
+" --verifysource Загрузить исходные файлы (если требуется) и провести "
+"проверки целостности"
msgid " --asroot Allow %s to run as root user"
msgstr " --asroot Разрешить запуск %s пользователем root"
@@ -544,7 +548,7 @@ msgstr ""
" --config <файл> Использовать альтернативный файл настроек (вместо '%s')"
msgid " --holdver Do not update VCS sources"
-msgstr "--holdver Не обновлять исходные файл VCS"
+msgstr " --holdver Не обновлять исходные файл VCS"
msgid ""
" --key <key> Specify a key to use for %s signing instead of the default"
@@ -578,7 +582,7 @@ msgid "These options can be passed to %s:"
msgstr "Эти параметры могут быть переданы %s:"
msgid " --asdeps Install packages as non-explicitly installed"
-msgstr "--asdeps Установить пакеты как неявно установленные"
+msgstr " --asdeps Установить пакеты как неявно установленные"
msgid ""
" --noconfirm Do not ask for confirmation when resolving dependencies"
@@ -587,7 +591,7 @@ msgstr ""
msgid ""
" --needed Do not reinstall the targets that are already up to date"
-msgstr "--needed Не переустанавливать пакеты, которые уже обновлены"
+msgstr " --needed Не переустанавливать пакеты, которые уже обновлены"
msgid " --noprogressbar Do not show a progress bar when downloading files"
msgstr " --noprogressbar Не показывать индикатор выполнения при загрузке"
diff --git a/scripts/po/sk.po b/scripts/po/sk.po
index 5ea78459..92b51b37 100644
--- a/scripts/po/sk.po
+++ b/scripts/po/sk.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 15:35+0000\n"
"Last-Translator: Dušan Lago <dusan.lago@gmail.com>\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -62,9 +62,6 @@ msgstr "Rozbaľujem %s pomocou %s"
msgid "Failed to extract %s"
msgstr "Chyba pri rozbaľovaní %s"
-msgid "Unrecognized reference: %s"
-msgstr "Nerozpoznaný odkaz: %s"
-
msgid "Branching %s ..."
msgstr "Vetvím %s..."
@@ -83,6 +80,9 @@ msgstr "Sťahujem %s"
msgid "Failure while pulling %s"
msgstr "Chyba počas sťahovania %s"
+msgid "Unrecognized reference: %s"
+msgstr "Nerozpoznaný odkaz: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Vytváram pracovnú kópiu %s %s repozitára..."
@@ -341,6 +341,10 @@ msgstr "%s nemôže byť prázdne."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s nemôže začínať pomlčkou."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s nemôže začínať pomlčkou."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s obsahuje nepovolené znaky: '%s'"
diff --git a/scripts/po/sl.po b/scripts/po/sl.po
index 20bf1373..017ff5d3 100644
--- a/scripts/po/sl.po
+++ b/scripts/po/sl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/archlinux-"
@@ -61,9 +61,6 @@ msgstr "Izvažanje %s s/z %s"
msgid "Failed to extract %s"
msgstr "Izvažanje %s, je spodletelo"
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -82,6 +79,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -339,6 +339,9 @@ msgstr ""
msgid "%s is not allowed to start with a hyphen."
msgstr ""
+msgid "%s is not allowed to start with a dot."
+msgstr ""
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/sr.po b/scripts/po/sr.po
index 67677b78..ecfe59e9 100644
--- a/scripts/po/sr.po
+++ b/scripts/po/sr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 18:52+0000\n"
"Last-Translator: daimonion <pejakm@gmail.com>\n"
"Language-Team: Serbian (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -60,9 +60,6 @@ msgstr "Распакујем %s помоћу %s"
msgid "Failed to extract %s"
msgstr "Неуспело распакивање %s"
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -81,6 +78,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -339,6 +339,10 @@ msgstr "%s не сме бити празно."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s не сме почињати цртицом."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s не сме почињати цртицом."
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/sr@latin.po b/scripts/po/sr@latin.po
index 80534242..da98d1e6 100644
--- a/scripts/po/sr@latin.po
+++ b/scripts/po/sr@latin.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 18:53+0000\n"
"Last-Translator: daimonion <pejakm@gmail.com>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/"
@@ -60,9 +60,6 @@ msgstr "Raspakujem %s pomoću %s"
msgid "Failed to extract %s"
msgstr "Neuspelo raspakivanje %s"
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -81,6 +78,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -339,6 +339,10 @@ msgstr "%s ne sme biti prazno."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s ne sme počinjati crticom."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s ne sme počinjati crticom."
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/sv.po b/scripts/po/sv.po
index bae5f431..77ea461f 100644
--- a/scripts/po/sv.po
+++ b/scripts/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -58,9 +58,6 @@ msgstr "Extraherar %s med %s"
msgid "Failed to extract %s"
msgstr "Misslyckades att extrahera %s"
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -79,6 +76,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -334,6 +334,10 @@ msgstr "%s får inte att vara tom."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s får inte börja med ett bindestreck"
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s får inte börja med ett bindestreck"
+
msgid "%s contains invalid characters: '%s'"
msgstr ""
diff --git a/scripts/po/tr.po b/scripts/po/tr.po
index da1a4395..1a669053 100644
--- a/scripts/po/tr.po
+++ b/scripts/po/tr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:59+0000\n"
"Last-Translator: Samed Beyribey <ras0ir@eventualis.org>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/archlinux-pacman/"
@@ -59,9 +59,6 @@ msgstr "%s ile %s açılıyor"
msgid "Failed to extract %s"
msgstr "%s arşivi açılamadı"
-msgid "Unrecognized reference: %s"
-msgstr "Bilinmeyen referans: %s"
-
msgid "Branching %s ..."
msgstr "%s dallanıyor ..."
@@ -80,6 +77,9 @@ msgstr "%s çekiliyor ..."
msgid "Failure while pulling %s"
msgstr "%s çekilirken hata meydana geldi"
+msgid "Unrecognized reference: %s"
+msgstr "Bilinmeyen referans: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "%s %s deposunun çalışan bir kopyası oluşturuluyor..."
@@ -342,6 +342,10 @@ msgstr "%s boş olamaz."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s, '-' (tire) işareti ile başlayamaz."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s, '-' (tire) işareti ile başlayamaz."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s geçersiz karakterler içeriyor: '%s'"
diff --git a/scripts/po/uk.po b/scripts/po/uk.po
index 6b235512..8ac6d60c 100644
--- a/scripts/po/uk.po
+++ b/scripts/po/uk.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-05-05 08:42+0000\n"
"Last-Translator: Yarema aka Knedlyk <yupadmin@gmail.com>\n"
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/archlinux-"
@@ -60,9 +60,6 @@ msgstr "Розпаковування %s з %s... "
msgid "Failed to extract %s"
msgstr "Не вдалося розпакувати %s"
-msgid "Unrecognized reference: %s"
-msgstr "Нерозпізнана згадка про: %s"
-
msgid "Branching %s ..."
msgstr "Розгалуження %s ..."
@@ -81,6 +78,9 @@ msgstr "Долучення %s ..."
msgid "Failure while pulling %s"
msgstr "Невдача під час долучення %s"
+msgid "Unrecognized reference: %s"
+msgstr "Нерозпізнана згадка про: %s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "Створення робочої копії %s %s сховища..."
@@ -338,6 +338,10 @@ msgstr "%s не повинен бути порожнім."
msgid "%s is not allowed to start with a hyphen."
msgstr "%s не повинен починатися з дефіса."
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s не повинен починатися з дефіса."
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s містить неправильні символи: '%s'"
diff --git a/scripts/po/zh_CN.po b/scripts/po/zh_CN.po
index 4cb352c7..d2cd102d 100644
--- a/scripts/po/zh_CN.po
+++ b/scripts/po/zh_CN.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 15:07+0000\n"
"Last-Translator: mytbk <mytbk920423@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/"
@@ -63,9 +63,6 @@ msgstr "正在解压缩 %s,使用 %s"
msgid "Failed to extract %s"
msgstr "无法解压缩 %s"
-msgid "Unrecognized reference: %s"
-msgstr "未知引用:%s"
-
msgid "Branching %s ..."
msgstr "正在取出%s......"
@@ -84,6 +81,9 @@ msgstr "正在获取%s的最新版本......"
msgid "Failure while pulling %s"
msgstr "获取%s的最新版本失败"
+msgid "Unrecognized reference: %s"
+msgstr "未知引用:%s"
+
msgid "Creating working copy of %s %s repo..."
msgstr "正在建立%s %s仓库的拷贝......"
@@ -339,6 +339,10 @@ msgstr "%s 不允许为空。"
msgid "%s is not allowed to start with a hyphen."
msgstr "%s 不允许以连字号开始。"
+#, fuzzy
+msgid "%s is not allowed to start with a dot."
+msgstr "%s 不允许以连字号开始。"
+
msgid "%s contains invalid characters: '%s'"
msgstr "%s 包含无效字符: '%s'"
diff --git a/scripts/po/zh_TW.po b/scripts/po/zh_TW.po
index 4d5fb41e..8c926f78 100644
--- a/scripts/po/zh_TW.po
+++ b/scripts/po/zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2013-04-30 21:18+1000\n"
+"POT-Creation-Date: 2013-06-06 13:07+1000\n"
"PO-Revision-Date: 2013-04-30 11:28+0000\n"
"Last-Translator: allanmcrae <allan@archlinux.org>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/"
@@ -57,9 +57,6 @@ msgstr ""
msgid "Failed to extract %s"
msgstr ""
-msgid "Unrecognized reference: %s"
-msgstr ""
-
msgid "Branching %s ..."
msgstr ""
@@ -78,6 +75,9 @@ msgstr ""
msgid "Failure while pulling %s"
msgstr ""
+msgid "Unrecognized reference: %s"
+msgstr ""
+
msgid "Creating working copy of %s %s repo..."
msgstr ""
@@ -333,6 +333,9 @@ msgstr ""
msgid "%s is not allowed to start with a hyphen."
msgstr ""
+msgid "%s is not allowed to start with a dot."
+msgstr ""
+
msgid "%s contains invalid characters: '%s'"
msgstr ""