[Xfce4-commits] <libxfce4ui:master> Fix invalid translated string spotted by Og Machiel.
Nick Schermer
noreply at xfce.org
Fri Dec 18 15:12:01 CET 2009
Updating branch refs/heads/master
to f4db6469fdfdfaa34c9048a7801e14e0553f92b1 (commit)
from fa76cee119153cf889833397da0873cab7e167dc (commit)
commit f4db6469fdfdfaa34c9048a7801e14e0553f92b1
Author: Nick Schermer <nick at xfce.org>
Date: Fri Dec 18 15:11:01 2009 +0100
Fix invalid translated string spotted by Og Machiel.
Also drop pot file, transifex will generate it on the fly.
libxfce4kbd-private/xfce-shortcut-dialog.c | 2 +-
po/ast.po | 11 +-
po/ca.po | 10 +-
po/cs.po | 10 +-
po/da.po | 10 +-
po/de.po | 7 +-
po/el.po | 10 +-
po/en_GB.po | 7 +-
po/es.po | 10 +-
po/eu.po | 10 +-
po/fi.po | 7 +-
po/fr.po | 7 +-
po/gl.po | 10 +-
po/hu.po | 10 +-
po/id.po | 10 +-
po/it.po | 10 +-
po/ja.po | 10 +-
po/kk.po | 10 +-
po/ku.po | 7 +-
po/libxfce4ui.pot | 164 ----------------------------
po/lv.po | 10 +-
po/pa.po | 10 +-
po/pl.po | 7 +-
po/pt.po | 10 +-
po/pt_BR.po | 33 ++++--
po/ro.po | 7 +-
po/sk.po | 10 +-
po/sv.po | 10 +-
po/tl_PH.po | 7 +-
po/tr.po | 10 +-
po/uk.po | 7 +-
po/ur.po | 10 +-
po/ur_PK.po | 10 +-
po/zh_CN.po | 10 +-
34 files changed, 120 insertions(+), 363 deletions(-)
diff --git a/libxfce4kbd-private/xfce-shortcut-dialog.c b/libxfce4kbd-private/xfce-shortcut-dialog.c
index 7d9826d..00953c3 100644
--- a/libxfce4kbd-private/xfce-shortcut-dialog.c
+++ b/libxfce4kbd-private/xfce-shortcut-dialog.c
@@ -321,7 +321,7 @@ xfce_shortcut_dialog_key_pressed (XfceShortcutDialog *dialog,
dialog->shortcut = xfce_shortcut_dialog_shortcut_name (dialog, event->keyval, event->state);
shortcut = g_markup_escape_text (dialog->shortcut, -1);
- text = g_strdup_printf (_("<span size='large'><b>%s</b></span>"), shortcut);
+ text = g_strdup_printf ("<span size='large'><b>%s</b></span>", shortcut);
gtk_label_set_markup (GTK_LABEL (dialog->shortcut_label), text);
diff --git a/po/ast.po b/po/ast.po
index 22a6648..1dca4db 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xfce4-session\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-08-31 15:34+0100\n"
"Last-Translator: astur <malditoastur at gmail.com>\n"
"Language-Team: Asturian <alministradores at softastur.org>\n"
@@ -147,11 +147,6 @@ msgstr ""
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, fuzzy, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>Zarrar sesión de %s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr ""
@@ -164,6 +159,10 @@ msgstr ""
msgid "Xfce 4 Widgets"
msgstr ""
+#, fuzzy
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>Zarrar sesión de %s</b></span>"
+
#~ msgid "No description given"
#~ msgstr "Nun se dio nenguna descripción"
diff --git a/po/ca.po b/po/ca.po
index 908d894..bfd65b6 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce 4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-11-26 17:50+0100\n"
"Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
"Language-Team: Catalan\n"
@@ -153,11 +153,6 @@ msgstr "Drecera:"
msgid "Could not grab the keyboard."
msgstr "No s'ha pogut capturar el teclat."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Subtítol"
@@ -170,6 +165,9 @@ msgstr "Diàleg amb títol"
msgid "Xfce 4 Widgets"
msgstr "Giny Xfce 4"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "El fitxer no és un fitxer «.desktop» vàlid"
diff --git a/po/cs.po b/po/cs.po
index 9b396f6..5f3e5d8 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-10-25 11:30+0100\n"
"Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
"Language-Team: Czech\n"
@@ -152,11 +152,6 @@ msgstr "Klávesová zkratka:"
msgid "Could not grab the keyboard."
msgstr "Nelze zachytávat vstup z klávesnice."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Podtitulek"
@@ -169,6 +164,9 @@ msgstr "Dialogové okno s titulkem"
msgid "Xfce 4 Widgets"
msgstr "Prvky dialogů pro prostředí Xfce 4"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "Soubor není platným souborem typu .desktop"
diff --git a/po/da.po b/po/da.po
index 16ecc41..7a2fa92 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui 1.4.7.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-10-18 21:21+0100\n"
"Last-Translator: Per Kongstad <p_kongstad at op.pl>\n"
"Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
@@ -154,11 +154,6 @@ msgstr "Genvej:"
msgid "Could not grab the keyboard."
msgstr "Kunne ikke gribe tastaturet"
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='stor'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Undertitel"
@@ -171,6 +166,9 @@ msgstr "Dialogtitel"
msgid "Xfce 4 Widgets"
msgstr "Kontroller til Xfce 4"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='stor'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "Filen er ikke en gyldig .skrivebordsfil"
diff --git a/po/de.po b/po/de.po
index 9185f12..a417a11 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui 4.5.0svn-r27345\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2008-07-18 23:17+0200\n"
"Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
"Language-Team: German\n"
@@ -147,11 +147,6 @@ msgstr ""
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr ""
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr ""
diff --git a/po/el.po b/po/el.po
index 671b591..e11f826 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui git VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-08-30 20:14+0200\n"
"Last-Translator: Evaggelos Balaskas <ebalaskas at ebalaskas.gr>\n"
"Language-Team: Greek <nls at tux.hellug.gr>\n"
@@ -155,11 +155,6 @@ msgstr "Συντόμευση:"
msgid "Could not grab the keyboard."
msgstr "Δεν είναι δυνατή η δέσμευση του πληκτρολογίου."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Υπότιτλος"
@@ -172,6 +167,9 @@ msgstr "Διάλογος με τίτλο"
msgid "Xfce 4 Widgets"
msgstr "Xfce4 Widgets"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "Το αρχείο δεν είναι ένα έγκυρο αρχείο .desktop"
diff --git a/po/en_GB.po b/po/en_GB.po
index 2a6c96c..8270bf7 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2008-05-10 13:16+1000\n"
"Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
"Language-Team: English/GB\n"
@@ -147,11 +147,6 @@ msgstr ""
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr ""
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr ""
diff --git a/po/es.po b/po/es.po
index b6ca61f..7af60e5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-09-15 00:59-0300\n"
"Last-Translator: elega <elega at elega.com.ar>\n"
"Language-Team: Spanish/ES <xfce-i18n at xfce.org>\n"
@@ -148,11 +148,6 @@ msgstr "Atajo:"
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Subtítulo"
@@ -165,6 +160,9 @@ msgstr ""
msgid "Xfce 4 Widgets"
msgstr ""
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "Starting %s"
#~ msgstr "Iniciando %s"
diff --git a/po/eu.po b/po/eu.po
index c637cba..1638dcd 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-10-21 13:56+0200\n"
"Last-Translator: Piarres Beobide <pi at beobide.net>\n"
"Language-Team: Basque <debian-l10n-eu at debian.lists.org>\n"
@@ -153,11 +153,6 @@ msgstr "Lasterbidea:"
msgid "Could not grab the keyboard."
msgstr "Ezin da teklatua kapturatu."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Azpititulua"
@@ -170,6 +165,9 @@ msgstr "Elkarrizketa-koadroa"
msgid "Xfce 4 Widgets"
msgstr "Xfce 4 trepetak"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "Fitxategia ez da baliozko .desktop fitxategi bat"
diff --git a/po/fi.po b/po/fi.po
index 707171b..ef91114 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2008-10-08 16:51+0300\n"
"Last-Translator: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>\n"
"Language-Team: Finnish\n"
@@ -146,11 +146,6 @@ msgstr ""
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr ""
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 3a952d6..2d8b45d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2008-10-12 23:17+0100\n"
"Last-Translator: Maximilian Schleiss <maximilian at xfce.org>\n"
"Language-Team: French <i18n-xfce at xfce.org>\n"
@@ -145,11 +145,6 @@ msgstr ""
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr ""
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr ""
diff --git a/po/gl.po b/po/gl.po
index aed20c1..235d8a1 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-11-13 13:58+0100\n"
"Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
"Language-Team: Galician <proxecto at trasno.net>\n"
@@ -155,11 +155,6 @@ msgstr "Atallo:"
msgid "Could not grab the keyboard."
msgstr "Non se puido obter o teclado."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Subtítulo"
@@ -172,6 +167,9 @@ msgstr "Diálogo con título"
msgid "Xfce 4 Widgets"
msgstr "Xfce 4 Widgets"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "O ficheiro non é un ficheiro .desktop válido"
diff --git a/po/hu.po b/po/hu.po
index b024107..80e2ab9 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-07-17 15:02+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
"Language-Team: Hungarian <gnome at gnome dot hu>\n"
@@ -156,11 +156,6 @@ msgstr "Gyorsbillentyű:"
msgid "Could not grab the keyboard."
msgstr "A billentyűzet nem ragadható meg."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Felirat"
@@ -173,6 +168,9 @@ msgstr "Címzett ablak"
msgid "Xfce 4 Widgets"
msgstr "Xfce 4 felületi elemek"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "A fájl nem egy érvényes .desktop fájl"
diff --git a/po/id.po b/po/id.po
index 6b47ea9..d04fcf5 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce 4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-08-25 21:25+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
"Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
@@ -154,11 +154,6 @@ msgstr "Jalan Pintas:"
msgid "Could not grab the keyboard."
msgstr "Tak dapat menangkap papan ketik."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Subjudul"
@@ -171,6 +166,9 @@ msgstr "Dialog Berjudul"
msgid "Xfce 4 Widgets"
msgstr "Widget Xfce 4"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "Berkas bukan sebuah berkas .desktop yang valid"
diff --git a/po/it.po b/po/it.po
index fcbabe2..eba4c40 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-10-19 14:55+0100\n"
"Last-Translator: Cristian Marchi <cri.penta at gmail.com>\n"
"Language-Team: Italian Translation Team <xfce-it-translators at googlegroups."
@@ -152,11 +152,6 @@ msgstr "Scorciatoia:"
msgid "Could not grab the keyboard."
msgstr "Impossibile acquisire la tastiera."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Sottotitolo"
@@ -169,6 +164,9 @@ msgstr "Finestra titolata"
msgid "Xfce 4 Widgets"
msgstr "Xfce 4 Widget"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "IL file non è un file desktop valido"
diff --git a/po/ja.po b/po/ja.po
index 2abfdb6..d94925d 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-10-21 00:36+0900\n"
"Last-Translator: Masato Hashimoto <cabezon.hashimoto at gmail.com>\n"
"Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"
@@ -153,11 +153,6 @@ msgstr "ショートカット:"
msgid "Could not grab the keyboard."
msgstr "キーボードを取得できませんでした。"
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "サブタイトル"
@@ -170,6 +165,9 @@ msgstr "タイトル付きダイアログ"
msgid "Xfce 4 Widgets"
msgstr "Xfce 4 ウィジェット"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "ファイルは正常な .desktop ファイルではありません"
diff --git a/po/kk.po b/po/kk.po
index 6d0f4c9..4430fb4 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-12-05 13:35+0600\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst at gmail.com>\n"
"Language-Team: Kazakh <kk_KZ at googlegroups.com>\n"
@@ -152,11 +152,6 @@ msgstr "Жарлық:"
msgid "Could not grab the keyboard."
msgstr "Пернетақтаны басқаруды алу мүмкін емес."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Екіншілік атау"
@@ -169,6 +164,9 @@ msgstr "Атауы бар сұхбат терезесі"
msgid "Xfce 4 Widgets"
msgstr "Xfce 4 виджеттері"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "Файл дұрыс .desktop файлы емес"
diff --git a/po/ku.po b/po/ku.po
index 2aa932b..f04cfbc 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2008-11-02 13:44+0100\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi at gmail.com>\n"
"Language-Team: Kurdish <kde-i18n-doc at lists.kde.org>\n"
@@ -146,11 +146,6 @@ msgstr ""
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr ""
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr ""
diff --git a/po/libxfce4ui.pot b/po/libxfce4ui.pot
deleted file mode 100644
index dea9af6..0000000
--- a/po/libxfce4ui.pot
+++ /dev/null
@@ -1,164 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. run dialog
-#: ../libxfce4ui/xfce-dialogs.c:71
-msgid "Information"
-msgstr ""
-
-#. run dialog
-#: ../libxfce4ui/xfce-dialogs.c:107
-msgid "Warning"
-msgstr ""
-
-#. run dialog
-#: ../libxfce4ui/xfce-dialogs.c:144
-msgid "Error"
-msgstr ""
-
-#. run dialog
-#: ../libxfce4ui/xfce-dialogs.c:198
-msgid "Question"
-msgstr ""
-
-#: ../libxfce4ui/xfce-sm-client.c:1394
-msgid "Session management client ID"
-msgstr ""
-
-#: ../libxfce4ui/xfce-sm-client.c:1394
-msgid "ID"
-msgstr ""
-
-#: ../libxfce4ui/xfce-sm-client.c:1395
-msgid "Disable session management"
-msgstr ""
-
-#: ../libxfce4ui/xfce-sm-client.c:1405
-msgid "Session management options"
-msgstr ""
-
-#: ../libxfce4ui/xfce-sm-client.c:1406
-msgid "Show session management options"
-msgstr ""
-
-#: ../libxfce4ui/xfce-sm-client.c:1582
-#, c-format
-msgid "Failed to connect to the session manager: %s"
-msgstr ""
-
-#: ../libxfce4ui/xfce-sm-client.c:1589
-#, c-format
-msgid "Session manager did not return a valid client id"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcuts.c:52
-msgid ""
-"This shortcut is already being used for another window manager action. Which "
-"action do you want to use?"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcuts.c:53
-#: ../libxfce4kbd-private/xfce-shortcuts.c:56
-#: ../libxfce4kbd-private/xfce-shortcuts.c:59
-#: ../libxfce4kbd-private/xfce-shortcuts.c:62
-#, c-format
-msgid "Use '%s'"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcuts.c:53
-msgid "Keep the other one"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcuts.c:55
-#: ../libxfce4kbd-private/xfce-shortcuts.c:58
-#, c-format
-msgid ""
-"This shortcut is already being used for the command '%s'. Which action do "
-"you want to use?"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcuts.c:56
-#: ../libxfce4kbd-private/xfce-shortcuts.c:59
-#, c-format
-msgid "Keep '%s'"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcuts.c:61
-msgid ""
-"This shortcut is already being used by a window manager action. Which action "
-"do you want to use?"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcuts.c:62
-msgid "Keep the window manager action"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcuts.c:95
-#, c-format
-msgid "Conflicting actions for %s"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcuts.c:128
-msgid "This shortcut is already being used for something else."
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:207
-msgid "Window Manager Action Shortcut"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:208
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:218
-msgid "Action:"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:212
-msgid "Command Shortcut"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:213
-msgid "Command:"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:217
-msgid "Shortcut"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:258
-msgid "Shortcut:"
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:303
-msgid "Could not grab the keyboard."
-msgstr ""
-
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr ""
-
-#: ../glade/libxfce4ui.xml.in.h:1
-msgid "Subtitle"
-msgstr ""
-
-#: ../glade/libxfce4ui.xml.in.h:2
-msgid "Titled Dialog"
-msgstr ""
-
-#: ../glade/libxfce4ui.xml.in.h:3
-msgid "Xfce 4 Widgets"
-msgstr ""
diff --git a/po/lv.po b/po/lv.po
index 3846492..57f30ed 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-10-21 13:10+0100\n"
"Last-Translator: Rihards Prieditis <rprieditis at gmail.com>\n"
"Language-Team: Latvian <translation-team-lv at lists.sourceforge.net>\n"
@@ -154,11 +154,6 @@ msgstr "Īsceļš:"
msgid "Could not grab the keyboard."
msgstr "Nevarēja notvert klaviatūru."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Apakšvirsraksts"
@@ -171,6 +166,9 @@ msgstr "Virsraksta dialogs"
msgid "Xfce 4 Widgets"
msgstr "Xfce 4 sīkrīki"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "Fails nav derīgs .desktop fails"
diff --git a/po/pa.po b/po/pa.po
index c05c0a3..1a6594d 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-10-19 07:54+0530\n"
"Last-Translator: A S Alam <aalam at users.sf.net>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users at lists.sf.net>\n"
@@ -152,11 +152,6 @@ msgstr "ਸ਼ਾਰਟਕੱਟ:"
msgid "Could not grab the keyboard."
msgstr "ਕੀਬੋਰਡ ਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ।"
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "ਸਬ-ਟਾਈਟਲ"
@@ -168,3 +163,6 @@ msgstr "ਟਾਈਲ ਕੀਤਾ ਡਾਈਲਾਗ"
#: ../glade/libxfce4ui.xml.in.h:3
msgid "Xfce 4 Widgets"
msgstr "Xfce 4 ਵਿਦਜੈੱਟ"
+
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
diff --git a/po/pl.po b/po/pl.po
index eb5015c..c0e05f9 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2007-01-20 23:10+0200\n"
"Last-Translator: Piotr Maliński <riklaunim at gmail.com>\n"
"Language-Team: Polish <xfce-i18n at xfce.org>\n"
@@ -145,11 +145,6 @@ msgstr ""
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr ""
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr ""
diff --git a/po/pt.po b/po/pt.po
index ab082d1..df7610f 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-12-14 16:54-0000\n"
"Last-Translator: Sergio Marques <smarquespt at gmail.com>\n"
"Language-Team: \n"
@@ -154,11 +154,6 @@ msgstr "Atalho:"
msgid "Could not grab the keyboard."
msgstr "Incapaz de capturar o teclado."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Legenda"
@@ -171,6 +166,9 @@ msgstr "Diálogo Intitulado"
msgid "Xfce 4 Widgets"
msgstr "Widgets Xfce 4"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "O ficheiro não é um ficheiro .desktop válido"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index c07d727..e8ffbbf 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce 4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-12-18 08:58-0500\n"
"Last-Translator: Og Maciel <ogmaciel at gnome.org>\n"
"Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
@@ -67,8 +67,12 @@ msgid "Session manager did not return a valid client id"
msgstr "O gerenciador de sessão não retornou um ID de cliente válido"
#: ../libxfce4kbd-private/xfce-shortcuts.c:52
-msgid "This shortcut is already being used for another window manager action. Which action do you want to use?"
-msgstr "Este atalho já está sendo usado para uma outra ação do gerenciador de janelas. Qual ação você deseja usar?"
+msgid ""
+"This shortcut is already being used for another window manager action. Which "
+"action do you want to use?"
+msgstr ""
+"Este atalho já está sendo usado para uma outra ação do gerenciador de "
+"janelas. Qual ação você deseja usar?"
#: ../libxfce4kbd-private/xfce-shortcuts.c:53
#: ../libxfce4kbd-private/xfce-shortcuts.c:56
@@ -85,8 +89,12 @@ msgstr "Manter a outra"
#: ../libxfce4kbd-private/xfce-shortcuts.c:55
#: ../libxfce4kbd-private/xfce-shortcuts.c:58
#, c-format
-msgid "This shortcut is already being used for the command '%s'. Which action do you want to use?"
-msgstr "Este atalho já está sendo usado para o comando \"%s\". Qual ação você deseja usar?"
+msgid ""
+"This shortcut is already being used for the command '%s'. Which action do "
+"you want to use?"
+msgstr ""
+"Este atalho já está sendo usado para o comando \"%s\". Qual ação você deseja "
+"usar?"
#: ../libxfce4kbd-private/xfce-shortcuts.c:56
#: ../libxfce4kbd-private/xfce-shortcuts.c:59
@@ -95,8 +103,12 @@ msgid "Keep '%s'"
msgstr "Manter \"%s\""
#: ../libxfce4kbd-private/xfce-shortcuts.c:61
-msgid "This shortcut is already being used by a window manager action. Which action do you want to use?"
-msgstr "Este atalho já está sendo usado por uma ação do gerenciador de janelas. Qual ação você deseja usar?"
+msgid ""
+"This shortcut is already being used by a window manager action. Which action "
+"do you want to use?"
+msgstr ""
+"Este atalho já está sendo usado por uma ação do gerenciador de janelas. Qual "
+"ação você deseja usar?"
#: ../libxfce4kbd-private/xfce-shortcuts.c:62
msgid "Keep the window manager action"
@@ -140,11 +152,6 @@ msgstr "Atalho:"
msgid "Could not grab the keyboard."
msgstr "Não foi possível capturar o teclado."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Subtítulo"
@@ -157,3 +164,5 @@ msgstr "Diálogo com título"
msgid "Xfce 4 Widgets"
msgstr "Componentes do Xfce 4"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
diff --git a/po/ro.po b/po/ro.po
index 756a348..f09c3ad 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui 4.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-02-02 21:52+0200\n"
"Last-Translator: Mișu Moldovan <dumol at xfce.org>\n"
"Language-Team: Romanian\n"
@@ -148,11 +148,6 @@ msgstr ""
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr ""
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Subtitlu"
diff --git a/po/sk.po b/po/sk.po
index cb92b1e..2b16ab2 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 4.7.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-11-05 16:06+0100\n"
"Last-Translator: Robert Hartl <hartl.robert at gmail.com>\n"
"Language-Team: Slovak <sk-i18n at lists.linux.sk>\n"
@@ -150,11 +150,6 @@ msgstr "Klávesová skratka:"
msgid "Could not grab the keyboard."
msgstr "Nemožno zachytiť vstup z klávesnice."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Podtitulok"
@@ -167,6 +162,9 @@ msgstr "Dialógové okno s titulkom"
msgid "Xfce 4 Widgets"
msgstr "Widgety Xfce 4"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "Súbor nie je platným súborom typu .desktop"
diff --git a/po/sv.po b/po/sv.po
index 8cf86f2..61a2b5a 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-12-16 17:17+0100\n"
"Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -152,11 +152,6 @@ msgstr "Genväg:"
msgid "Could not grab the keyboard."
msgstr "Kunde inte fånga tangentbordet."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Undertext"
@@ -168,3 +163,6 @@ msgstr "Namngiven dialogruta"
#: ../glade/libxfce4ui.xml.in.h:3
msgid "Xfce 4 Widgets"
msgstr "Xfce 4-widgetar"
+
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
diff --git a/po/tl_PH.po b/po/tl_PH.po
index f4cddc6..e12e542 100644
--- a/po/tl_PH.po
+++ b/po/tl_PH.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-04-20 14:08+0200\n"
"Last-Translator: ian \"dakbyani\" besina <brod_bee at yahoo.com.ph>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -145,11 +145,6 @@ msgstr ""
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr ""
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index f5fa6ea..9d003ea 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: SVN\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-09-02 12:40+0200\n"
"Last-Translator: Server Acim <serveracim at gmail.com>\n"
"Language-Team: Turkish <turkce at pardus.org.tr>\n"
@@ -154,11 +154,6 @@ msgstr "Kısayol:"
msgid "Could not grab the keyboard."
msgstr "Klavyeyi tanıyamadı."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "Altyazı"
@@ -171,6 +166,9 @@ msgstr "Başlıklı Pencere"
msgid "Xfce 4 Widgets"
msgstr "Xfce 4 Parçacıkları"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "Dosya geçerli bir .desktop dosyası değil"
diff --git a/po/uk.po b/po/uk.po
index 44e594e..4dc0cc7 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2008-06-30 17:35+0300\n"
"Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
"Language-Team: Ukrainian <xfce4-dev at xfce.org>\n"
@@ -146,11 +146,6 @@ msgstr ""
msgid "Could not grab the keyboard."
msgstr ""
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr ""
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr ""
diff --git a/po/ur.po b/po/ur.po
index b976087..d8610ce 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-07-13 10:00+0500\n"
"Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
"Language-Team: Urdu <makki.ma at gmail.com>\n"
@@ -160,11 +160,6 @@ msgstr "شارٹ کٹ:"
msgid "Could not grab the keyboard."
msgstr "کیبورڈ اٹھایا نہیں جاسکا."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "ذیلی عنوان"
@@ -177,6 +172,9 @@ msgstr "عنوان شدہ ڈائیلاگ"
msgid "Xfce 4 Widgets"
msgstr "ایکسفس 4 وجٹس"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "فائل موزوں .desktop فائل نہیں ہے"
diff --git a/po/ur_PK.po b/po/ur_PK.po
index b976087..d8610ce 100644
--- a/po/ur_PK.po
+++ b/po/ur_PK.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-07-13 10:00+0500\n"
"Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
"Language-Team: Urdu <makki.ma at gmail.com>\n"
@@ -160,11 +160,6 @@ msgstr "شارٹ کٹ:"
msgid "Could not grab the keyboard."
msgstr "کیبورڈ اٹھایا نہیں جاسکا."
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "ذیلی عنوان"
@@ -177,6 +172,9 @@ msgstr "عنوان شدہ ڈائیلاگ"
msgid "Xfce 4 Widgets"
msgstr "ایکسفس 4 وجٹس"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "فائل موزوں .desktop فائل نہیں ہے"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d2cc9b2..87e1004 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libxfce4ui\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-18 11:34+0100\n"
+"POT-Creation-Date: 2009-12-18 15:10+0100\n"
"PO-Revision-Date: 2009-10-20 23:53+0800\n"
"Last-Translator: Hunt Xu <huntxu at live.cn>\n"
"Language-Team: Simplied Chinese <i18n-xfce at xfce.org>\n"
@@ -145,11 +145,6 @@ msgstr "快捷键:"
msgid "Could not grab the keyboard."
msgstr "无法获取键盘输入。"
-#: ../libxfce4kbd-private/xfce-shortcut-dialog.c:324
-#, c-format
-msgid "<span size='large'><b>%s</b></span>"
-msgstr "<span size='large'><b>%s</b></span>"
-
#: ../glade/libxfce4ui.xml.in.h:1
msgid "Subtitle"
msgstr "子菜单"
@@ -162,6 +157,9 @@ msgstr "有标题对话框"
msgid "Xfce 4 Widgets"
msgstr "Xfce 4 控件"
+#~ msgid "<span size='large'><b>%s</b></span>"
+#~ msgstr "<span size='large'><b>%s</b></span>"
+
#~ msgid "File is not a valid .desktop file"
#~ msgstr "文件不是一个有效的 .desktop 文件"
More information about the Xfce4-commits
mailing list