Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/5/head
parent
e61d1244e5
commit
ce66f07994
@ -0,0 +1,23 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2018 Slávek Banko
|
||||
# slavek.banko (AT) axis.cz
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
cmake_minimum_required( VERSION 2.8 )
|
||||
|
||||
|
||||
##### include our cmake modules #################
|
||||
|
||||
set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
|
||||
include( TDEL10n )
|
||||
|
||||
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_auto_add_subdirectories( )
|
@ -0,0 +1,3 @@
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_create_template( "tdeio_krarc" )
|
@ -0,0 +1,3 @@
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_create_template( "krusader" )
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,80 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2019-01-03 14:59+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: _translatorinfo:1
|
||||
msgid ""
|
||||
"_: NAME OF TRANSLATORS\n"
|
||||
"Your names"
|
||||
msgstr ""
|
||||
|
||||
#: _translatorinfo:2
|
||||
msgid ""
|
||||
"_: EMAIL OF TRANSLATORS\n"
|
||||
"Your emails"
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:127
|
||||
msgid "Creating directories is not supported with %1 archives"
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:157
|
||||
msgid "Creating %1 ..."
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:187
|
||||
msgid "Writing to %1 archives is not supported"
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:228
|
||||
msgid "Packing %1 ..."
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:262
|
||||
msgid "Retrieving data from %1 archives is not supported"
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:320 krarc.cpp:555
|
||||
msgid "Unpacking %1 ..."
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:443
|
||||
msgid "Deleting files from %1 archives is not supported"
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:459
|
||||
msgid "Deleting %1 ..."
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:483
|
||||
msgid "Accessing files is not supported with the %1 archives"
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:583
|
||||
msgid "Listing directories is not supported for %1 archives"
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:1389
|
||||
msgid ""
|
||||
"\n"
|
||||
"Make sure that the %1 binary are installed properly on your system."
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:1612 krarc.cpp:1636
|
||||
msgid "Krarc Password Dialog"
|
||||
msgstr ""
|
||||
|
||||
#: krarc.cpp:1653
|
||||
msgid "Accessing the file requires password."
|
||||
msgstr ""
|
@ -0,0 +1,39 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#: virt.cc:79
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2019-01-03 15:00+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: _translatorinfo:1
|
||||
msgid ""
|
||||
"_: NAME OF TRANSLATORS\n"
|
||||
"Your names"
|
||||
msgstr ""
|
||||
|
||||
#: _translatorinfo:2
|
||||
msgid ""
|
||||
"_: EMAIL OF TRANSLATORS\n"
|
||||
"Your emails"
|
||||
msgstr ""
|
||||
|
||||
#: virt.cc:80
|
||||
msgid "Virtulal delete"
|
||||
msgstr ""
|
||||
|
||||
#: virt.cc:81
|
||||
msgid "remove from virtual space"
|
||||
msgstr ""
|
||||
|
||||
#: virt.cc:82
|
||||
msgid "really delete"
|
||||
msgstr ""
|
@ -0,0 +1,3 @@
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_create_template( "tdeio_virt" )
|
Loading…
Reference in new issue