move partitionmanager translations to kde-l10n

This commit is contained in:
Ivailo Monev 2014-12-09 14:47:50 +00:00
parent 25241b7bc3
commit 257eb833f3
74 changed files with 0 additions and 197720 deletions

View file

@ -62,5 +62,3 @@ add_subdirectory(lib)
add_subdirectory(src)
add_subdirectory(icons)
include(MacroOptionalAddSubdirectory)
macro_optional_add_subdirectory( po )

View file

@ -1,49 +0,0 @@
# The pofiles macro creates in some versions same name targets
# which since cmake 2.8 leads to target clashes.
# Hence force the old policy for all po directories.
# http://public.kitware.com/Bug/view.php?id=12952
cmake_policy(SET CMP0002 OLD)
find_package(Gettext REQUIRED)
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
MESSAGE(FATAL_ERROR "Please install msgmerge binary")
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
if (NOT GETTEXT_MSGFMT_EXECUTABLE)
MESSAGE(FATAL_ERROR "Please install msgmerge binary")
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
add_subdirectory(ar)
add_subdirectory(bg)
add_subdirectory(bs)
add_subdirectory(ca)
add_subdirectory(ca@valencia)
add_subdirectory(cs)
add_subdirectory(da)
add_subdirectory(de)
add_subdirectory(el)
add_subdirectory(en_GB)
add_subdirectory(es)
add_subdirectory(et)
add_subdirectory(fr)
add_subdirectory(gl)
add_subdirectory(it)
add_subdirectory(lt)
add_subdirectory(nb)
add_subdirectory(nds)
add_subdirectory(nl)
add_subdirectory(pa)
add_subdirectory(pl)
add_subdirectory(pt)
add_subdirectory(pt_BR)
add_subdirectory(ro)
add_subdirectory(ru)
add_subdirectory(sk)
add_subdirectory(sl)
add_subdirectory(sr)
add_subdirectory(sr@ijekavian)
add_subdirectory(sr@ijekavianlatin)
add_subdirectory(sr@latin)
add_subdirectory(sv)
add_subdirectory(tr)
add_subdirectory(uk)
add_subdirectory(zh_CN)
add_subdirectory(zh_TW)

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(ar ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(bg ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(bs ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(ca ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(ca@valencia ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(cs ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(da ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(de ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(el ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(en_GB ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(es ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(et ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(fr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(gl ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(it ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(lt ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(nb ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(nds ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(nl ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(pa ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(pl ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(pt ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(pt_BR ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(ro ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(ru ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(sk ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(sl ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(sr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(sr@ijekavian ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(sr@ijekavianlatin ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(sr@latin ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(sv ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(tr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(uk ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(zh_CN ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
file(GLOB _po_files *.po)
GETTEXT_PROCESS_PO_FILES(zh_TW ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )

File diff suppressed because it is too large Load diff