summaryrefslogtreecommitdiffstats
path: root/kdialogd4/po
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-08 06:44:53 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-08 06:44:53 +0000
commit38689594447d4ba3d4d80edfc307a2893b13cd81 (patch)
treeb79b7338265c18c56b1fd3ca81c72ee03b2135af /kdialogd4/po
parentf4b5a1545d8152b97aa819b5d663ecee3dd98484 (diff)
downloadkgtk-qt3-38689594447d4ba3d4d80edfc307a2893b13cd81.tar.gz
kgtk-qt3-38689594447d4ba3d4d80edfc307a2893b13cd81.zip
Deleted Qt4/KDE4 portions of kgtk-qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kgtk-qt3@1230840 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdialogd4/po')
-rw-r--r--kdialogd4/po/CMakeLists.txt41
-rw-r--r--kdialogd4/po/cs.po61
-rw-r--r--kdialogd4/po/de.po62
-rw-r--r--kdialogd4/po/en_GB.po60
-rw-r--r--kdialogd4/po/es.po56
-rw-r--r--kdialogd4/po/fr.po60
-rw-r--r--kdialogd4/po/kdialogd4.pot58
-rw-r--r--kdialogd4/po/pt_BR.po60
-rw-r--r--kdialogd4/po/ru.po62
-rw-r--r--kdialogd4/po/zh_CN.po60
10 files changed, 0 insertions, 580 deletions
diff --git a/kdialogd4/po/CMakeLists.txt b/kdialogd4/po/CMakeLists.txt
deleted file mode 100644
index c706aff..0000000
--- a/kdialogd4/po/CMakeLists.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-find_package(Msgfmt REQUIRED)
-
-# .po to .gmo stuff
-file(GLOB _pofiles *.po)
-
-foreach(_file ${_pofiles})
- get_filename_component(_file_we ${_file} NAME_WE)
- set(_out "${CMAKE_CURRENT_BINARY_DIR}/${_file_we}.gmo")
- set(_in "${_file_we}.po")
- add_custom_command(OUTPUT ${_out} COMMAND ${MSGFMT_EXECUTABLE} -o ${_out} ${_file} DEPENDS ${_file})
- install(FILES ${_out} DESTINATION share/locale/${_file_we}/LC_MESSAGES/ RENAME kdialogd4.mo)
- set(_outputs ${_outputs} ${_out})
-endforeach(_file)
-
-add_custom_target(pofiles ALL DEPENDS ${_outputs})
-
-# Stuff to generate the .pot
-set(POT_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/../kdialogd.cpp)
-set(POT_OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/kdialogd4.pot)
-
-# Find xgettext
-find_program(XGETTEXT_PATH NAMES "xgettext" PATHS "/usr/bin" "/usr/local/bin")
-if(${XGETTEXT_PATH} STREQUAL "XGETTEXT_PATH-NOTFOUND")
- message(STATUS "xgettext not found. You will not be able to run 'make extract_messages' in the 'po' directory.")
-else(${XGETTEXT_PATH} STREQUAL "XGETTEXT_PATH-NOTFOUND")
- message(STATUS "Found xgettext: ${XGETTEXT_PATH}")
-endif(${XGETTEXT_PATH} STREQUAL "XGETTEXT_PATH-NOTFOUND")
-
-if(EXISTS ${KDE4_INCLUDE_DIR}/kde.pot)
- add_custom_command(
- OUTPUT ${POT_OUTPUT}
- COMMAND ${XGETTEXT_PATH} --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale -x "${KDE4_INCLUDE_DIR}/kde.pot" -o ${POT_OUTPUT} ${POT_SOURCES}
- )
-else (EXISTS ${KDE4_INCLUDE_DIR}/kde.pot)
- add_custom_command(
- OUTPUT ${POT_OUTPUT}
- COMMAND ${XGETTEXT_PATH} --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale -o ${POT_OUTPUT} ${POT_SOURCES}
- )
-endif (EXISTS ${KDE4_INCLUDE_DIR}/kde.pot)
-
-add_custom_target(extract_messages DEPENDS ${POT_OUTPUT})
diff --git a/kdialogd4/po/cs.po b/kdialogd4/po/cs.po
deleted file mode 100644
index 9e4d454..0000000
--- a/kdialogd4/po/cs.po
+++ /dev/null
@@ -1,61 +0,0 @@
-# translation of cs.po to Česky
-# This file is put in the public domain.
-#
-# Marián Kyral <[email protected]>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: cs\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-09-21 15:08+0100\n"
-"PO-Revision-Date: 2007-10-16 05:41+0200\n"
-"Last-Translator: Marián Kyral <[email protected]>\n"
-"Language-Team: Česky <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-
-#: kdialogd.cpp:331
-msgid "Open"
-msgstr "Otevřít"
-
-#: kdialogd.cpp:334
-msgid "Save As"
-msgstr "Uložit jako"
-
-#: kdialogd.cpp:337
-msgid "Select Folder"
-msgstr "Vyberte složku"
-
-#: kdialogd.cpp:627
-msgid "You can only select local files."
-msgstr "Můžete vybrat pouze místní soubory."
-
-#: kdialogd.cpp:628
-msgid "Remote Files Not Accepted"
-msgstr "Vzdálené soubory nejsou akceptovány."
-
-#: kdialogd.cpp:634
-msgid ""
-"File %1 exits.\n"
-"Do you want to replace it?"
-msgstr ""
-"Soubor %1 existuje.\n"
-"Chcete jej přepsat?"
-
-#: kdialogd.cpp:636
-msgid "File Exists"
-msgstr "Soubor existuje."
-
-#: kdialogd.cpp:637
-msgid "Replace"
-msgstr "Přepiš"
-
-#: kdialogd.cpp:712
-msgid "You can only select local folders."
-msgstr "Můžete vybrat pouze místní složky."
-
-#: kdialogd.cpp:713
-msgid "Remote Folders Not Accepted"
-msgstr "Vzdálené složky nejsou akceptovány."
diff --git a/kdialogd4/po/de.po b/kdialogd4/po/de.po
deleted file mode 100644
index 1d36f03..0000000
--- a/kdialogd4/po/de.po
+++ /dev/null
@@ -1,62 +0,0 @@
-# translation of kdialogd4.po to Deutsch
-# This file is put in the public domain.
-#
-# Jannick Kuhr <[email protected]>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: kdialogd4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-09-21 15:08+0100\n"
-"PO-Revision-Date: 2007-10-11 13:28+0200\n"
-"Last-Translator: Jannick Kuhr <[email protected]>\n"
-"Language-Team: Deutsch <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-
-#:kdialogd.cpp:331
-msgid "Open"
-msgstr "Öffnen"
-
-#:kdialogd.cpp:334
-msgid "Save As"
-msgstr "Speichern unter"
-
-#:kdialogd.cpp:337
-msgid "Select Folder"
-msgstr "Ordner wählen"
-
-#:kdialogd.cpp:627
-msgid "You can only select local files."
-msgstr "Sie können nur lokale Dateien auswählen."
-
-#:kdialogd.cpp:628
-msgid "Remote Files Not Accepted"
-msgstr "Dateien von Fremdrechnern werden nicht akzeptiert."
-
-#:kdialogd.cpp:634
-msgid ""
-"File %1 exits.\n"
-"Do you want to replace it?"
-msgstr ""
-"Die Datei %1 exisitiert bereits.\n"
-"Wollen Sie sie ersetzen?"
-
-#:kdialogd.cpp:636
-msgid "File Exists"
-msgstr "Datei existiert bereits"
-
-#:kdialogd.cpp:637
-msgid "Replace"
-msgstr "Ersetzen"
-
-#:kdialogd.cpp:712
-msgid "You can only select local folders."
-msgstr "Sie können nur lokale Ordner auswählen."
-
-#:kdialogd.cpp:713
-msgid "Remote Folders Not Accepted"
-msgstr "Ordner von Fremdrechnern werden nicht akzeptiert."
-
diff --git a/kdialogd4/po/en_GB.po b/kdialogd4/po/en_GB.po
deleted file mode 100644
index b811497..0000000
--- a/kdialogd4/po/en_GB.po
+++ /dev/null
@@ -1,60 +0,0 @@
-# translation of kdialogd4.po to British English
-# Copyright (C) 2007 Craig Drummond <[email protected]>
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: kdialogd4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-09-21 14:40+0100\n"
-"PO-Revision-Date: 2007-10-05 22:35+0200\n"
-"Last-Translator: Craig Drummond <[email protected]>\n"
-"Language-Team: Craig Drummond <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: kdialogd.cpp:328
-msgid "Select Folder"
-msgstr "Select Folder"
-
-#: kdialogd.cpp:573
-msgid "You can only select local files."
-msgstr "You can only select local files."
-
-#: kdialogd.cpp:574
-msgid "Remote Files Not Accepted"
-msgstr "Remote Files Not Accepted"
-
-#: kdialogd.cpp:580
-msgid ""
-"File %1 exits.\n"
-"Do you want to replace it?"
-msgstr ""
-"File %1 exits.\n"
-"Do you want to replace it?"
-
-#: kdialogd.cpp:582
-msgid "File Exists"
-msgstr "File Exists"
-
-#: kdialogd.cpp:667
-msgid "You can only select local folders."
-msgstr "You can only select local folders."
-
-#: kdialogd.cpp:668
-msgid "Remote Folders Not Accepted"
-msgstr "Remote Folders Not Accepted"
-
-#: kdialogd.cpp:677
-msgid "KDialog Daemon"
-msgstr "KDialog Daemon"
-
-#: kdialogd.cpp:678
-msgid "Use KDE dialogs from non-KDE apps."
-msgstr "Use KDE dialogs from non-KDE apps."
-
-#: kdialogd.cpp:680
-msgid "(c) Craig Drummond, 2006-2007"
-msgstr "(c) Craig Drummond, 2006-2007"
diff --git a/kdialogd4/po/es.po b/kdialogd4/po/es.po
deleted file mode 100644
index 5de4e58..0000000
--- a/kdialogd4/po/es.po
+++ /dev/null
@@ -1,56 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-09-21 15:08+0100\n"
-"PO-Revision-Date: 2007-10-19 18:06+0200\n"
-"Last-Translator: Marco Antonio Blanco <[email protected]>\n"
-"Language-Team: LANGUAGE <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Pootle 0.10.1\n"
-
-#: kdialogd.cpp:331
-msgid "Open"
-msgstr "Abrir"
-
-#: kdialogd.cpp:334
-msgid "Save As"
-msgstr "Guardar como"
-
-#: kdialogd.cpp:337
-msgid "Select Folder"
-msgstr "Seleccione carpeta"
-
-#: kdialogd.cpp:627
-msgid "You can only select local files."
-msgstr "Sólo se pueden seleccionar ficheros locales."
-
-#: kdialogd.cpp:628
-msgid "Remote Files Not Accepted"
-msgstr "No se aceptan ficheros remotos"
-
-#: kdialogd.cpp:634
-msgid ""
-"File %1 exits.\n"
-"Do you want to replace it?"
-msgstr ""
-"El fichero %1 existe.\n"
-"¿Quiere sustituirlo?"
-
-#: kdialogd.cpp:636
-msgid "File Exists"
-msgstr "El fichero existe"
-
-#: kdialogd.cpp:637
-msgid "Replace"
-msgstr "Sustituir"
-
-#: kdialogd.cpp:712
-msgid "You can only select local folders."
-msgstr "Sólo se pueden seleccionar carpetas locales."
-
-#: kdialogd.cpp:713
-msgid "Remote Folders Not Accepted"
-msgstr "No se aceptan carpetas remotas"
diff --git a/kdialogd4/po/fr.po b/kdialogd4/po/fr.po
deleted file mode 100644
index b0c500e..0000000
--- a/kdialogd4/po/fr.po
+++ /dev/null
@@ -1,60 +0,0 @@
-# translation of kdialogd4.po to French
-# Copyright (C) 2007 aul Thomas <[email protected]>
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: kdialogd4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-09-21 14:40+0100\n"
-"PO-Revision-Date: 2007-10-06 17:54+0200\n"
-"Last-Translator: Paul Thomas <[email protected]>\n"
-"Language-Team: Paul Thomas <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: kdialogd.cpp:328
-msgid "Select Folder"
-msgstr "Sélectionnez le dossier"
-
-#: kdialogd.cpp:573
-msgid "You can only select local files."
-msgstr "Vous ne pouvez sélectionner que des fichiers locaux."
-
-#: kdialogd.cpp:574
-msgid "Remote Files Not Accepted"
-msgstr "Les fichiers distants ne sont pas acceptés"
-
-#: kdialogd.cpp:580
-msgid ""
-"File %1 exits.\n"
-"Do you want to replace it?"
-msgstr ""
-"Le fichier %1 exite déjà.\n"
-"Voulez-vous le remplacer"
-
-#: kdialogd.cpp:582
-msgid "File Exists"
-msgstr "Le Fichier existe déjà"
-
-#: kdialogd.cpp:667
-msgid "You can only select local folders."
-msgstr "Vous ne pouvez sélectionner que des dossiers locaux."
-
-#: kdialogd.cpp:668
-msgid "Remote Folders Not Accepted"
-msgstr "Les dossiers distants ne sont pas acceptés"
-
-#: kdialogd.cpp:677
-msgid "KDialog Daemon"
-msgstr "KDialog Daemon"
-
-#: kdialogd.cpp:678
-msgid "Use KDE dialogs from non-KDE apps."
-msgstr "Utilisez les dialogues KDE à partir d'applications non-KDE."
-
-#: kdialogd.cpp:680
-msgid "(c) Craig Drummond, 2006-2007"
-msgstr "(c) Craig Drummond, 2006-2007"
diff --git a/kdialogd4/po/kdialogd4.pot b/kdialogd4/po/kdialogd4.pot
deleted file mode 100644
index abc8249..0000000
--- a/kdialogd4/po/kdialogd4.pot
+++ /dev/null
@@ -1,58 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-09-21 15:08+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: kdialogd.cpp:331
-msgid "Open"
-msgstr ""
-
-#: kdialogd.cpp:334
-msgid "Save As"
-msgstr ""
-
-#: kdialogd.cpp:337
-msgid "Select Folder"
-msgstr ""
-
-#: kdialogd.cpp:627
-msgid "You can only select local files."
-msgstr ""
-
-#: kdialogd.cpp:628
-msgid "Remote Files Not Accepted"
-msgstr ""
-
-#: kdialogd.cpp:634
-msgid ""
-"File %1 exits.\n"
-"Do you want to replace it?"
-msgstr ""
-
-#: kdialogd.cpp:636
-msgid "File Exists"
-msgstr ""
-
-#: kdialogd.cpp:637
-msgid "Replace"
-msgstr ""
-
-#: kdialogd.cpp:712
-msgid "You can only select local folders."
-msgstr ""
-
-#: kdialogd.cpp:713
-msgid "Remote Folders Not Accepted"
-msgstr ""
diff --git a/kdialogd4/po/pt_BR.po b/kdialogd4/po/pt_BR.po
deleted file mode 100644
index 79a5463..0000000
--- a/kdialogd4/po/pt_BR.po
+++ /dev/null
@@ -1,60 +0,0 @@
-# translation of kdialogd4.po to Brazillian Portuguese
-# This file is put in the public domain.
-#
-# Márcio Moraes <[email protected]>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: kdialogd4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-09-21 15:08+0100\n"
-"PO-Revision-Date: 2008-02-26 11:47-0300\n"
-"Last-Translator: Márcio Moraes <[email protected]>\n"
-"Language-Team: Márcio Moraes <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: kdialogd.cpp:331
-msgid "Open"
-msgstr "Abrir"
-
-#: kdialogd.cpp:334
-msgid "Save As"
-msgstr "Salvar Como"
-
-#: kdialogd.cpp:337
-msgid "Select Folder"
-msgstr "Selecionar Pasta"
-
-#: kdialogd.cpp:627
-msgid "You can only select local files."
-msgstr "Selecione apenas arquivos locais."
-
-#: kdialogd.cpp:628
-msgid "Remote Files Not Accepted"
-msgstr "Arquivos remotos não são aceitos"
-
-#: kdialogd.cpp:634
-msgid ""
-"File %1 exits.\n"
-"Do you want to replace it?"
-msgstr ""
-"Arquivo %1 exite.\n"
-"Você realmente deseja sobrescrever?"
-
-#: kdialogd.cpp:636
-msgid "File Exists"
-msgstr "Arquivo Existe"
-
-#: kdialogd.cpp:637
-msgid "Replace"
-msgstr "Sobrescrever"
-
-#: kdialogd.cpp:712
-msgid "You can only select local folders."
-msgstr "Selecione apenas pastas locais."
-
-#: kdialogd.cpp:713
-msgid "Remote Folders Not Accepted"
-msgstr "Pastas remotas não são aceitas"
diff --git a/kdialogd4/po/ru.po b/kdialogd4/po/ru.po
deleted file mode 100644
index cf2abd0..0000000
--- a/kdialogd4/po/ru.po
+++ /dev/null
@@ -1,62 +0,0 @@
-# translation of ru.po to
-# This file is put in the public domain.
-#
-# Yarodin <[email protected]>, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: kdialogd3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-09-21 14:40+0100\n"
-"PO-Revision-Date: 2008-05-01 19:31+0600\n"
-"Last-Translator: Yarodin <[email protected]>\n"
-"Language-Team: Russian <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-
-#: kdialogd.cpp:328
-msgid "Select Folder"
-msgstr "Выбор папки"
-
-#: kdialogd.cpp:573
-msgid "You can only select local files."
-msgstr "Вы можете выбрать только локальные файлы."
-
-#: kdialogd.cpp:574
-msgid "Remote Files Not Accepted"
-msgstr "Файлы на удаленной машине недоступны"
-
-#: kdialogd.cpp:580
-msgid ""
-"File %1 exits.\n"
-"Do you want to replace it?"
-msgstr ""
-"Файл %1 уже существует.\n"
-"Хотите его перезаписать?"
-
-#: kdialogd.cpp:582
-msgid "File Exists"
-msgstr "Файл существует"
-
-#: kdialogd.cpp:667
-msgid "You can only select local folders."
-msgstr "Вы можете выбрать только локальные папки."
-
-#: kdialogd.cpp:668
-msgid "Remote Folders Not Accepted"
-msgstr "Сетевые папки недоступны."
-
-#: kdialogd.cpp:677
-msgid "KDialog Daemon"
-msgstr "KDialog-Демон"
-
-#: kdialogd.cpp:678
-msgid "Use KDE dialogs from non-KDE apps."
-msgstr "Использование KDE диалогов в Не-KDE приложениях."
-
-#: kdialogd.cpp:680
-msgid "(c) Craig Drummond, 2006-2007"
-msgstr "(c) Craig Drummond, 2006-2007"
-
diff --git a/kdialogd4/po/zh_CN.po b/kdialogd4/po/zh_CN.po
deleted file mode 100644
index 93d83f7..0000000
--- a/kdialogd4/po/zh_CN.po
+++ /dev/null
@@ -1,60 +0,0 @@
-# translation of kdialogd4.po to Chinese Simplified
-# Copyright (C) 2007 Free Software Foundation, Inc.
-#
-# Liang Qi <[email protected]>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: kdialogd4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-09-21 14:40+0100\n"
-"PO-Revision-Date: 2007-10-05 13:20+0200\n"
-"Last-Translator: Liang Qi <[email protected]>\n"
-"Language-Team: zh_CN <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: kdialogd.cpp:328
-msgid "Select Folder"
-msgstr "选择文件夹"
-
-#: kdialogd.cpp:573
-msgid "You can only select local files."
-msgstr "仅允许选择本地文件。"
-
-#: kdialogd.cpp:574
-msgid "Remote Files Not Accepted"
-msgstr "无法接受远程文件"
-
-#: kdialogd.cpp:580
-msgid ""
-"File %1 exits.\n"
-"Do you want to replace it?"
-msgstr ""
-"文件 %1 已经存在。\n"
-"您想替换它么?"
-
-#: kdialogd.cpp:582
-msgid "File Exists"
-msgstr "文件已存在"
-
-#: kdialogd.cpp:667
-msgid "You can only select local folders."
-msgstr "仅允许选择本地文件夹。"
-
-#: kdialogd.cpp:668
-msgid "Remote Folders Not Accepted"
-msgstr "无法接受远程文件夹"
-
-#: kdialogd.cpp:677
-msgid "KDialog Daemon"
-msgstr "KDialog 守护进程"
-
-#: kdialogd.cpp:678
-msgid "Use KDE dialogs from non-KDE apps."
-msgstr "在非 KDE 程序中使用 KDE 对话框。"
-
-#: kdialogd.cpp:680
-msgid "(c) Craig Drummond, 2006-2007"
-msgstr "(c) Craig Drummond, 2006-2007"