From 1bad311aa50279e91c28fa5960dfc28e794aa378 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 17 Nov 2012 18:14:05 +0200 Subject: [PATCH] Information Plugin: translates updates --- plugins/box/information/languages/de.lang.php | 3 +++ plugins/box/information/languages/en.lang.php | 3 +++ plugins/box/information/languages/it.lang.php | 3 +++ plugins/box/information/languages/lt.lang.php | 3 +++ plugins/box/information/languages/pt-br.lang.php | 3 +++ plugins/box/information/languages/ru.lang.php | 3 +++ plugins/box/information/languages/uk.lang.php | 4 +++- 7 files changed, 21 insertions(+), 1 deletion(-) diff --git a/plugins/box/information/languages/de.lang.php b/plugins/box/information/languages/de.lang.php index d4d8858..63f5152 100644 --- a/plugins/box/information/languages/de.lang.php +++ b/plugins/box/information/languages/de.lang.php @@ -33,5 +33,8 @@ 'Writable' => 'Writable', 'Unwritable' => 'Nicht beschreibbar', 'Status' => 'Status', + 'PHP Built On' => 'PHP Built On', + 'Web Server' => 'Web Server', + 'WebServer to PHP Interface' => 'WebServer to PHP Interface', ) ); \ No newline at end of file diff --git a/plugins/box/information/languages/en.lang.php b/plugins/box/information/languages/en.lang.php index 70772aa..408d35f 100644 --- a/plugins/box/information/languages/en.lang.php +++ b/plugins/box/information/languages/en.lang.php @@ -33,5 +33,8 @@ 'Writable' => 'Writable', 'Unwritable' => 'Unwritable', 'Status' => 'Status', + 'PHP Built On' => 'PHP Built On', + 'Web Server' => 'Web Server', + 'WebServer to PHP Interface' => 'WebServer to PHP Interface', ) ); \ No newline at end of file diff --git a/plugins/box/information/languages/it.lang.php b/plugins/box/information/languages/it.lang.php index e521338..689db73 100644 --- a/plugins/box/information/languages/it.lang.php +++ b/plugins/box/information/languages/it.lang.php @@ -33,5 +33,8 @@ 'Writable' => 'Scrivibile', 'Unwritable' => 'Non scrivibile', 'Status' => 'Stato', + 'PHP Built On' => 'PHP Built On', + 'Web Server' => 'Web Server', + 'WebServer to PHP Interface' => 'WebServer to PHP Interface', ) ); \ No newline at end of file diff --git a/plugins/box/information/languages/lt.lang.php b/plugins/box/information/languages/lt.lang.php index 3d4c5e8..b5b14e6 100644 --- a/plugins/box/information/languages/lt.lang.php +++ b/plugins/box/information/languages/lt.lang.php @@ -33,5 +33,8 @@ 'Writable' => 'Rašomas', 'Unwritable' => 'Nerašomas', 'Status' => 'Būsena', + 'PHP Built On' => 'PHP Built On', + 'Web Server' => 'Web Server', + 'WebServer to PHP Interface' => 'WebServer to PHP Interface', ) ); \ No newline at end of file diff --git a/plugins/box/information/languages/pt-br.lang.php b/plugins/box/information/languages/pt-br.lang.php index 7f4203d..69faa56 100644 --- a/plugins/box/information/languages/pt-br.lang.php +++ b/plugins/box/information/languages/pt-br.lang.php @@ -33,5 +33,8 @@ 'Writable' => 'Gravável', 'Unwritable' => 'Unwritable', 'Status' => 'Estado', + 'PHP Built On' => 'PHP Built On', + 'Web Server' => 'Web Server', + 'WebServer to PHP Interface' => 'WebServer to PHP Interface', ) ); \ No newline at end of file diff --git a/plugins/box/information/languages/ru.lang.php b/plugins/box/information/languages/ru.lang.php index 1134978..eadd566 100644 --- a/plugins/box/information/languages/ru.lang.php +++ b/plugins/box/information/languages/ru.lang.php @@ -33,5 +33,8 @@ 'Writable' => 'Доступна для записи', 'Unwritable' => 'Недоступна для записи', 'Status' => 'Статус', + 'PHP Built On' => 'PHP построен на', + 'Web Server' => 'Веб сервер', + 'WebServer to PHP Interface' => 'Веб сервер для PHP интерфейса', ) ); \ No newline at end of file diff --git a/plugins/box/information/languages/uk.lang.php b/plugins/box/information/languages/uk.lang.php index 4331624..a536e48 100644 --- a/plugins/box/information/languages/uk.lang.php +++ b/plugins/box/information/languages/uk.lang.php @@ -33,5 +33,7 @@ 'Writable' => 'Доступна для запису', 'Unwritable' => 'Недоступна для запису', 'Status' => 'Статус', - ) + 'PHP Built On' => 'PHP построен на', + 'Web Server' => 'Веб сервер', + 'WebServer to PHP Interface' => 'Веб сервер для PHP интерфейса', ) ); \ No newline at end of file