From 600997a5b687c9d094c9252f969a8f18cc1609d9 Mon Sep 17 00:00:00 2001 From: smariot Date: Wed, 1 Apr 2009 03:44:31 +0000 Subject: [PATCH] Automated update from: http://smariot.hopto.org/translate --- lang/cscz.lua | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/lang/cscz.lua b/lang/cscz.lua index 80fd25b..134a524 100644 --- a/lang/cscz.lua +++ b/lang/cscz.lua @@ -42,7 +42,7 @@ QuestHelper_Translations.csCZ = OBJECTIVE_REASON = nil, -- %1 is a verb, %2 is a noun (item or monster) OBJECTIVE_REASON_FALLBACK = nil, OBJECTIVE_REASON_TURNIN = nil, - OBJECTIVE_PURCHASE = nil, + OBJECTIVE_PURCHASE = "koupit od %h1", OBJECTIVE_TALK = nil, OBJECTIVE_SLAY = nil, OBJECTIVE_LOOT = nil, @@ -50,13 +50,13 @@ QuestHelper_Translations.csCZ = ZONE_BORDER = nil, -- Stuff used in objective menus. - PRIORITY = nil, - PRIORITY1 = nil, - PRIORITY2 = nil, - PRIORITY3 = nil, - PRIORITY4 = nil, - PRIORITY5 = nil, - SHARING = nil, + PRIORITY = "Priorita", + PRIORITY1 = "Nejvyšší", + PRIORITY2 = "Vysoká", + PRIORITY3 = "Normální", + PRIORITY4 = "Malá", + PRIORITY5 = "Nejmenší", + SHARING = "Sdílení", SHARING_ENABLE = nil, SHARING_DISABLE = nil, IGNORE = "Ignorovat", @@ -68,25 +68,25 @@ QuestHelper_Translations.csCZ = -- Custom objectives. RESULTS_TITLE = nil, NO_RESULTS = nil, - CREATED_OBJ = nil, + CREATED_OBJ = "Vytvořeno: %1", REMOVED_OBJ = nil, USER_OBJ = "Uživatelské cíle:", UNKNOWN_OBJ = nil, INACCESSIBLE_OBJ = nil, - SEARCHING_STATE = nil, + SEARCHING_STATE = "Vyhledávání: %1", SEARCHING_LOCAL = nil, SEARCHING_STATIC = nil, SEARCHING_ITEMS = nil, SEARCHING_NPCS = nil, SEARCHING_ZONES = nil, - SEARCHING_DONE = nil, + SEARCHING_DONE = "Dokončeno!", -- Shared objectives. PEER_TURNIN = nil, PEER_LOCATION = nil, PEER_ITEM = nil, - PEER_OTHER = nil, + PEER_OTHER = "Pomoct %1 s %h2", PEER_NEWER = nil, PEER_OLDER = nil, @@ -104,10 +104,10 @@ QuestHelper_Translations.csCZ = FILTERED_BLOCKED = nil, FILTERED_UNWATCHED = nil, FILTERED_USER = nil, - FILTERED_UNKNOWN = nil, + FILTERED_UNKNOWN = "Nevím co je potřeba k dokončení.", HIDDEN_SHOW = nil, - DISABLE_FILTER = nil, + DISABLE_FILTER = "Filter vypnut: %1", FILTER_DONE = "dokončeno", FILTER_ZONE = nil, FILTER_LEVEL = "level", @@ -153,11 +153,11 @@ QuestHelper_Translations.csCZ = QH_BUTTON_TEXT = nil, QH_BUTTON_TOOLTIP1 = nil, QH_BUTTON_TOOLTIP2 = nil, - QH_BUTTON_SHOW = nil, - QH_BUTTON_HIDE = nil, + QH_BUTTON_SHOW = "Zobrazit", + QH_BUTTON_HIDE = "Skrýt", - MENU_CLOSE = nil, - MENU_SETTINGS = nil, + MENU_CLOSE = "Zavřít nabídku.", + MENU_SETTINGS = "Nastavení", MENU_ENABLE = "Zapnout", MENU_DISABLE = "Vypnout", MENU_OBJECTIVE_TIPS = nil, @@ -168,7 +168,7 @@ QuestHelper_Translations.csCZ = MENU_TRACKER_OCOLOUR = nil, MENU_TRACKER_SCALE = nil, MENU_TRACKER_RESET = "Resetovat pozici", - MENU_FLIGHT_TIMER = "Čas Letu", + MENU_FLIGHT_TIMER = "%1 Čas Letu", MENU_ANT_TRAILS = nil, MENU_WAYPOINT_ARROW = nil, MENU_MAP_BUTTON = nil, -- 2.11.4.GIT