Skip to content

Commit 84a3f7d

Browse files
committed
Add new translations
1 parent 0fada8b commit 84a3f7d

File tree

8 files changed

+366
-0
lines changed

8 files changed

+366
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?php
2+
/**
3+
*
4+
* Google Analytics extension for the phpBB Forum Software package.
5+
*
6+
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
7+
* @license GNU General Public License, version 2 (GPL-2.0)
8+
*
9+
*/
10+
11+
/**
12+
* DO NOT CHANGE
13+
*/
14+
if (!defined('IN_PHPBB'))
15+
{
16+
exit;
17+
}
18+
19+
if (empty($lang) || !is_array($lang))
20+
{
21+
$lang = array();
22+
}
23+
24+
// DEVELOPERS PLEASE NOTE
25+
//
26+
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
27+
//
28+
// Placeholders can now contain order information, e.g. instead of
29+
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
30+
// translators to re-order the output of data while ensuring it remains correct
31+
//
32+
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
33+
// equally where a string contains only two placeholders which are used to wrap text
34+
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
35+
//
36+
// Some characters you may want to copy&paste:
37+
// ’ » “ ” …
38+
//
39+
40+
$lang = array_merge($lang, array(
41+
'ACP_GOOGLEANALYTICS' => 'Google Analytics',
42+
'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID',
43+
'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Zadejte Vaše ID ve službě Google Analytics, např.: <samp>UA-0000000-00</samp>.<br /><br />Google Analytics můžete sledovat vaše registrovaných uživatelů napříč různými zařízeními a relací, pro přesnější počet uživatelů v přehledech. K tomu, aby toto rozšířené funkce User ID měření musí být nakonfigurován v účtu Google Analytics. <a href="https://support.google.com/analytics/answer/3123666">Klikněte pro více informací</a>.',
44+
'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” není platné ID klienta ve službě Google Analytics.<br />Mělo by být ve tvaru “UA-0000000-00”.',
45+
));
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?php
2+
/**
3+
*
4+
* Google Analytics extension for the phpBB Forum Software package.
5+
*
6+
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
7+
* @license GNU General Public License, version 2 (GPL-2.0)
8+
*
9+
* Google Analytics extension [Danish]
10+
* Translator: Klaus Rasmussen
11+
*/
12+
13+
/**
14+
* DO NOT CHANGE
15+
*/
16+
if (!defined('IN_PHPBB'))
17+
{
18+
exit;
19+
}
20+
21+
if (empty($lang) || !is_array($lang))
22+
{
23+
$lang = array();
24+
}
25+
26+
// DEVELOPERS PLEASE NOTE
27+
//
28+
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
29+
//
30+
// Placeholders can now contain order information, e.g. instead of
31+
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
32+
// translators to re-order the output of data while ensuring it remains correct
33+
//
34+
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
35+
// equally where a string contains only two placeholders which are used to wrap text
36+
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
37+
//
38+
// Some characters you may want to copy&paste:
39+
// ’ » “ ” …
40+
//
41+
42+
$lang = array_merge($lang, array(
43+
'ACP_GOOGLEANALYTICS' => 'Google Analytics',
44+
'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID',
45+
'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Indtast din Google Analytics ID kode, f.eks.: <samp>UA-0000000-00</samp>.<br /><br />Google Analytics kan spore dine registrerede brugere på tværs af flere enheder og sessioner, for en mere præcis bruger tæller i dine rapporter. For at aktivere denne forbedret funktionalitet Bruger-id sporing skal konfigureres i din Google Analytics-konto. <a href="https://support.google.com/analytics/answer/3123666">Klik for mere information</a>.',
46+
'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” er ikke en gyldig Google Analytics ID kode.<br />Det skal være i formen: “UA-0000000-00”.',
47+
));
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?php
2+
/**
3+
*
4+
* Google Analytics extension for the phpBB Forum Software package.
5+
* Ελληνική μετάφραση [el]
6+
*
7+
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
8+
* @license GNU General Public License, version 2 (GPL-2.0)
9+
*
10+
*/
11+
12+
/**
13+
* DO NOT CHANGE
14+
*/
15+
if (!defined('IN_PHPBB'))
16+
{
17+
exit;
18+
}
19+
20+
if (empty($lang) || !is_array($lang))
21+
{
22+
$lang = array();
23+
}
24+
25+
// DEVELOPERS PLEASE NOTE
26+
//
27+
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
28+
//
29+
// Placeholders can now contain order information, e.g. instead of
30+
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
31+
// translators to re-order the output of data while ensuring it remains correct
32+
//
33+
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
34+
// equally where a string contains only two placeholders which are used to wrap text
35+
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
36+
//
37+
// Some characters you may want to copy&paste:
38+
// ’ » “ ” …
39+
//
40+
41+
$lang = array_merge($lang, array(
42+
'ACP_GOOGLEANALYTICS' => 'Google Analytics',
43+
'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID',
44+
'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Εισάγετε το αναγνωριστικό παρακολούθησης (ID code) του Google Analytics, π.χ.: <samp>UA-0000000-00</samp>.<br /><br />Το Google Analytics μπορεί να παρακολουθεί εγγεγραμμένοι χρήστες σας σε πολλαπλές συσκευές και συνεδρίες, για μια πιο ακριβή καταμέτρηση των χρηστών στις αναφορές σας. Για να ενεργοποιήσετε αυτό το βελτιωμένη λειτουργικότητα User ID παρακολούθησης πρέπει να ρυθμιστεί στο λογαριασμό σας στο Google Analytics. <a href="https://support.google.com/analytics/answer/3123666">Κάντε κλικ για περισσότερες πληροφορίες</a>.',
45+
'ACP_GOOGLEANALYTICS_ID_INVALID' => 'Το "%s" δεν είναι έγκυρο αναγνωριστικό παρακολούθησης (ID code) του Google Analytics.<br />Πρέπει να είναι μορφής "UA-0000000-00".',
46+
));
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?php
2+
/**
3+
*
4+
* Google Analytics extension for the phpBB Forum Software package.
5+
* Croatian translation by Ančica Sečan Matijaščić (http://ancica.sunceko.net)
6+
*
7+
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
8+
* @license GNU General Public License, version 2 (GPL-2.0)
9+
*
10+
*/
11+
12+
/**
13+
* DO NOT CHANGE
14+
*/
15+
if (!defined('IN_PHPBB'))
16+
{
17+
exit;
18+
}
19+
20+
if (empty($lang) || !is_array($lang))
21+
{
22+
$lang = array();
23+
}
24+
25+
// DEVELOPERS PLEASE NOTE
26+
//
27+
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
28+
//
29+
// Placeholders can now contain order information, e.g. instead of
30+
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
31+
// translators to re-order the output of data while ensuring it remains correct
32+
//
33+
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
34+
// equally where a string contains only two placeholders which are used to wrap text
35+
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
36+
//
37+
// Some characters you may want to copy&paste:
38+
// ’ » “ ” …
39+
//
40+
41+
$lang = array_merge($lang, array(
42+
'ACP_GOOGLEANALYTICS' => 'Google Analytics',
43+
'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID',
44+
'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Upiši svoj Google Analytics ID kod, npr.: <samp>UA-0000000-00</samp>.<br /><br />Google Analytics možete pratiti svoje registriranih korisnika na više uređaja i sjednice, za točniju broj korisnika u izvješćima. Da biste omogućili ovu poboljšana funkcionalnost korisniku ID za praćenje mora biti konfigurirana na vašem računu usluge Google Analytics. <a href="https://support.google.com/analytics/answer/3123666">Kliknite za više informacija</a>.',
45+
'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” nije ispravan Google Analytics ID kod.<br />Trebao bi biti u obliku: “UA-0000000-00”.',
46+
));
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?php
2+
/**
3+
*
4+
* Google Analytics extension for the phpBB Forum Software package.
5+
* Croatian translation by Ančica Sečan Matijaščić (http://ancica.sunceko.net)
6+
*
7+
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
8+
* @license GNU General Public License, version 2 (GPL-2.0)
9+
*
10+
*/
11+
12+
/**
13+
* DO NOT CHANGE
14+
*/
15+
if (!defined('IN_PHPBB'))
16+
{
17+
exit;
18+
}
19+
20+
if (empty($lang) || !is_array($lang))
21+
{
22+
$lang = array();
23+
}
24+
25+
// DEVELOPERS PLEASE NOTE
26+
//
27+
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
28+
//
29+
// Placeholders can now contain order information, e.g. instead of
30+
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
31+
// translators to re-order the output of data while ensuring it remains correct
32+
//
33+
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
34+
// equally where a string contains only two placeholders which are used to wrap text
35+
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
36+
//
37+
// Some characters you may want to copy&paste:
38+
// ’ » “ ” …
39+
//
40+
41+
$lang = array_merge($lang, array(
42+
'ACP_GOOGLEANALYTICS' => 'Google Analytics',
43+
'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID',
44+
'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Upišite svoj Google Analytics ID kod, npr.: <samp>UA-0000000-00</samp>.<br /><br />Google Analytics možete pratiti svoje registriranih korisnika na više uređaja i sjednice, za točniju broj korisnika u izvješćima. Da biste omogućili ovu poboljšana funkcionalnost korisniku ID za praćenje mora biti konfigurirana na vašem računu usluge Google Analytics. <a href="https://support.google.com/analytics/answer/3123666">Kliknite za više informacija</a>.',
45+
'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” nije ispravan Google Analytics ID kod.<br />Trebao bi biti u obliku: “UA-0000000-00”.',
46+
));
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?php
2+
/**
3+
*
4+
* Google Analytics extension for the phpBB Forum Software package.
5+
*
6+
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
7+
* @license GNU General Public License, version 2 (GPL-2.0)
8+
*
9+
*/
10+
11+
/**
12+
* DO NOT CHANGE
13+
*/
14+
if (!defined('IN_PHPBB'))
15+
{
16+
exit;
17+
}
18+
19+
if (empty($lang) || !is_array($lang))
20+
{
21+
$lang = array();
22+
}
23+
24+
// DEVELOPERS PLEASE NOTE
25+
//
26+
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
27+
//
28+
// Placeholders can now contain order information, e.g. instead of
29+
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
30+
// translators to re-order the output of data while ensuring it remains correct
31+
//
32+
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
33+
// equally where a string contains only two placeholders which are used to wrap text
34+
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
35+
//
36+
// Some characters you may want to copy&paste:
37+
// ’ » “ ” …
38+
//
39+
40+
$lang = array_merge($lang, array(
41+
'ACP_GOOGLEANALYTICS' => 'Google Analytics',
42+
'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID',
43+
'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Inserisci l’ID Google Analytics, Es.: <samp>UA-0000000-00</samp>.<br /><br />Google Analytics in grado di monitorare gli utenti registrati su più dispositivi e le sessioni, per un numero di utenti più accurato nei rapporti. Per attivare questa funzionalità avanzate di monitoraggio ID utente deve essere configurato nel tuo account Google Analytics. <a href="https://support.google.com/analytics/answer/3123666">Fare clic qui per maggiori informazioni</a>.',
44+
'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” non è un codice ID valido di Google Analytics.<br />Dove essere nel formato “UA-0000000-00”.',
45+
));
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?php
2+
/**
3+
*
4+
* Google Analytics extension for the phpBB Forum Software package.
5+
* Portuguese Brazil translation by henrique.seven2011 (http://suportephpbb.com.br/)
6+
*
7+
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
8+
* @license GNU General Public License, version 2 (GPL-2.0)
9+
*
10+
*/
11+
12+
/**
13+
* DO NOT CHANGE
14+
*/
15+
if (!defined('IN_PHPBB'))
16+
{
17+
exit;
18+
}
19+
20+
if (empty($lang) || !is_array($lang))
21+
{
22+
$lang = array();
23+
}
24+
25+
// DEVELOPERS PLEASE NOTE
26+
//
27+
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
28+
//
29+
// Placeholders can now contain order information, e.g. instead of
30+
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
31+
// translators to re-order the output of data while ensuring it remains correct
32+
//
33+
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
34+
// equally where a string contains only two placeholders which are used to wrap text
35+
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
36+
//
37+
// Some characters you may want to copy&paste:
38+
// ’ » “ ” …
39+
//
40+
41+
$lang = array_merge($lang, array(
42+
'ACP_GOOGLEANALYTICS' => 'Google Analytics',
43+
'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID',
44+
'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Digite o seu código do Google Analytics ID, por exemplo : <samp>UA-0000000-00</samp>.<br /><br />Google Analytics can track your registered users across multiple devices and sessions, for a more accurate user count in your reports. To enable this enhanced functionality User ID tracking must be configured in your Google Analytics account. <a href="https://support.google.com/analytics/answer/3123666">Click for more information</a>.',
45+
'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” não é um código ID Google Analytics válido.<br />Deve ser dessa forma “UA-0000000-00”.',
46+
));
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?php
2+
/**
3+
*
4+
* Google Analytics extension for the phpBB Forum Software package.
5+
*
6+
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
7+
* @license GNU General Public License, version 2 (GPL-2.0)
8+
*
9+
*/
10+
11+
/**
12+
* DO NOT CHANGE
13+
*/
14+
if (!defined('IN_PHPBB'))
15+
{
16+
exit;
17+
}
18+
19+
if (empty($lang) || !is_array($lang))
20+
{
21+
$lang = array();
22+
}
23+
24+
// DEVELOPERS PLEASE NOTE
25+
//
26+
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
27+
//
28+
// Placeholders can now contain order information, e.g. instead of
29+
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
30+
// translators to re-order the output of data while ensuring it remains correct
31+
//
32+
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
33+
// equally where a string contains only two placeholders which are used to wrap text
34+
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
35+
//
36+
// Some characters you may want to copy&paste:
37+
// ’ » “ ” …
38+
//
39+
40+
$lang = array_merge($lang, array(
41+
'ACP_GOOGLEANALYTICS' => 'Google Analytics',
42+
'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID',
43+
'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Google Analytics ID kodunuzu girin, ör: <samp>UA-0000000-00</samp>.<br /><br />Google Analytics, kayıtlı kullanıcılarınızı birden çok cihazda ve oturumda izleyebilir; böylece, raporlarınızdaki daha doğru bir kullanıcı sayısı elde edersiniz. Bu gelişmiş işlevselliği etkinleştirmek için Kullanıcı kimliği izleme, Google Analytics hesabınızda yapılandırılmalıdır. <a href="https://support.google.com/analytics/answer/3123666">Daha fazla bilgi için tıklayınız</a>.',
44+
'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” geçerli bir Google Analytics ID kodu değil.<br />Kod şuna benzer şekilde olmalı “UA-0000000-00”.',
45+
));

0 commit comments

Comments
 (0)