Bugfix: Removed UTF8 BOM from language files

This commit is contained in:
azett 2019-02-22 16:26:41 +01:00
parent 5d2aab7846
commit 72a8efd0c3
27 changed files with 27 additions and 27 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['config']['default'] =
array(

View File

@ -1,4 +1,4 @@
 <?php
<?php
$lang['admin']['entry']['submenu'] =

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['panel']['main'] = 'Hlavní';

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['panel']['maintain'] = 'Údržba';

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['head'] = 'Administrace';

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['plugin']['submenu'] = array (
'default' => 'Správa Pluginů'

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['static']['submenu'] = array(
'list' => 'Správa statických stránek',

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['themes']['submenu'] = array(

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['uploader']['default'] = array(

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['widgets']['submenu']['default'] = 'Správa Widgetů';
$lang['admin']['widgets']['submenu']['raw'] = 'Správa Widgetů (raw)';

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['comments']['mail'] = <<<MAIL
"%fromname%" %frommail% přidal komentář k příspěvku "%entrytitle%".

View File

@ -1,4 +1,4 @@
<?php
<?php
$langconf = array();
$langconf['id'] = 'Čeština (CZ)';

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['contact'] = array(
'head' => 'Kontaktujte nás',

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang = array();

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['plugin']['accessibleantispam'] = array(

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['plugin']['adminarea'] = array(

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['plugin']['akismet']['errors'] = array (
-1 => 'Kľíč API není nastavený. Otevřte plugin a nastavte klíč API. Zaregistrujte sa na <a href="http://wordpress.com">Wordpress.com</a> a získejte nějaký'
);

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['plugin']['archives'] = array(
'subject' => 'Archív',

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['plugin']['submenu']['bbcode'] = 'BBCode';
$lang['admin']['plugin']['bbcode'] = array(

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['admin']['widgets']['submenu']['blockparser'] = 'BlockParser Widgets';

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['plugin']['calendar'] = array(

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['plugin']['categories'] = array(

View File

@ -1,4 +1,4 @@
<?php
<?php
// cimangi Aggiunta traduzione stringhe
$lang['plugin']['lastcomments'] = array(

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['plugin']['lightbox']['errors'] = array (
-1 => 'Pro tento plugin je třeba nahrát jsUtils. Možná byly pluginy nahrány ve špatném pořadí'
);

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang ['plugin'] ['prettyurls'] ['errors'] = array(
-2 => 'Nelze najít nebo vytvořit soubor <code>.htaccess</code> ve Vašem kořenovém ' . 'adresáři. PrettyURLs nemusí fungovat správně, viz Nastavení PretyURLs.'
);

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['plugin']['qspam'] = array(
'error' => 'ERROR: Komentář obsahoval zakázané výrazy'

View File

@ -1,4 +1,4 @@
<?php
<?php
$lang['plugin']['thumb']['errors'] = array (
-1 => 'Nemohu najít '.
'<a href="http://www.php.net/manual/en/ref.image.php">PHP GD2 rozšíření</a> ' .