From 925555692e03e44e573d075b30196268c772bde4 Mon Sep 17 00:00:00 2001 From: Lahmizzar Muinela <lahmizzar@devxive.com> Date: Sun, 09 Mar 2014 16:37:52 -0400 Subject: [PATCH] merge latest translations from tx --- languages/cs-CZ/admin/cs-CZ.plg_content_pfnotifications.ini | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/languages/cs-CZ/admin/cs-CZ.plg_content_pfnotifications.ini b/languages/cs-CZ/admin/cs-CZ.plg_content_pfnotifications.ini index f30f3d4..ea40256 100644 --- a/languages/cs-CZ/admin/cs-CZ.plg_content_pfnotifications.ini +++ b/languages/cs-CZ/admin/cs-CZ.plg_content_pfnotifications.ini @@ -3,5 +3,21 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 - No BOM -; PLG_CONTENT_PFNOTIFICATIONS = "Projectfork Notifications" -; PLG_CONTENT_PFNOTIFICATIONS_XML_DESCRIPTION = "This plugin sends out Projectfork email notifications." +PLG_CONTENT_PFNOTIFICATIONS = "Projectfork Upozornění" +PLG_CONTENT_PFNOTIFICATIONS_XML_DESCRIPTION = "Tento plugin umožňuje funkci e-mailových upozornění v Projectfork." + +; Config +; @since 4.2 +; PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_LABEL = "Send Method" +PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DESC = "Posílat e-maily přímo, nebo pomocí cronu." +PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DIRECT = "Přímo" +PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_CRON = "Cron úlohy" + +PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_LABEL = "Limit Cron úloh" +; PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_DESC = "The amount of emails to send per job interval" + +; PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_LABEL = "Send Events" +; PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_DESC = "Select the events for which to send out notifications" +; PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW_AND_UPD = "New and changed items" +; PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW = "New items" +; PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_UPD = "Changed items" -- Gitblit v1.9.1