From f525f31d6a662a92acb81728beac3f1f33eaea9f Mon Sep 17 00:00:00 2001 From: "michael@ilovecode.dk" Date: Sat, 26 Apr 2014 00:22:55 +0200 Subject: [PATCH] Updatede all language files --- src/lang/bg_BG.lang.php | 1 + src/lang/de_DE.lang.php | 1 + src/lang/es_ES.lang.php | 1 + src/lang/fr_FR.lang.php | 1 + src/lang/it_IT.lang.php | 1 + src/lang/ko_KR.lang.php | 1 + src/lang/nl_NL.lang.php | 1 + src/lang/pt_BR.lang.php | 1 + src/lang/zh_CN.lang.php | 1 + 9 files changed, 9 insertions(+) diff --git a/src/lang/bg_BG.lang.php b/src/lang/bg_BG.lang.php index 3cc3276a..931b49b4 100644 --- a/src/lang/bg_BG.lang.php +++ b/src/lang/bg_BG.lang.php @@ -115,6 +115,7 @@ $sm_lang = array( 'type' => 'Тип', 'type_website' => 'Сайт', 'type_service' => 'Услуга', + 'type_ping' => 'Ping', 'pattern' => 'Търсене на стринг/образец', 'pattern_description' => 'Ако този текст не е намерен в интернет страницата (когато имате добавен сайт), той ще бъде маркиран като Офлайн. Регулярните изрази са разрешени.', 'last_check' => 'Последна проверка', diff --git a/src/lang/de_DE.lang.php b/src/lang/de_DE.lang.php index 319bba6b..74d6136a 100644 --- a/src/lang/de_DE.lang.php +++ b/src/lang/de_DE.lang.php @@ -115,6 +115,7 @@ $sm_lang = array( 'type' => 'Type', 'type_website' => 'Website', 'type_service' => 'Service', + 'type_ping' => 'Ping', 'pattern' => 'Search string/pattern', 'pattern_description' => 'If this pattern is not found on the website, the server will be marked offline. Regular expressions are allowed.', 'last_check' => 'Letzter Check', diff --git a/src/lang/es_ES.lang.php b/src/lang/es_ES.lang.php index 40b53092..19c7b81e 100644 --- a/src/lang/es_ES.lang.php +++ b/src/lang/es_ES.lang.php @@ -115,6 +115,7 @@ $sm_lang = array( 'type' => 'Tipo', 'type_website' => 'Website', 'type_service' => 'Service', + 'type_ping' => 'Ping', 'pattern' => 'Search string/pattern', 'pattern_description' => 'If this pattern is not found on the website, the server will be marked offline. Regular expressions are allowed.', 'last_check' => 'Ultima verificación', diff --git a/src/lang/fr_FR.lang.php b/src/lang/fr_FR.lang.php index da3abc34..d6c3aa4c 100644 --- a/src/lang/fr_FR.lang.php +++ b/src/lang/fr_FR.lang.php @@ -115,6 +115,7 @@ $sm_lang = array( 'type' => 'Type', 'type_website' => 'Site Web', 'type_service' => 'Service', + 'type_ping' => 'Ping', 'pattern' => 'Rechercher un texte/motif', 'pattern_description' => 'Si ce texte n\'est par retrouvé sur le site web, le serveur est marqué hors-service. Les expressions réguliaires sont autorisées.', 'last_check' => 'Dernière vérification', diff --git a/src/lang/it_IT.lang.php b/src/lang/it_IT.lang.php index 139d649d..8c09336d 100644 --- a/src/lang/it_IT.lang.php +++ b/src/lang/it_IT.lang.php @@ -115,6 +115,7 @@ $sm_lang = array( 'type' => 'Tipo', 'type_website' => 'Website', 'type_service' => 'Service', + 'type_ping' => 'Ping', 'pattern' => 'Search string/pattern', 'pattern_description' => 'If this pattern is not found on the website, the server will be marked offline. Regular expressions are allowed.', 'last_check' => 'Ultimo Controllo', diff --git a/src/lang/ko_KR.lang.php b/src/lang/ko_KR.lang.php index 1a549e5b..99e08048 100644 --- a/src/lang/ko_KR.lang.php +++ b/src/lang/ko_KR.lang.php @@ -115,6 +115,7 @@ $sm_lang = array( 'type' => 'Type', 'type_website' => 'Website', 'type_service' => 'Service', + 'type_ping' => 'Ping', 'pattern' => 'Search string/regex', 'pattern_description' => 'If this pattern is not found on the website, the server will be marked offline. Regular expressions are allowed.', 'last_check' => '최근체크', diff --git a/src/lang/nl_NL.lang.php b/src/lang/nl_NL.lang.php index 745869e7..d8192d69 100644 --- a/src/lang/nl_NL.lang.php +++ b/src/lang/nl_NL.lang.php @@ -115,6 +115,7 @@ $sm_lang = array( 'type' => 'Type', 'type_website' => 'Website', 'type_service' => 'Service', + 'type_ping' => 'Ping', 'pattern' => 'Zoek voor tekst/regex', 'pattern_description' => 'Als dit patroon niet gevonden wordt op de website, zal de server als offline gemarkeerd worden. Regular expressions zijn toegestaan.', 'last_check' => 'Laatst gecontroleerd', diff --git a/src/lang/pt_BR.lang.php b/src/lang/pt_BR.lang.php index 03d3e0e7..356d2156 100644 --- a/src/lang/pt_BR.lang.php +++ b/src/lang/pt_BR.lang.php @@ -115,6 +115,7 @@ $sm_lang = array( 'type' => 'Tipo', 'type_website' => 'Website', 'type_service' => 'Service', + 'type_ping' => 'Ping', 'pattern' => 'Pesquisa palavra/padrão', 'pattern_description' => 'Se esse padrão não for encontrado no site, o servidor será marcado offline. As expressões regulares são permitidas.', 'last_check' => 'Última verificação', diff --git a/src/lang/zh_CN.lang.php b/src/lang/zh_CN.lang.php index 024a8d3f..d5d712ad 100644 --- a/src/lang/zh_CN.lang.php +++ b/src/lang/zh_CN.lang.php @@ -115,6 +115,7 @@ $sm_lang = array( 'type' => '类型', 'type_website' => '网站', 'type_service' => '服务', + 'type_ping' => 'Ping', 'pattern' => '字符串/正则匹配', 'pattern_description' => '如果在网站上未找到对应匹配内容, 则标记该网站为离线. 支持正则表达式.', 'last_check' => '最后检查',