pot and documentation update, no string changes

This commit is contained in:
Ignacio R. Morelle 2015-04-08 18:07:47 -03:00
parent 945f1be275
commit 002c00b063
168 changed files with 1056 additions and 953 deletions

View file

@ -53,7 +53,7 @@ wesnoth \- 韦诺之战Battle for Wesnoth一个回合制的奇幻策略
使用指定的目录作为数据目录
.TP
\fB\-\-data\-path\fP
path the path of the data directory and exits.
打印游戏数据目录的路径并退出。
.TP
\fB\-d, \-\-debug\fP
在游戏中启用附加的命令模式选项。关于命令模式的更多信息请参阅wiki页面http://www.wesnoth.org/wiki/CommandMode
@ -108,20 +108,13 @@ path the path of the data directory and exits.
显示游戏数据目录的名称并退出。
.TP
\fB\-p, \-\-preprocess <source file/folder> <target directory>\fP
preprocesses a specified file/folder. For each file(s) a plain .cfg file and
a processed .cfg file will be written in specified target directory. If a
folder is specified, it will be preprocessed recursively based on the known
preprocessor rules. The common macroses from the "data/core/macros"
directory will be preprocessed before the specified resources. Example:
\fB\-p ~/wesnoth/data/campaigns/tutorial ~/result.\fP For details regarding the
preprocessor visit:
http://wiki.wesnoth.org/PreprocessorRef#Command\-line_preprocessor
预处理所指定的文件/文件夹。这些文件将被写入所指定的目标目录包括一个普通的cfg文件和一个处理过的cfg文件。如果指定的是个文件夹那么将根据已知的预处理器规则递归地预处理之。“data/core/macros”目录中的常用宏会在指定的资源之前被预处理。例如
\fB\-p ~/wesnoth/data/campaigns/tutorial ~/result.\fP
有关预处理器的详情请见http://wiki.wesnoth.org/PreprocessorRef#Command\-line_preprocessor
.TP
\fB\-\-preprocess\-defines=DEFINE1,DEFINE2,etc\fP
comma separated list of defines to be used by the '\-\-preprocess' command. If
\fBSKIP_CORE\fP is in the define list the "data/core" directory won't be
preprocessed.
由逗号分隔的定义列表,用于“\-\-preprocess”指令。如果\fBSKIP_CORE\fP在定义列表中则“data/core”目录不会被预处理。
.TP
\fB\-\-preprocess\-input\-macros <source file>\fP
仅供“\-\-preprocess“命令使用。用于指定一个包含了[preproce_defines]区块的文件,其中的定义将在预处理开始前生效。
@ -136,12 +129,10 @@ preprocessed.
如果指定了主机的话,连接到指定的主机。否则,连接到首选项中的第一个服务器。例如:\fB\-\-server server.wesnoth.org\fP
.TP
\fB\-\-username\fP\fI<username>\fP
uses <username> when connecting to a server, ignoring other
preferences.
在连接服务器时使用<username>,忽略其他首选项。
.TP
\fB\-\-password\fP\fI<password>\fP
uses <password> when connecting to a server, ignoring other
preferences. Unsafe.
在连接服务器时使用<password>,忽略其他首选项。不安全。
.TP
\fB\-\-strict\-validation\fP
将验证错误视为致命错误。
@ -150,22 +141,19 @@ preferences. Unsafe.
使用一个小测试场景启动游戏。
.TP
\fB\-\-userconfig\-dir\fP\fI\ name\fP
sets the user configuration directory to \fIname\fP under $HOME or "My
Documents\eMy Games" for windows. You can also specify an absolute path for
the configuration directory outside the $HOME or "My Documents\eMy Games".
Under X11 this defaults to $XDG_CONFIG_HOME or $HOME/.config/wesnoth, on
other systems to the userdata path.
设置用户配置目录为$HOME或者Windows下“我的文档\我的游戏My Documents\eMy
Games”下的\fIname\fP目录。也可以为配置目录指定一条绝对路径,此路径可以在$HOME或者“My Documents\eMy
Games”之外。在X11下配置目录默认为$XDG_CONFIG_HOME或者$HOME/.config/wesnoth。在其他系统上配置目录默认为用户数据目录。
.TP
\fB\-\-userconfig\-path\fP
输出用户配置目录的路径并退出。
.TP
\fB\-\-userdata\-dir\fP\fI\ name\fP
sets the userdata directory to \fIname\fP under $HOME or "My Documents\eMy
Games" for windows. You can also specify an absolute path for the userdata
directory outside the $HOME or "My Documents\eMy Games".
设置用户数据目录为$HOME或者Windows下“我的文档\我的游戏My Documents\eMy
Games”下的\fIname\fP目录。也可以为配置目录指定一条绝对路径,此路径可以在$HOME或者“My Documents\eMy Games”之外。
.TP
\fB\-\-userdata\-path\fP
prints the path of the userdata directory and exits.
打印用户数据目录的路径并退出。
.TP
\fB\-\-validcache\fP
假定缓存是有效的。(因此不进行缓存验证,危险)
@ -199,11 +187,10 @@ prints the path of the userdata directory and exits.
当场景结束时直接退出游戏而不显示需要用户点击“确认”按钮的胜利/失败对话框。这个选项也可以用来进行脚本化的性能基准测试。
.TP
\fB\-\-ignore\-map\-settings\fP
do not use map settings, use default values instead.
不使用地图设置,而使用默认值。
.TP
\fB\-\-multiplayer\-repeat=\fP\fIvalue\fP
repeats a multiplayer game \fIvalue\fP times. Best to use with \fB\-\-nogui\fP for
scriptable benchmarking.
重复进行多人游戏\fIvalue\fP次。最好与\fB\-\-nogui\fP同用于可脚本化的性能测试。
.TP
\fB\-\-nogui\fP
启动游戏但不启用图形用户界面GUI。此选项必须在\fB\-\-multiplayer\fP之前使用才有效。

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-ai.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-ai.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-anl.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-anl.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-aoi.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-aoi.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-did.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-did.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-dm.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-dm.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-dw.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-dw.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-editor.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-editor.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-ei.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-ei.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-help.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-help.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-httt.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-httt.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-l.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-l.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-lib.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-lib.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-low.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-low.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2015-01-23 17:35-0300\n"
"POT-Creation-Date: 2015-04-08 18:03-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-multiplayer.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-multiplayer.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-nr.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-nr.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-sof.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-sof.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-sotbe.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-sotbe.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-tb.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-tb.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-test.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-test.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-thot.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-thot.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-trow.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-trow.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-tsg.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-tsg.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -10,7 +10,7 @@ msgstr ""
"#-#-#-#-# wesnoth-tutorial.cpp.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"
@ -21,7 +21,7 @@ msgstr ""
"#-#-#-#-# wesnoth-tutorial.wml.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:21-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\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"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 0.8.8-CVS\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2005-12-14 12:40+0200\n"
"Last-Translator: \n"
"Language-Team: Afrikaans\n"
@ -276,9 +276,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Dwergse Towenaar"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -290,7 +292,7 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
#, fuzzy
@ -298,7 +300,7 @@ msgid "chill tempest"
msgstr "rillingsgolf"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ang\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Steven Panek (Espreon) <Majora700@gmail.com>\n"
"Language-Team: Old English <http://wiki.wesnoth.org/OldEnglishTranslation>\n"
@ -244,9 +244,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr ""
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -258,14 +260,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr ""
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ang@latin\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2012-10-17 20:00-0500\n"
"Last-Translator: Steven Panek (Espreon) <Majora700@gmail.com>\n"
"Language-Team: Old English <http://wiki.wesnoth.org/OldEnglishTranslation>\n"
@ -254,9 +254,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Dƿeorgisc Runlareoƿ"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -268,14 +270,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "cielhrið"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.5.0+dev\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2008-05-26 18:38+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -237,9 +237,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr ""
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -251,14 +253,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr ""
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bg\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2007-08-18 02:03+0300\n"
"Last-Translator: Denica <dmincheva2002@gmail.com>\n"
"Language-Team: Bulgarian <bg@li.org>\n"
@ -312,9 +312,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Джудже рунически майстор"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -326,14 +328,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "смразяваща буря"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.6.0+dev\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2009-03-22 08:50+0100\n"
"Last-Translator: Jordà Polo <jorda@ettin.org>\n"
"Language-Team: Catalan <wesnoth-ca@lists.ettin.org>\n"
@ -300,9 +300,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Mestre rúnic nan"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -314,14 +316,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "tempesta de fred"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: wesnoth\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2008-10-07 16:14+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -237,9 +237,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr ""
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -251,14 +253,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr ""
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2014-09-07 00:30+0100\n"
"Last-Translator: Jan Dědič <jan.dedic@gmail.com>\n"
"Language-Team: Czech <wesnoth-cs-l@nospam.buchtovi.cz>\n"
@ -291,9 +291,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Trpasličí mistr run"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -310,14 +312,14 @@ msgstr ""
"způsobují menší zranění než by kdokoliv očekával."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "mrazivá bouře"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.4\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2008-10-27 13:44+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@ -289,9 +289,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Runedværg"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -303,14 +305,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "kuldebølge"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.12\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2014-08-17 19:23+0100\n"
"Last-Translator: Crommy\n"
"Language-Team: irc://irc.freenode.net/#wesnoth-de\n"
@ -295,9 +295,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Runenmeister"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -314,14 +316,14 @@ msgstr ""
"Kampfe unbezwingbar erscheinen."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "Froststurm"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -149,7 +149,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el_gr\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2012-08-05 00:49+0200\n"
"Last-Translator: \n"
"Language-Team: <el@li.org>\n"
@ -447,9 +447,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Νάνος Τεύτονας"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -461,14 +463,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "αποθαρρυντική θύελλα"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: en@shaw\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2009-10-09 15:20-0400\n"
"Last-Translator: Arc Riley <arcriley@ubuntu.com>\n"
"Language-Team: Shavian English <ubuntu-l10n-en-shaw@lists.launchpad.net>\n"
@ -304,9 +304,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "𐑛𐑢𐑹𐑝𐑦𐑖 𐑮𐑵𐑯𐑥𐑭𐑕𐑑𐑻"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -318,14 +320,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "𐑗𐑦𐑤 𐑑𐑧𐑥𐑐𐑩𐑕𐑑"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: en_GB\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2012-08-16 08:57-0500\n"
"Last-Translator: Steven Panek (Espreon) <Majora700@gmail.com>\n"
"Language-Team: English (British) <http://wiki.wesnoth.org/"
@ -285,9 +285,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Dwarvish Runemaster"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -305,14 +307,14 @@ msgstr ""
"than would be expected."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "chill tempest"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2008-03-01 20:10+0200\n"
"Last-Translator: Aleksej Korgenkov <grimpanto@mail.ru>\n"
"Language-Team: \n"
@ -271,9 +271,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Nana run-mastro"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -285,14 +287,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "frosta ŝtormo"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2015-01-19 20:13+0100\n"
"Last-Translator: Pepe <donpepe1963@gmail.com>\n"
"Language-Team: Spanish <kde-i18n-doc@kde.org>\n"
@ -301,9 +301,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Maestro rúnico enano"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -321,14 +323,14 @@ msgstr ""
"esperado."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "ola de frío"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 0.8.8-CVS\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2011-12-30 12:45+0300\n"
"Last-Translator: Kaido Kikkas <kakk@kakupesa.net>\n"
"Language-Team: none\n"
@ -282,9 +282,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Päkapike ruunimeister"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -301,14 +303,14 @@ msgstr ""
"võitmatud, kuna nende ruunid kahandavad vaenlase antavate hoopide mõju."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "pakane"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.0\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2005-08-23 11:08+0100\n"
"Last-Translator: Alfredo Beaumont <ziberpunk@ziberghetto.dhis.org>\n"
"Language-Team: Basque <ziberpunk@ziberghetto.dhis.org>\n"
@ -251,9 +251,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Nano runa maisua"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -265,7 +267,7 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
#, fuzzy
@ -273,7 +275,7 @@ msgid "chill tempest"
msgstr "New Wave musika"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: wesnoth-units-fi\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2012-01-18 00:29+0200\n"
"Last-Translator: Jarkko Patteri <jarkkopatteri@gmail.com>\n"
"Language-Team: Finnish <http://wiki.wesnoth.org/FinnishTranslation>\n"
@ -286,9 +286,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Riimuherra"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -304,14 +306,14 @@ msgstr ""
"saavat vihollisten iskut tekemään vähemmän vauriota kuin mitä voisi odottaa."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "jäämyrsky"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Wesnoth_Units-1.12\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2015-01-18 00:03+0100\n"
"Last-Translator: Émile Enguehard <zerbugug@gmail.com>\n"
"Language-Team: French <wesnoth@ml.free.fr>\n"
@ -292,9 +292,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Maître des runes nain"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -312,14 +314,14 @@ msgstr ""
"physiques de leurs ennemis."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "tempête glaciale"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.5.0-dev\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2008-05-11 16:12+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -237,9 +237,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr ""
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -251,14 +253,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr ""
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ga\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2012-02-22 15:27-0800\n"
"Last-Translator: Carson Callis aka Mountian_King <tree_rings@rocketmail."
"com>\n"
@ -246,9 +246,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Rúnmháistir Abhcach"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -260,14 +262,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "anfa fuar"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Wesnoth 1.10\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2014-02-19 10:56-0000\n"
"Last-Translator: GunChleoc <fiosAIGforamnagaidhligDOTnet>\n"
"Language-Team: Fòram na Gàidhlig http://www.foramnagaidhlig.net\n"
@ -246,9 +246,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Maighstir Rùn-litreach Troiche"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -260,14 +262,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "gailleann fhuaraidh"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Wesnoth\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2015-03-16 07:17+0100\n"
"Last-Translator: Adrián Chaves Fernández <adriyetichaves@gmail.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
@ -312,9 +312,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Anano mestre das runas"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -332,7 +334,7 @@ msgstr ""
# chill tempest=tempestade xélida FIXADO
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
@ -340,7 +342,7 @@ msgstr "tempestade xélida"
# shadow wave=onda sombría FIXADO
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: he\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2011-08-29 17:16+0300\n"
"Last-Translator: \n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
@ -248,9 +248,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "גמד אדון-רונות"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -262,14 +264,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "סופת כפור"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.5.0-dev\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2008-03-06 10:56+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -239,9 +239,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr ""
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -253,14 +255,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr ""
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: hu-units_1.5\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2014-05-08 23:48+0200\n"
"Last-Translator: Kádár-Németh Krisztián <krisztian.kad@gmail.com>\n"
"Language-Team: Hungarian <kde-l10n-hu@kde.org>\n"
@ -293,9 +293,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Törp rúnamester"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -312,14 +314,14 @@ msgstr ""
"a rúnák ellenségeik fizikai csapásait is kevésbé sebzővé teszik."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "fagyvihar"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.3-svn\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2012-12-31 00:09+0700\n"
"Last-Translator: Yuris <yuris_wicaksana@yahoo.com>\n"
"Language-Team: none\n"
@ -293,9 +293,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Dwarf Aksarawan"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -314,14 +316,14 @@ msgstr ""
"kerusakan dari yang diharapkan."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "badai dingin"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.6+dev\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2009-05-10 12:21-0000\n"
"Last-Translator: Gabríel A. Pétursson <gabrielp@simnet.is>\n"
"Language-Team: none\n"
@ -240,9 +240,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr ""
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -254,14 +256,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "kuldastormur"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: it\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2014-02-27 00:25-0000\n"
"Last-Translator: Alessandro Barbazza <alexbarbazza@yahoo.it>\n"
"Language-Team: Italian <>\n"
@ -305,9 +305,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Nano maestro delle rune"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -326,14 +328,14 @@ msgstr ""
"dei loro nemici causino meno danni del solito."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "tempesta fredda"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth dev-trunk\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2011-10-02 05:06+0900\n"
"Last-Translator: IWAI, Masaharu <iwaim.sub@gmail.com>\n"
"Language-Team: <wesnoth-ja-translate@lists.sourceforge.jp>\n"
@ -307,9 +307,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "ドワーフのルーンマスター"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -326,14 +328,14 @@ msgstr ""
"を受けた敵は、その攻撃が弱まってしまいます。"
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "冷気の大嵐"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.1.1+dev\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2013-10-25 13:22+0900\n"
"Last-Translator: mistzone <drier22@gmail.com>\n"
"Language-Team: none\n"
@ -251,9 +251,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "드워프 룬마스터"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -265,14 +267,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "냉기 폭풍"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Wesnoth Latin 1.2\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2012-12-19 20:12-0000\n"
"Last-Translator: Thomas Hockings <elprofesh@gmail.com>\n"
"Language-Team: Latin <http://wiki.wesnoth.org/LatinTranslation>\n"
@ -276,9 +276,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Pumilio Runipotens"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -290,14 +292,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "procella gelida"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.11\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2010-01-01 00:00+0300\n"
"Last-Translator: Andrius Štikonas <stikonas@gmail.com>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@ -260,9 +260,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Dvarfų runvedys"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -274,14 +276,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr ""
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.7.10\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2010-03-23 00:57+0300\n"
"Last-Translator: Reinis Danne <rei4dan@gmail.com>\n"
"Language-Team: none\n"
@ -241,9 +241,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr ""
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -255,14 +257,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr ""
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.5.1\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2008-06-03 05:13+0100\n"
"Last-Translator: Dimitar Ilccov <mythological@t-home.mk>\n"
"Language-Team: mk\n"
@ -244,9 +244,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr ""
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -258,14 +260,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr ""
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.5.9+dev\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2009-02-01 17:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -237,9 +237,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr ""
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -251,14 +253,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr ""
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Wesnoth 1.6\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2009-04-05 11:02+0100\n"
"Last-Translator: Gaute Storli Nielsen <gauteamus(at)gmail(dot)com>\n"
"Language-Team: None\n"
@ -274,9 +274,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Runerisser"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -288,14 +290,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "froststorm"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 0.8.11+CVS\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2013-12-03 17:47+0100\n"
"Last-Translator: Floris Kint <floris.kint@gmail.com>\n"
"Language-Team: Dutch translation <ai0867@gmail.com>\n"
@ -309,9 +309,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Dwergse Runekrijger"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -329,14 +331,14 @@ msgstr ""
"de fysieke slagen van hun vijanden minder schade toebrengen dan verwacht."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "vriesstorm"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2015-03-03 23:27+0100\n"
"Last-Translator: Paweł Jackowski <pjackowski@gmail.com>\n"
"Language-Team: none\n"
@ -290,9 +290,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Krasnoludzki runmistrz"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -310,14 +312,14 @@ msgstr ""
"obrażenia, niż można by się spodziewać."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "nawałnica chłodu"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.12 (wesnoth-units)\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2015-01-16 21:24-0000\n"
"Last-Translator: trewe <sjrs456@yandex.com>\n"
"Language-Team: wesn-pt-trans <wesn-pt-trans-users@lists.sourceforge.net>\n"
@ -306,9 +306,11 @@ msgid "Dwarvish Runemaster"
msgstr "Mestre de Runas Anão"
#
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -327,7 +329,7 @@ msgstr ""
#
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
@ -335,7 +337,7 @@ msgstr "tempestade gelada"
#
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 0.8.2-CVS\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2013-05-16 15:29+0100\n"
"Last-Translator: trewe <sjrs456@yahoo.fr>\n"
"Language-Team: Portuguese - Brasil <gnome-l10n-br@listas.cipsga.org.br>\n"
@ -537,9 +537,11 @@ msgstr "Mestre das Runas Anão"
# File: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg, line: 27
# File: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg, line: 241
# File: data/core/units/dwarves/Runemaster.cfg, line: 25
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -558,7 +560,7 @@ msgstr ""
# File: data/core/units/undead/Necro_Ancient_Lich.cfg, line: 60
# File: data/core/units/undead/Necro_Lich.cfg, line: 60
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
@ -578,7 +580,7 @@ msgstr "onda gelada"
# File: data/core/units/undead/Necro_Lich.cfg, line: 72
# File: data/core/units/undead/Necromancer.cfg, line: 63
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: va\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2008-10-20 15:06+0100\n"
"Last-Translator: Mavorte <mavorte1@yahoo.es>\n"
"Language-Team: Valencià\n"
@ -298,9 +298,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Mestre rúnic nano"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -312,14 +314,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "tempesta de fret"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Romana 0\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2006-04-10 20:02+0100\n"
"Last-Translator: Dex Stewart\n"
"Language-Team: \n"
@ -237,9 +237,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr ""
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -251,14 +253,14 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr ""
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: wesnoth.po\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2014-11-14 20:45+0300\n"
"Last-Translator: Fedor Khod'kov <fkhodkov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -322,9 +322,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Мастер рун"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -341,14 +343,14 @@ msgstr ""
"атаками."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "ледяная буря"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth 1.2\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2015-01-17 20:50+0100\n"
"Last-Translator: Martin Dzbor <mdzbor@yahoo.co.uk>\n"
"Language-Team: none\n"
@ -286,9 +286,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Trpaslík učenec"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -305,14 +307,14 @@ msgstr ""
"útoku ich nepriateľov proti nim."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "mrazivý víchor"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sl\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2010-10-03 10:15+0100\n"
"Last-Translator: Klemen Košir <klemen913@gmail.com>\n"
"Language-Team: Slovenian\n"
@ -251,9 +251,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "Škratji mojster run"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -265,7 +267,7 @@ msgid ""
msgstr ""
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
#, fuzzy
@ -273,7 +275,7 @@ msgid "chill tempest"
msgstr "mrzli val"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: wesnoth-units\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2011-11-30 16:11+0100\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
"Language-Team: Serbian\n"
@ -287,9 +287,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "патуљ-руномајстор"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -306,14 +308,14 @@ msgstr ""
"наносе мање штете него што би обично."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "хладна олуја"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: wesnoth-units\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2011-11-30 16:11+0100\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
"Language-Team: Serbian\n"
@ -289,9 +289,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "патуљ-руномајстор"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -308,14 +310,14 @@ msgstr ""
"наносе мање штете него што би обично."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "хладна олуја"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: wesnoth-units\n"
"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2015-04-05 03:22-0300\n"
"POT-Creation-Date: 2015-04-08 18:04-0300\n"
"PO-Revision-Date: 2011-11-30 16:11+0100\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
"Language-Team: Serbian\n"
@ -289,9 +289,11 @@ msgstr ""
msgid "Dwarvish Runemaster"
msgstr "patulj-runomajstor"
#. [unit_type]: id=Dwarvish Rune Lord
#. [unit_type]: id=Dwarvish Rune Lord prerevelation, race=dwarf
#. [unit_type]: id=Dwarvish Runemaster, race=dwarf
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:29
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:73
#: data/core/units/dwarves/Runemaster.cfg:25
msgid ""
"Except for those with almost supernatural skill, the highest rank a "
@ -308,14 +310,14 @@ msgstr ""
"nanose manje štete nego što bi obično."
#. [attack]: type=cold
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:82
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:83
#: data/core/units/undead/Necro_Ancient_Lich.cfg:60
#: data/core/units/undead/Necro_Lich.cfg:60
msgid "chill tempest"
msgstr "hladna oluja"
#. [attack]: type=arcane
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:94
#: data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg:95
#: data/core/units/undead/Necro_Ancient_Lich.cfg:72
#: data/core/units/undead/Necro_Dark_Adept.cfg:54
#: data/core/units/undead/Necro_Dark_Sorcerer.cfg:82

Some files were not shown because too many files have changed in this diff Show more