mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Merge remote-tracking branch 'refs/remotes/origin/master' into dev
Conflicts: plugins/box/users/views/frontend/login.view.php
This commit is contained in:
@@ -184,6 +184,7 @@ class Monstra
|
||||
ORM::configure(MONSTRA_DB_DSN);
|
||||
ORM::configure('username', MONSTRA_DB_USER);
|
||||
ORM::configure('password', MONSTRA_DB_PASSWORD);
|
||||
ORM::configure('driver_options', array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -130,7 +130,7 @@ class Stylesheet
|
||||
if (BACKEND) {
|
||||
echo '<link rel="stylesheet" href="'.Option::get('siteurl').'tmp/minify/backend_site.minify.css'.'" type="text/css" />';
|
||||
} else {
|
||||
echo '<link rel="stylesheet" href="'.Option::get('siteurl').'tmp/minify/frontend_site.minify.css'.'" type="text/css" />';
|
||||
echo '<link rel="stylesheet" href="'.Option::get('siteurl').'tmp/minify/frontend_site.minify.css'.'" type="text/css" />'."\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -45,6 +45,9 @@ if (file_exists('install.php')) {
|
||||
if ((Session::exists('user_role')) and (Session::get('user_role') == 'admin' or Session::get('user_role') == 'editor')) {
|
||||
// Monstra show this page :)
|
||||
} else {
|
||||
header('HTTP/1.1 503 Service Temporarily Unavailable');
|
||||
header('Status: 503 Service Temporarily Unavailable');
|
||||
header('Retry-After: 600');
|
||||
die (Text::toHtml(Option::get('maintenance_message')));
|
||||
}
|
||||
}
|
||||
|
@@ -29,7 +29,7 @@
|
||||
$dir_array = array('public', 'storage', 'backups', 'tmp');
|
||||
|
||||
// Languages array
|
||||
$languages_array = array('en', 'fr', 'de', 'it', 'es', 'lt', 'pt-br', 'ru', 'uk', 'hu', 'fa' , 'sk', 'sr-yu');
|
||||
$languages_array = array('en', 'fr', 'de', 'it', 'es', 'lt', 'pl', 'pt-br', 'ru', 'uk', 'hu', 'fa' , 'sk', 'sr-yu');
|
||||
|
||||
// Select Monstra language
|
||||
if (Request::get('language')) {
|
||||
|
@@ -218,6 +218,8 @@ class Image
|
||||
|
||||
// Create a new true color image width new width and height
|
||||
$resized = imagecreatetruecolor($new_width, $new_height);
|
||||
$transPng = imagecolorallocatealpha($resized, 0, 0, 0, 127);
|
||||
imagefill($resized, 0, 0, $transPng);
|
||||
|
||||
// Copy and resize part of an image with resampling
|
||||
imagecopyresampled($resized, $this->image, 0, 0, 0, 0, $new_width, $new_height, $this->width, $this->height);
|
||||
@@ -227,6 +229,8 @@ class Image
|
||||
|
||||
// Create a new true color image width new width and height
|
||||
$this->image = imagecreatetruecolor($new_width, $new_height);
|
||||
$transPng = imagecolorallocatealpha($this->image, 0, 0, 0, 127);
|
||||
imagefill($this->image, 0, 0, $transPng);
|
||||
|
||||
// Copy and resize part of an image with resampling
|
||||
imagecopyresampled($this->image, $resized, 0, 0, 0, 0, $new_width, $new_height, $new_width, $new_height);
|
||||
@@ -269,6 +273,8 @@ class Image
|
||||
|
||||
// Create a new true color image
|
||||
$crop = imagecreatetruecolor($width, $height);
|
||||
$transPng = imagecolorallocatealpha($crop, 0, 0, 0, 127);
|
||||
imagefill($crop, 0, 0, $transPng);
|
||||
|
||||
// Copy and resize part of an image with resampling
|
||||
imagecopyresampled($crop, $this->image, 0, 0, $x, $y, $this->width, $this->height, $this->width, $this->height);
|
||||
@@ -278,6 +284,8 @@ class Image
|
||||
|
||||
// Create a new true color image
|
||||
$this->image = imagecreatetruecolor($width, $height);
|
||||
$transPng = imagecolorallocatealpha($this->image, 0, 0, 0, 127);
|
||||
imagefill($this->image, 0, 0, $transPng);
|
||||
|
||||
// Copy and resize part of an image with resampling
|
||||
imagecopyresampled($this->image, $crop, 0, 0, 0, 0, $width, $height, $width, $height);
|
||||
|
17
plugins/box/backup/languages/nl.lang.php
Normal file
17
plugins/box/backup/languages/nl.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'Backups',
|
||||
'Backup' => 'Backup',
|
||||
'Create Backup' => 'Maak backup',
|
||||
'Delete' => 'Verwijderen',
|
||||
'storage' => 'Opslag',
|
||||
'public' => 'Publiek',
|
||||
'plugins' => 'Plugins',
|
||||
'Size' => 'Grootte',
|
||||
'Actions' => 'Acties',
|
||||
'Delete backup: :backup' => 'Verwijder backup: :backup',
|
||||
'Creating...' => 'Backup wordt gemaakt...',
|
||||
)
|
||||
);
|
17
plugins/box/backup/languages/pl.lang.php
Normal file
17
plugins/box/backup/languages/pl.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'Kopie zapasowe',
|
||||
'Backup Date' => 'Data kopii zapasowej',
|
||||
'Create Backup' => 'Utwórz kopię zapasową',
|
||||
'Delete' => 'Usuń',
|
||||
'storage' => 'magazyn',
|
||||
'public' => 'publiczny',
|
||||
'plugins' => 'wtyczki',
|
||||
'Size' => 'Rozmiar',
|
||||
'Actions' => 'Akcje',
|
||||
'Delete backup: :backup' => 'Czy napewno usunąć kopię zapasową: :backup',
|
||||
'Creating...' => 'Tworzenie kopii zapasowej...',
|
||||
)
|
||||
);
|
29
plugins/box/blocks/languages/nl.lang.php
Normal file
29
plugins/box/blocks/languages/nl.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'Blokken',
|
||||
'Blocks manager' => 'Blokken beheer',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Edit' => 'Bewerken',
|
||||
'Name' => 'Naam',
|
||||
'Create New Block' => 'Nieuw blok',
|
||||
'New Block' => 'Nieuw blok',
|
||||
'Edit Block' => 'Bewerk blok',
|
||||
'Save' => 'Opslaan',
|
||||
'Save and Exit' => 'Opslaan en Terug',
|
||||
'Actions' => 'Acties',
|
||||
'Required field' => 'Vereist veld',
|
||||
'This block already exists' => 'Dit blok bestaat al',
|
||||
'This block does not exist' => 'Dit blok bestaat niet',
|
||||
'Delete block: :block' => 'Verwijder blok: :block',
|
||||
'Block content' => 'Inhoud blok',
|
||||
'Block <i>:name</i> deleted' => 'Blok <i>:name</i> verwijderd',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'De aanpassingen aan blok <i>:name</i> zijn opgeslagen.',
|
||||
'Delete block: :block' => 'Verwijder blok: :block',
|
||||
'View Embed Code' => 'Bekijk insluitcode',
|
||||
'Embed Code' => 'Insluitcode',
|
||||
'Shortcode' => 'Verkorte code',
|
||||
'PHP Code' => 'PHP Code',
|
||||
)
|
||||
);
|
29
plugins/box/blocks/languages/pl.lang.php
Normal file
29
plugins/box/blocks/languages/pl.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'Bloki',
|
||||
'Blocks manager' => 'Zarządzaj blokami',
|
||||
'Delete' => 'Usuń',
|
||||
'Edit' => 'Edytuj',
|
||||
'Name' => 'Nazwa',
|
||||
'Create New Block' => 'Utwórz nowy blok',
|
||||
'New Block' => 'Nowy blok',
|
||||
'Edit Block' => 'Edytuj blok',
|
||||
'Save' => 'Zapisz',
|
||||
'Save and Exit' => 'Zapisz i wyjdź',
|
||||
'Actions' => 'Akcje',
|
||||
'Required field' => 'Pole wymagane',
|
||||
'This block already exists' => 'Ten blok już istnieje',
|
||||
'This block does not exist' => 'Ten blok nie istnieje',
|
||||
'Delete block: :block' => 'Czy napewno usunąć blok: :block',
|
||||
'Block content' => 'Zawartość bloku',
|
||||
'Block <i>:name</i> deleted' => 'Blok <i>:name</i> został usunięty',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'Twoje zmiany dla bloku <i>:name</i> zostały zapisane.',
|
||||
'Delete block: :block' => 'Czy napewno usunąć blok: :block',
|
||||
'View Embed Code' => 'Pokaż osadzony kod',
|
||||
'Embed Code' => 'Osadzony kod',
|
||||
'Shortcode' => 'Krótki kod (shortcode)',
|
||||
'PHP Code' => 'Kod PHP',
|
||||
)
|
||||
);
|
8
plugins/box/editor/languages/nl.lang.php
Normal file
8
plugins/box/editor/languages/nl.lang.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Editor' => array(
|
||||
'Editor' => 'Editor',
|
||||
'Editor plugin' => 'Editor Plugin',
|
||||
)
|
||||
);
|
8
plugins/box/editor/languages/pl.lang.php
Normal file
8
plugins/box/editor/languages/pl.lang.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Editor' => array(
|
||||
'Editor' => 'Edytor',
|
||||
'Editor plugin' => 'Wtyczka edytora',
|
||||
)
|
||||
);
|
17
plugins/box/filesmanager/languages/nl.lang.php
Normal file
17
plugins/box/filesmanager/languages/nl.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => array(
|
||||
'Files' => 'Bestanden',
|
||||
'Files manager' => 'Bestandsbeheer',
|
||||
'Name' => 'Naam',
|
||||
'Actions' => 'Acties',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Upload' => 'Uploaden',
|
||||
'directory' => 'Map',
|
||||
'Delete directory: :dir' => 'Verwijder map: :dir',
|
||||
'Delete file: :file' => 'Verwijder bestand: :file',
|
||||
'Extension' => 'Type',
|
||||
'Size' => 'Grootte',
|
||||
)
|
||||
);
|
17
plugins/box/filesmanager/languages/pl.lang.php
Normal file
17
plugins/box/filesmanager/languages/pl.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => array(
|
||||
'Files' => 'Pliki',
|
||||
'Files manager' => 'Zarządzaj plikami',
|
||||
'Name' => 'Nazwa',
|
||||
'Actions' => 'Akcje',
|
||||
'Delete' => 'Usuń',
|
||||
'Upload' => 'Prześlij',
|
||||
'directory' => 'katalog',
|
||||
'Delete directory: :dir' => 'Czy napewno usunąć katalog: :dir',
|
||||
'Delete file: :file' => 'Czy napewno usunąć plik :file',
|
||||
'Extension' => 'Rozszerzenie',
|
||||
'Size' => 'Rozmiar',
|
||||
)
|
||||
);
|
@@ -28,7 +28,7 @@
|
||||
'Monstra version' => 'Monstra version',
|
||||
'Directory Permissions' => 'Directory Berechtigungen',
|
||||
'Directory' => 'Verzeichnis',
|
||||
'Writable' => 'Writable',
|
||||
'Writable' => 'Beschreibbar',
|
||||
'Unwritable' => 'Nicht beschreibbar',
|
||||
'Status' => 'Status',
|
||||
'PHP Built On' => 'PHP Built On',
|
||||
|
38
plugins/box/information/languages/nl.lang.php
Normal file
38
plugins/box/information/languages/nl.lang.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => 'Informatie',
|
||||
'Debuging' => 'Debuggen',
|
||||
'Name' => 'Naam',
|
||||
'Value' => 'Waarde',
|
||||
'Security' => 'Beveiliging',
|
||||
'System' => 'Systeem',
|
||||
'on' => 'Aan',
|
||||
'off'=> 'Uit',
|
||||
'Server' => 'Server',
|
||||
'PHP version' => 'PHP Versie',
|
||||
'SimpleXML module' => 'SimpleXML Module',
|
||||
'DOM module' => 'DOM Module',
|
||||
'Installed' => 'Geinstalleerd',
|
||||
'Not Installed' => 'Niet geinstalleerd',
|
||||
'Security check results' => 'Resultaten beveiligings-check',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'Het configuratiebestand is schrijfbaar. We adviseren u om alle schrijfrechten op defines.php te verwijderen op productiewebsites.',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Het Monstra .htaccess bestand is schrijfbaar. We adviseren u om alle schrijfrechten voor dit bestand te verwijderen. <br/>Op unix-systemen doet u dit als volgt: <code>chmod a-w :path</code>.',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Het Monstra index.php bestand is schrijfbaar. We adviseren u alle schrijfrechten voor dit bestand te verwijderen. <br/>Op Unix-systemen doet u dit als volgt: <code>chmod a-w :path</code>.',
|
||||
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
|
||||
'Door het type en de hoeveelheid informatie die foutmeldingen kunnen geven aan indringers wanneer Monstra::$environment = Monstra::DEVELOPMENT, raden we u ten zeerste aan om de instelling op Monstra::PRODUCTION te zetten, wanneer u met een productiewebsite werkt.',
|
||||
'Monstra version' => 'Monstra versie',
|
||||
'Directory Permissions' => 'Map-rechten',
|
||||
'Directory' => 'Map',
|
||||
'Writable' => 'Schrijfbaar',
|
||||
'Unwritable' => 'Niet schrijfbaar',
|
||||
'Status' => 'Status',
|
||||
'PHP Built On' => 'Systeem',
|
||||
'Web Server' => 'Web Server',
|
||||
'WebServer to PHP Interface' => 'WebServer PHP Interface',
|
||||
)
|
||||
);
|
40
plugins/box/information/languages/pl.lang.php
Normal file
40
plugins/box/information/languages/pl.lang.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => 'Informacja',
|
||||
'Debugging' => 'Odpluskwianie',
|
||||
'Name' => 'Nazwa',
|
||||
'Value' => 'Wartość',
|
||||
'Security' => 'Bezpieczeństwo',
|
||||
'System' => 'System',
|
||||
'on' => 'włączone',
|
||||
'off'=> 'wyłączone',
|
||||
'Server' => 'Serwer',
|
||||
'PHP version' => 'Wersja PHP',
|
||||
'SimpleXML module' => 'Moduł SimpleXML',
|
||||
'DOM module' => 'Moduł DOM',
|
||||
'Installed' => 'Zainstalowane',
|
||||
'Not Installed' => 'Nie zainstalowane',
|
||||
'Security check results' => 'Wyniki sprawdzenia bezpieczeństwa',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'Plik konfiguracyjny ma możliwość zapisu. Radzimy, aby w systemach produkcyjnych usunąć wszystkie uprawnienia zapisu dla pliku defines.php.',
|
||||
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
|
||||
'Katalog główny systemu Monstra (":path") i/lub pliki w nim zawarte mają możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu. <br/>Na systemach UNIX możesz to zrobić za pomocą: <code>chmod -R a-w :path</code>',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Plik .htaccess systemu Monstra ma możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu. <br/>Na systemach UNIX możesz to zrobić za pomocą: <code>chmod a-w :path</code>',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Plik index.php systemu Monstra ma możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu. <br/>Na systemach UNIX możesz to zrobić za pomocą: <code>chmod a-w :path</code>',
|
||||
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
|
||||
'Ze względu na rodzaj i ilość informacji o błędach, które mogą dostać się w niepowołane ręce, gdy Monstra::$environment = Monstra::DEVELOPMENT, zdecydowanie zalecamy ustawienie Monstra::PRODUCTION w systemach produkcyjnych.',
|
||||
'Monstra version' => 'Wersja systemu Monstra',
|
||||
'Directory Permissions' => 'Uprawnienia katalogu',
|
||||
'Directory' => 'Katalog',
|
||||
'Writable' => 'Możliwość zapisu',
|
||||
'Unwritable' => 'Brak możliwości zapisu',
|
||||
'Status' => 'Status',
|
||||
'PHP Built On' => 'Oparty na systemie',
|
||||
'Web Server' => 'Serwer WWW',
|
||||
'WebServer to PHP Interface' => 'Serwerowy interfejs PHP',
|
||||
)
|
||||
);
|
@@ -9,7 +9,7 @@
|
||||
'Delete' => 'Löschen',
|
||||
'Order' => 'Reihenfolge',
|
||||
'Actions' => 'Aktionen',
|
||||
'Create New Item' => 'Erstellen neuen Eintrag',
|
||||
'Create New Item' => 'Erstelle neuen Eintrag',
|
||||
'New item' => 'Neuer Eintrag',
|
||||
'Item name' => 'Eintrags Name',
|
||||
'Item order' => 'Eintrags Reihenfolge',
|
||||
|
27
plugins/box/menu/languages/nl.lang.php
Normal file
27
plugins/box/menu/languages/nl.lang.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'menu' => array(
|
||||
'Menu' => 'Menu',
|
||||
'Menu manager' => 'Menu beheer',
|
||||
'Edit' => 'Bewerken',
|
||||
'Name' => 'Naam',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Order' => 'Volgorde',
|
||||
'Actions' => 'Acties',
|
||||
'Create New Item' => 'Nieuw menu',
|
||||
'New item' => 'Nieuw menu',
|
||||
'Item name' => 'Menu naam',
|
||||
'Item order' => 'Menu volgorde',
|
||||
'Item target' => 'Menu doel',
|
||||
'Item link' => 'Menu link',
|
||||
'Item category' => 'Menu categorie',
|
||||
'Save' => 'Opslaan',
|
||||
'Edit item' => 'Bewerk menu',
|
||||
'Delete item :name' => 'Verwijder menu: :name',
|
||||
'Select page' => 'Selecteer pagina',
|
||||
'Category' => 'Categorie',
|
||||
'Select category' => 'Selecteer categorie',
|
||||
'Required field' => 'Vereist veld',
|
||||
)
|
||||
);
|
27
plugins/box/menu/languages/pl.lang.php
Normal file
27
plugins/box/menu/languages/pl.lang.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'menu' => array(
|
||||
'Menu' => 'Menu',
|
||||
'Menu manager' => 'Zarządzaj menu',
|
||||
'Edit' => 'Edytuj',
|
||||
'Name' => 'Nazwa',
|
||||
'Delete' => 'Usuń',
|
||||
'Order' => 'Kolejność',
|
||||
'Actions' => 'Akcje',
|
||||
'Create New Item' => 'Utwórz nową pozycję',
|
||||
'New item' => 'Nowa pozycja',
|
||||
'Item name' => 'Nazwa pozycji',
|
||||
'Item order' => 'Kolejność pozycji',
|
||||
'Item target' => 'Cel pozycji',
|
||||
'Item link' => 'Łącze pozycji',
|
||||
'Item category' => 'Kategoria pozycji',
|
||||
'Save' => 'Zapisz',
|
||||
'Edit item' => 'Edytuj pozycję',
|
||||
'Delete item :name' => 'Czy napewno usunąć pozycję :name',
|
||||
'Select page' => 'Wybierz stronę',
|
||||
'Category' => 'Kategoria',
|
||||
'Select category' => 'Wybierz kategorię',
|
||||
'Required field' => 'Pole wymagane',
|
||||
)
|
||||
);
|
@@ -48,7 +48,7 @@
|
||||
'Settings' => 'Einstellungen',
|
||||
'Required field' => 'Pflichtfeld',
|
||||
'Access' => 'Zugriff',
|
||||
'Public' => 'Öffentlichkeit',
|
||||
'Registered' => 'Eingetragen',
|
||||
'Public' => 'Öffentlich',
|
||||
'Registered' => 'Angemeldet',
|
||||
)
|
||||
);
|
||||
|
54
plugins/box/pages/languages/nl.lang.php
Normal file
54
plugins/box/pages/languages/nl.lang.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'pages' => array(
|
||||
'Pages' => 'Pagina\'s',
|
||||
'Pages manager' => 'Pagina beheer',
|
||||
'Content' => 'Inhoud',
|
||||
'Create New Page' => 'Nieuwe pagina',
|
||||
'New Page' => 'Nieuwe pagina',
|
||||
'Edit Page' => 'Bewerk pagina',
|
||||
'Date' => 'Datum',
|
||||
'Clone' => 'Kopieren',
|
||||
'Edit' => 'Bewerken',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Delete page: :page' => 'Verwijder pagina: :page',
|
||||
'Title' => 'Titel',
|
||||
'Name' => 'Naam',
|
||||
'Author' => 'Auteur',
|
||||
'Name (slug)' => 'Naam (alias)',
|
||||
'Description' => 'Beschrijving',
|
||||
'Keywords' => 'Trefwoorden',
|
||||
'Parent' => 'Root',
|
||||
'Template' => 'Template',
|
||||
'Year' => 'Jaar',
|
||||
'Day' => 'Dag',
|
||||
'Month' => 'Maand',
|
||||
'Hour' => 'Uur',
|
||||
'Minute' => 'Minuut',
|
||||
'Second' => 'Seconde',
|
||||
'This field should not be empty' => 'Dit veld mag niet leeg zijn',
|
||||
'This page already exists' => 'Deze pagina bestaat al',
|
||||
'Extra' => 'Extra',
|
||||
'Save' => 'Opslaan',
|
||||
'Save and Exit' => 'Opslaan en Terug',
|
||||
'Your changes to the page <i>:page</i> have been saved.' => 'De wijzigingen aan <i> :page </i> zijn opgeslagen.',
|
||||
'The page <i>:page</i> cloned.' => 'De pagina <i>:page</i> is gekopieerd.',
|
||||
'Status' => 'Status',
|
||||
'Actions' => 'Acties',
|
||||
'Add' => 'Toevoegen',
|
||||
'Published' => 'Gepubliceerd',
|
||||
'Draft' => 'Concept',
|
||||
'Published on' => 'Gepubliceerd op',
|
||||
'Edit 404 Page' => 'Bewerk 404 pagina',
|
||||
'Page <i>:page</i> deleted' => 'Pagina <i>:page</i> is verwijderd',
|
||||
'Search Engines Robots' => 'Zoekmachine Robots ',
|
||||
'Page' => 'Pagina',
|
||||
'Metadata' => 'Metadata',
|
||||
'Settings' => 'Instellingen',
|
||||
'Required field' => 'Vereist veld',
|
||||
'Access' => 'Toegang',
|
||||
'Public' => 'Publiek',
|
||||
'Registered' => 'Geregistreerd',
|
||||
)
|
||||
);
|
54
plugins/box/pages/languages/pl.lang.php
Normal file
54
plugins/box/pages/languages/pl.lang.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'pages' => array(
|
||||
'Pages' => 'Strony',
|
||||
'Pages manager' => 'Zarządzaj stronami',
|
||||
'Content' => 'Zawartość',
|
||||
'Create New Page' => 'Utwórz nową stronę',
|
||||
'New Page' => 'Nowa strona',
|
||||
'Edit Page' => 'Edytuj stronę',
|
||||
'Date' => 'Data',
|
||||
'Clone' => 'Skopiuj',
|
||||
'Edit' => 'Edytuj',
|
||||
'Delete' => 'Usuń',
|
||||
'Delete page: :page' => 'Czy napewno usunąć stronę: :page',
|
||||
'Title' => 'Tytuł',
|
||||
'Name' => 'Nazwa',
|
||||
'Author' => 'Autor',
|
||||
'Name (slug)' => 'Krótka nazwa (slug)',
|
||||
'Description' => 'Opis',
|
||||
'Keywords' => 'Słowa kluczowe',
|
||||
'Parent' => 'Rodzic',
|
||||
'Template' => 'Szablon',
|
||||
'Year' => 'rok',
|
||||
'Day' => 'dzień',
|
||||
'Month' => 'miesiąc',
|
||||
'Hour' => 'godzina',
|
||||
'Minute' => 'minuta',
|
||||
'Second' => 'sekunda',
|
||||
'This field should not be empty' => 'To pole nie może być puste',
|
||||
'This page already exists' => 'Ta strona już istnieje',
|
||||
'Extra' => 'Extra',
|
||||
'Save' => 'Zapisz',
|
||||
'Save and Exit' => 'Zapisz i wyjdź',
|
||||
'Your changes to the page <i>:page</i> have been saved.' => 'Twoje zmiany na stronie <i> :page </i> zostały zapisane.',
|
||||
'The page <i>:page</i> cloned.' => 'Strona <i>:page</i> została skopiowana.',
|
||||
'Status' => 'Status',
|
||||
'Actions' => 'Akcje',
|
||||
'Add' => 'Dodaj podstronę',
|
||||
'Published' => 'Opublikowana',
|
||||
'Draft' => 'Projekt',
|
||||
'Published on' => 'Opublikowane',
|
||||
'Edit 404 Page' => 'Edytuj stronę błędu 404',
|
||||
'Page <i>:page</i> deleted' => 'Strona <i>:page</i> została usunięta',
|
||||
'Search Engines Robots' => 'Roboty wyszukiwarek',
|
||||
'Page' => 'Strona',
|
||||
'Metadata' => 'Metadane',
|
||||
'Settings' => 'Ustawienia',
|
||||
'Required field' => 'Pole wymagane',
|
||||
'Access' => 'Dostęp',
|
||||
'Public' => 'Dla wszystkich',
|
||||
'Registered' => 'Dla zarejestrowanych',
|
||||
)
|
||||
);
|
@@ -10,10 +10,10 @@
|
||||
'Install New' => 'Installiere Neue',
|
||||
'Delete' => 'Löschen',
|
||||
'Delete plugin :plugin' => 'Lösche Plugin :plugin',
|
||||
'This plugins does not exist' => 'Diese Plugins existiert nicht',
|
||||
'This plugins does not exist' => 'Diese Plugins existieren nicht',
|
||||
'Version' => 'Version',
|
||||
'Author' => 'Author',
|
||||
'Get More Plugins' => 'Hole Weitere Plugins',
|
||||
'Get More Plugins' => 'Hole weitere Plugins',
|
||||
'Install' => 'Installieren',
|
||||
'Uninstall' => 'Deinstallieren',
|
||||
)
|
||||
|
20
plugins/box/plugins/languages/nl.lang.php
Normal file
20
plugins/box/plugins/languages/nl.lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'plugins' => array(
|
||||
'Plugins' => 'Plugins',
|
||||
'Name' => 'Naam',
|
||||
'Actions' => 'Acties',
|
||||
'Description' => 'Beschrijving',
|
||||
'Installed' => 'Geinstalleerd',
|
||||
'Install New' => 'Installeer nieuwe plugin',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Delete plugin :plugin' => 'Verwijder plugin: :plugin',
|
||||
'This plugins does not exist' => 'Deze plugin bestaat niet',
|
||||
'Version' => 'Versie',
|
||||
'Author' => 'Auteur',
|
||||
'Get More Plugins' => 'Vind meer plugins',
|
||||
'Install' => 'Installeren',
|
||||
'Uninstall' => 'Deinstalleren',
|
||||
)
|
||||
);
|
20
plugins/box/plugins/languages/pl.lang.php
Normal file
20
plugins/box/plugins/languages/pl.lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'plugins' => array(
|
||||
'Plugins' => 'Wtyczki',
|
||||
'Name' => 'Nazwa',
|
||||
'Actions' => 'Akcje',
|
||||
'Description' => 'Opis',
|
||||
'Installed' => 'Zainstalowane',
|
||||
'Install New' => 'Zainstaluj nową',
|
||||
'Delete' => 'Usuń',
|
||||
'Delete plugin :plugin' => 'Czy napewno usunąć wtyczkę :plugin',
|
||||
'This plugin does not exist' => 'Ta wtyczka nie istnieje',
|
||||
'Version' => 'Wersja',
|
||||
'Author' => 'Autor',
|
||||
'Get More Plugins' => 'Pobierz więcej wtyczek',
|
||||
'Install' => 'Instaluj',
|
||||
'Uninstall' => 'Odinstaluj',
|
||||
)
|
||||
);
|
7
plugins/box/sitemap/languages/nl.lang.php
Normal file
7
plugins/box/sitemap/languages/nl.lang.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sitemap' => array(
|
||||
'Sitemap' => 'Sitemap',
|
||||
)
|
||||
);
|
7
plugins/box/sitemap/languages/pl.lang.php
Normal file
7
plugins/box/sitemap/languages/pl.lang.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sitemap' => array(
|
||||
'Sitemap' => 'Mapa witryny',
|
||||
)
|
||||
);
|
@@ -11,7 +11,7 @@
|
||||
'Create New Snippet' => 'Erstelle neues Snippet',
|
||||
'New Snippet' => 'Neues Snippet',
|
||||
'Edit Snippet' => 'Bearbeite Snippet',
|
||||
'Save' => 'Save',
|
||||
'Save' => 'Speichern',
|
||||
'Save and Exit' => 'Speichern und Schließen',
|
||||
'This field should not be empty' => 'Dieses Feld darf nicht leer sein',
|
||||
'This snippet already exists' => 'Dieses Snippet existiert bereits',
|
||||
@@ -19,10 +19,10 @@
|
||||
'Delete snippet: :snippet' => 'Lösche Snippet: :snippet',
|
||||
'Snippet content' => 'Snippet Inhalt',
|
||||
'Snippet <i>:name</i> deleted' => 'Snippet <i>:name</i> wurde gelöscht',
|
||||
'Your changes to the snippet <i>:name</i> have been saved.' => 'Deine Änerungen für das Snippet <i>:name</i> wurden gespeichert.',
|
||||
'Your changes to the snippet <i>:name</i> have been saved.' => 'Deine Änderungen für das Snippet <i>:name</i> wurden gespeichert.',
|
||||
'Delete snippet: :snippet' => 'Lösche Snippet: :snippet',
|
||||
'Required field' => 'Pflichtfeld',
|
||||
'View Embed Code' => 'View Embed Code',
|
||||
'View Embed Code' => 'Zeige Embed Code',
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
|
30
plugins/box/snippets/languages/nl.lang.php
Normal file
30
plugins/box/snippets/languages/nl.lang.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'snippets' => array(
|
||||
'Snippets' => 'Snippets',
|
||||
'Snippets manager' => 'Snippet Beheer',
|
||||
'Actions' => 'Acties',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Edit' => 'Bewerken',
|
||||
'Name' => 'Naam',
|
||||
'Create New Snippet' => 'Nieuwe Snippet',
|
||||
'New Snippet' => 'Nieuwe snippet',
|
||||
'Edit Snippet' => 'Bewerk snippet',
|
||||
'Save' => 'Opslaan',
|
||||
'Save and Exit' => 'Opslaan en Terug',
|
||||
'This field should not be empty' => 'Dit veld mag niet leeg zijn',
|
||||
'This snippet already exists' => 'Deze snippet bestaat al',
|
||||
'This snippet does not exist' => 'Deze snippet bestaat niet',
|
||||
'Delete snippet: :snippet' => 'Verwijder snippet: :snippet',
|
||||
'Snippet content' => 'Snippet inhoud',
|
||||
'Snippet <i>:name</i> deleted' => 'Snippet <i>:name</i> is verwijderd',
|
||||
'Your changes to the snippet <i>:name</i> have been saved.' => 'De wijzigingen aan snippet <i>:name</i> zijn opgeslagen.',
|
||||
'Delete snippet: :snippet' => 'Verwijder snippet: :snippet',
|
||||
'Required field' => 'Vereist veld',
|
||||
'View Embed Code' => 'Bekijk Insluitcode',
|
||||
'Embed Code' => 'Insluitcode',
|
||||
'Shortcode' => 'Korte code',
|
||||
'PHP Code' => 'PHP Code',
|
||||
)
|
||||
);
|
29
plugins/box/snippets/languages/pl.lang.php
Normal file
29
plugins/box/snippets/languages/pl.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'snippets' => array(
|
||||
'Snippets' => 'Skrawki (snippets)',
|
||||
'Snippets manager' => 'Zarządzaj skrawkami',
|
||||
'Actions' => 'Akcje',
|
||||
'Delete' => 'Usuń',
|
||||
'Edit' => 'Edytuj',
|
||||
'Name' => 'Nazwa',
|
||||
'Create New Snippet' => 'Utwórz nowy skrawek',
|
||||
'New Snippet' => 'Nowy skrawek',
|
||||
'Edit Snippet' => 'Edytuj skrawek',
|
||||
'Save' => 'Zapisz',
|
||||
'Save and Exit' => 'Zapisz i wyjdź',
|
||||
'This snippet already exists' => 'Ten skrawek już istnieje',
|
||||
'This snippet does not exist' => 'Ten skrawek nie istnieje',
|
||||
'Delete snippet: :snippet' => 'Czy napewno usunąć skrawek: :snippet',
|
||||
'Snippet content' => 'Zawartość skrawka',
|
||||
'Snippet <i>:name</i> deleted' => 'Skrawek <i>:name</i> został usunięty',
|
||||
'Your changes to the snippet <i>:name</i> have been saved.' => 'Twoje zmiany dla skrawka <i>:name</i> zostały zapisane.',
|
||||
'Delete snippet: :snippet' => 'Czy napewno usunąć skrawek: :snippet',
|
||||
'Required field' => 'Pole wymagane',
|
||||
'View Embed Code' => 'Pokaż osadzony kod',
|
||||
'Embed Code' => 'Osadzony kod',
|
||||
'Shortcode' => 'Krótki kod (shortcode)',
|
||||
'PHP Code' => 'Kod PHP',
|
||||
)
|
||||
);
|
@@ -3,7 +3,7 @@
|
||||
return array(
|
||||
'system' => array(
|
||||
'System' => 'System',
|
||||
'Published a new version of the :monstra' => 'Veröffentlicht eine neue Version von dem :monstra',
|
||||
'Published a new version of the :monstra' => 'Veröffentlicht eine neue Version von :monstra',
|
||||
'Sitemap created' => 'Sitemap wurde erstellt',
|
||||
'Create Sitemap' => 'Erstelle Sitemap',
|
||||
'on' => 'An',
|
||||
@@ -39,7 +39,7 @@
|
||||
'Powered by' => 'Powered by',
|
||||
'Administration' => 'Administration',
|
||||
'Settings' => 'Einstellungen',
|
||||
'Temporary files deleted' => 'Temporäre Dateien gelöscht',
|
||||
'Temporary files deleted' => 'Temporäre Dateien wurden gelöscht',
|
||||
'Extends' => 'Erweitert',
|
||||
'View Site' => 'Seite ansehen',
|
||||
'Welcome, :username' => 'Willkommen, :username',
|
||||
@@ -75,7 +75,7 @@
|
||||
'Sitemap file not writable' => 'Sitemap-Datei ist nicht beschreibbar',
|
||||
'Main .htaccess file writable' => 'Haupt .htaccess-Datei ist beschreibbar',
|
||||
'Main .htaccess file not writable' => 'Haupt .htaccess-Datei ist nicht beschreibbar',
|
||||
'Official Support Forum' => 'Official Support Forum',
|
||||
'Documentation' => 'Documentation',
|
||||
'Official Support Forum' => 'Offizielles Support Forum',
|
||||
'Documentation' => 'Dokumentation',
|
||||
)
|
||||
);
|
||||
|
@@ -76,5 +76,6 @@
|
||||
'Main .htaccess file not writable' => 'Main .htaccess file not writable',
|
||||
'Official Support Forum' => 'Official Support Forum',
|
||||
'Documentation' => 'Documentation',
|
||||
'Your changes have been saved.' => 'Your changes have been saved.',
|
||||
)
|
||||
);
|
||||
|
@@ -7,11 +7,7 @@
|
||||
'Sitemap created' => 'نقشه سایت ایجاد شد',
|
||||
'Create Sitemap' => 'ایجاد نقشه سایت',
|
||||
'on' => 'روشن',
|
||||
<<<<<<< HEAD
|
||||
'off'=> 'خاموش',
|
||||
=======
|
||||
'off'=> 'خاموش',
|
||||
>>>>>>> refs/remotes/origin/master
|
||||
'Site Url' => 'آدرس سایت',
|
||||
'Maintenance Mode' => 'حالت تعمیر و نگهداری',
|
||||
'Maintenance Mode On' => 'حالت تعمیر و نگهداری روشن',
|
||||
@@ -25,19 +21,14 @@
|
||||
'Default Page' => 'صفحه پیشفرض',
|
||||
'Time zone' => 'منطقه زمانی',
|
||||
'Language' => 'زبان',
|
||||
'Email' => 'Email',
|
||||
'Save' => 'ذخیره',
|
||||
<<<<<<< HEAD
|
||||
'Site' => 'سایت',
|
||||
=======
|
||||
'Site' => 'سایت',
|
||||
>>>>>>> refs/remotes/origin/master
|
||||
'System version' => 'نسخه سیستم',
|
||||
'System version ID' => 'شناسه نسخه سیستم',
|
||||
'GZIP' => 'GZIP',
|
||||
'Debugging' => 'اشکال زدائی',
|
||||
'Plugin API' => 'API پلاگین',
|
||||
'Plugins active' => 'پلاگینهای فعال',
|
||||
'Plugins active' => 'پلاگینهای فعال',
|
||||
'Actions registered' => 'عملیات ثبت شده',
|
||||
'Filters registered' => 'فیلترهای ثبت شده',
|
||||
'Delete Temporary Files' => 'حذف فایلهای موقت',
|
||||
@@ -85,4 +76,4 @@
|
||||
'Official Support Forum' => 'انجمن پشتیبانی',
|
||||
'Documentation' => 'مستندات',
|
||||
)
|
||||
);
|
||||
);
|
81
plugins/box/system/languages/nl.lang.php
Normal file
81
plugins/box/system/languages/nl.lang.php
Normal file
@@ -0,0 +1,81 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'system' => array(
|
||||
'System' => 'Systeem',
|
||||
'Published a new version of the :monstra' => 'Een nieuwe versie van :monstra is gepubliceerd',
|
||||
'Sitemap created' => 'Sitemap is aangemaakt',
|
||||
'Create Sitemap' => 'Maak sitemap aan',
|
||||
'on' => 'Aan',
|
||||
'off'=> 'Uit',
|
||||
'Site Url' => 'Website URL',
|
||||
'Maintenance Mode' => 'Onderhoudsmodus',
|
||||
'Maintenance Mode On' => 'Onderhoudsmodus Aan',
|
||||
'Maintenance Mode Off' => 'Onderhoudsmodus Uit',
|
||||
'Site Settings' => 'Website Instellingen',
|
||||
'System Settings' => 'Systeem Instellingen',
|
||||
'Site Name' => 'Website Naam',
|
||||
'Site Description' => 'Website Beschrijving',
|
||||
'Site Keywords' => 'Website Trefwoorden',
|
||||
'Site Slogan' => 'Website Slogan',
|
||||
'Default Page' => 'Standaard Pagina',
|
||||
'Time zone' => 'Tijdzone',
|
||||
'Language' => 'Taal',
|
||||
'Email' => 'Email',
|
||||
'Save' => 'Opslaan',
|
||||
'Site' => 'Website',
|
||||
'System version' => 'Systeemversie',
|
||||
'System version ID' => 'Systeemversie ID',
|
||||
'GZIP' => 'GZIP',
|
||||
'Debugging' => 'Debuggen',
|
||||
'Plugin API' => 'Plugin API',
|
||||
'Plugins active' => 'Plugins aktief',
|
||||
'Actions registered' => 'Acties opgeslagen',
|
||||
'Filters registered' => 'Filters opgeslagen',
|
||||
'Log Out' => 'Log uit',
|
||||
'Site' => 'Website',
|
||||
'Delete Temporary Files' => 'Verwijder tijdelijke bestanden',
|
||||
'Download the latest version' => 'Download de laatste versie',
|
||||
'Powered by' => 'Mogelijk gemaakt door',
|
||||
'Administration' => 'Beheer',
|
||||
'Settings' => 'Instellingen',
|
||||
'Temporary files deleted' => 'Tijdelijke bestanden verwijderd',
|
||||
'Extends' => 'Uitbreidingen',
|
||||
'View Site' => 'Bekijk website',
|
||||
'Welcome, :username' => 'Welkom, :username',
|
||||
'Reset Password' => 'Wachtwoord opnieuw instellen',
|
||||
'< Back to Website' => '< Terug naar website',
|
||||
'Forgot your password? >' => 'Wachtwoord vergeten? >',
|
||||
'Administration >' => 'Beheer >',
|
||||
'Send New Password' => 'Verstuur nieuw wachtwoord',
|
||||
'This user does not exist' => 'Deze gebruiker bestaat niet',
|
||||
'Version' => 'Versie',
|
||||
|
||||
'Install script writable' => 'Installatiescript schrijfbaar',
|
||||
'Install script not writable' => 'Installatiescript niet schrijfbaar',
|
||||
'Directory: <b> :dir </b> writable' => 'Map: <b> :dir </b> schrijfbaar',
|
||||
'Directory: <b> :dir </b> not writable' => 'Map: <b> :dir </b> niet schrijfbaar',
|
||||
'PHP Version' => 'PHP Versie',
|
||||
'Module DOM is installed' => 'Modul DOM is geinstalleerd',
|
||||
'Module DOM is required' => 'Modul DOM is vereist',
|
||||
'Module Mod Rewrite is installed' => 'Modul Mod Rewrite is geinstalleerd',
|
||||
'Module SimpleXML is installed' => 'Modul SimpleXML is geinstalleerd',
|
||||
'PHP 5.2 or greater is required' => 'PHP 5.2 of nieuwer is vereist',
|
||||
'Apache Mod Rewrite is required' => 'Apache Mod Rewrite is vereist',
|
||||
'SimpleXML module is required' => 'SimpleXML-Modul is vereist',
|
||||
'Field "Site name" is empty' => 'Veld "Website naam" is leeg',
|
||||
'Field "Email" is empty' => 'Veld "Email" is leeg',
|
||||
'Field "Username" is empty' => 'Veld "Gebruikersnaam" is leeg',
|
||||
'Field "Password" is empty' => 'Veld "Wachtwoord" is leeg',
|
||||
'Field "Site url" is empty' => 'Veld "Website-URL" is leeg',
|
||||
'Email not valid' => 'E-Mail is niet geldig',
|
||||
'Install' => 'Installeren',
|
||||
'...Monstra says...' => '...Monstra zegt...',
|
||||
'Sitemap file writable' => 'Sitemap-bestand schrijfbaar',
|
||||
'Sitemap file not writable' => 'Sitemap-bestand niet schrijfbaar',
|
||||
'Main .htaccess file writable' => 'Hoofd .htaccess-bestand schrijfbaar',
|
||||
'Main .htaccess file not writable' => 'Hoofd .htaccess-bestand niet schrijfbaar',
|
||||
'Official Support Forum' => 'Officeel ondersteuningsforum',
|
||||
'Documentation' => 'Documentatie',
|
||||
)
|
||||
);
|
80
plugins/box/system/languages/pl.lang.php
Normal file
80
plugins/box/system/languages/pl.lang.php
Normal file
@@ -0,0 +1,80 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'system' => array(
|
||||
'System' => 'System',
|
||||
'Published a new version of the :monstra' => 'Opublikowano nową wersję systemu :monstra',
|
||||
'Sitemap created' => 'Utworzono mapę witryny',
|
||||
'Create Sitemap' => 'Utwórz mapę witryny',
|
||||
'on' => 'włączone',
|
||||
'off'=> 'wyłączone',
|
||||
'Site Url' => 'Adres URL witryny',
|
||||
'Maintenance Mode' => 'Tryb konserwacji',
|
||||
'Maintenance Mode On' => 'Włącz tryb konserwacji',
|
||||
'Maintenance Mode Off' => 'Wyłącz tryb konserwacji',
|
||||
'Site Settings' => 'Ustawienia witryny',
|
||||
'System Settings' => 'Ustawienia systemu',
|
||||
'Site Name' => 'Nazwa witryny',
|
||||
'Site Description' => 'Opis witryny',
|
||||
'Site Keywords' => 'Słowa kluczowe dla witryny',
|
||||
'Site Slogan' => 'Dewiza witryny',
|
||||
'Default Page' => 'Strona domyślna',
|
||||
'Time zone' => 'Strefa czasowa',
|
||||
'Language' => 'Język',
|
||||
'Email' => 'Email',
|
||||
'Save' => 'Zapisz',
|
||||
'Site' => 'Witryna',
|
||||
'System version' => 'Wersja systemu',
|
||||
'System version ID' => 'Id wersji systemu',
|
||||
'GZIP' => 'GZIP',
|
||||
'Debugging' => 'Odpluskwianie',
|
||||
'Plugin API' => 'API wtyczek',
|
||||
'Plugins active' => 'Aktywne wtyczki',
|
||||
'Actions registered' => 'Zarejestrowane akcje',
|
||||
'Filters registered' => 'Zarejestrowane filtry',
|
||||
'Delete Temporary Files' => 'Usuń pliki tymczasowe',
|
||||
'Download the latest version' => 'Pobierz najnowszą wersję',
|
||||
'Powered by' => 'Napędzane przez',
|
||||
'Administration' => 'Administracja',
|
||||
'Settings' => 'Ustawienia',
|
||||
'Temporary files deleted' => 'Usunięto pliki tymczasowe',
|
||||
'Extends' => 'Rozszerzenia',
|
||||
'View Site' => 'Pokaż witrynę',
|
||||
'Welcome, :username' => 'Witaj, :username',
|
||||
'Reset Password' => 'Resetuj hasło',
|
||||
'< Back to Website' => '< Wróć do witryny internetowej',
|
||||
'Forgot your password? >' => 'Nie pamiętasz swojego hasła? >',
|
||||
'Administration >' => 'Administracja >',
|
||||
'Send New Password' => 'Wyślij nowe hasło',
|
||||
'This user does not exist' => 'Ten użytkownik nie istnieje',
|
||||
'Version' => 'Wersja',
|
||||
'Plugin does not exist' => 'Wtyczka nie istnieje',
|
||||
|
||||
'Install script writable' => 'Skrypt instalacyjny ma możliwość zapisu',
|
||||
'Install script not writable' => 'Skrypt instalacyjny nie ma możliwości zapisu',
|
||||
'Directory: <b> :dir </b> writable' => 'Katalog: <b> :dir </b> z możliwością zapisu',
|
||||
'Directory: <b> :dir </b> not writable' => 'Katalog: <b> :dir </b> bez możliwości zapisu',
|
||||
'PHP Version' => 'Wersja PHP',
|
||||
'Module DOM is installed' => 'Moduł DOM jest zainstalowany',
|
||||
'Module DOM is required' => 'Moduł DOM jest wymagany',
|
||||
'Module Mod Rewrite is installed' => 'Moduł Mod Rewrite jest zainstalowany',
|
||||
'Module SimpleXML is installed' => 'Moduł SimpleXML jest zainstalowany',
|
||||
'PHP 5.2 or greater is required' => 'Wymagane jest PHP 5.2 lub nowsze',
|
||||
'Apache Mod Rewrite is required' => 'Apache Mod Rewrite jest wymagany',
|
||||
'SimpleXML module is required' => 'Moduł SimpleXML jest wymagany',
|
||||
'Field "Site name" is empty' => 'Pole "Nazwa witryny" jest puste',
|
||||
'Field "Email" is empty' => 'Pole "Email" jest puste',
|
||||
'Field "Username" is empty' => 'Pole "Nazwa użytkownika" jest puste',
|
||||
'Field "Password" is empty' => 'Pole "Hasło" jest puste',
|
||||
'Field "Site url" is empty' => 'Pole "URL witryny" jest puste',
|
||||
'Email not valid' => 'Email jest nieprawidłowy',
|
||||
'Install' => 'Instaluj',
|
||||
'...Monstra says...' => '...Monstra mówi...',
|
||||
'Sitemap file writable' => 'Plik mapy witryny ma możliwość zapisu',
|
||||
'Sitemap file not writable' => 'Plik mapy witryny nie ma możliwości zapisu',
|
||||
'Main .htaccess file writable' => 'Główny plik .htaccess ma możliwość zapisu',
|
||||
'Main .htaccess file not writable' => 'Główny plik .htaccess nie ma możliwości zapisu',
|
||||
'Official Support Forum' => 'Wsparcie oficjalnego forum',
|
||||
'Documentation' => 'Dokumentacja',
|
||||
)
|
||||
);
|
@@ -75,5 +75,6 @@
|
||||
'Main .htaccess file not writable' => 'Главный .htaccess файл не доступен для записи',
|
||||
'Official Support Forum' => 'Официальный Форум Поддержки',
|
||||
'Documentation' => 'Документация',
|
||||
'Your changes have been saved.' => 'Ваши изменения сохранены.',
|
||||
)
|
||||
);
|
||||
|
@@ -31,7 +31,7 @@
|
||||
'Edit Template' => 'Bearbeite Template',
|
||||
'Edit Chunk' => 'Bearbeite Chunk',
|
||||
'Edit Styles' => 'Bearbeite Styles',
|
||||
'Current Site Theme' => 'Aktuelle Seiten Template',
|
||||
'Current Site Theme' => 'Aktuelles Seiten Template',
|
||||
'Current admin theme' => 'Aktuelles Admin Template',
|
||||
'This template already exists' => 'Dieses Template existiert bereits',
|
||||
'This chunk already exists' => 'Dieser Chunk exisitert bereits',
|
||||
|
50
plugins/box/themes/languages/nl.lang.php
Normal file
50
plugins/box/themes/languages/nl.lang.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'themes' => array(
|
||||
'Themes' => 'Thema\'s',
|
||||
'Themes manager' => 'Thema beheer',
|
||||
'Select Theme' => 'Selecteer thema',
|
||||
'Save' => 'Opslaan',
|
||||
'Save and Exit' => 'Opslaan en Terug',
|
||||
'Name' => 'Naam',
|
||||
'Create New Template' => 'Nieuwe Template',
|
||||
'New Template' => 'Nieuwe template',
|
||||
'Admin Theme' => 'Admin thema',
|
||||
'Delete template: :name' => 'Verwijder thema: :name',
|
||||
'Delete chunk: :name' => 'Verwijder onderdeel: :name',
|
||||
'Delete styles: :name' => 'Verwijder stijl: :name',
|
||||
'Templates' => 'Templates',
|
||||
'Clone' => 'Kopieren',
|
||||
'Edit' => 'Bewerken',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Actions' => 'Acties',
|
||||
'Create New Chunk' => 'Nieuw Onderdeel',
|
||||
'New Chunk' => 'Nieuwe onderdeel',
|
||||
'Chunks' => 'Onderdelen',
|
||||
'Create New Styles' => 'Nieuwe Stijl',
|
||||
'New Styles' => 'Nieuwe stijl',
|
||||
'Styles' => 'Stijlen',
|
||||
'Template content' => 'Template inhoud',
|
||||
'Styles content' => 'Inhoud stijlen',
|
||||
'Chunk content' => 'Inhoud onderdeel',
|
||||
'Edit Template' => 'Bewerk Template',
|
||||
'Edit Chunk' => 'Bewerk Onderdeel',
|
||||
'Edit Styles' => 'Bewerk stijlen',
|
||||
'Current Site Theme' => 'Huidige Website Thema',
|
||||
'Current admin theme' => 'Huidige Admin Template',
|
||||
'This template already exists' => 'Deze template bestaat al',
|
||||
'This chunk already exists' => 'Dit onderdeel bestaat al',
|
||||
'This styles already exists' => 'Deze stijl bestaat al',
|
||||
'Components templates' => 'Componenten templates',
|
||||
'Your changes to the chunk <i>:name</i> have been saved.' => 'Uw wijzigingen aan onderdeel <i>:name</i> zijn opgeslagen.',
|
||||
'Your changes to the styles <i>:name</i> have been saved.' => 'Uw wijzigingen aan stijl <i>:name</i> zijn opgeslagen.',
|
||||
'Your changes to the template <i>:name</i> have been saved.' => 'Uw wijzigingen aan template <i>:name</i> zijn opgeslagen.',
|
||||
'This field should not be empty' => 'Dit veld mag niet leeg zijn.',
|
||||
'Scripts' => 'Scripts',
|
||||
'Create New Script' => 'Nieuw Script',
|
||||
'Script content' => 'Inhoud script',
|
||||
'New Script' => 'Nieuw Script',
|
||||
'Edit Script' => 'Bewerk Script',
|
||||
)
|
||||
);
|
50
plugins/box/themes/languages/pl.lang.php
Normal file
50
plugins/box/themes/languages/pl.lang.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'themes' => array(
|
||||
'Themes' => 'Motywy',
|
||||
'Themes manager' => 'Zarządzaj motywami',
|
||||
'Select Theme' => 'Wybierz motyw',
|
||||
'Save' => 'Zapisz',
|
||||
'Save and Exit' => 'Zapisz i wyjdź',
|
||||
'Name' => 'Nazwa',
|
||||
'Create New Template' => 'Utwórz nowy szablon',
|
||||
'New Template' => 'Nowy szablon',
|
||||
'Delete template: :name' => 'Czy napewno usunąć szablon: :name',
|
||||
'Delete chunk: :name' => 'Czy napewno usunąć cegiełkę: :name',
|
||||
'Delete styles: :name' => 'Czy napewno usunąć style: :name',
|
||||
'Templates' => 'Szablony',
|
||||
'Clone' => 'Skopiuj',
|
||||
'Edit' => 'Edytuj',
|
||||
'Delete' => 'Usuń',
|
||||
'Actions' => 'Akcje',
|
||||
'Admin Theme' => 'Motyw administracji',
|
||||
'Create New Chunk' => 'Utwórz nową cegiełkę',
|
||||
'New Chunk' => 'Nowa cegiełka',
|
||||
'Chunks' => 'Cegiełki',
|
||||
'Create New Styles' => 'Utwórz nowe style',
|
||||
'New Styles' => 'Nowe style',
|
||||
'Styles' => 'Style',
|
||||
'Template content' => 'Zawartość szablonu',
|
||||
'Styles content' => 'Zawartość stylów',
|
||||
'Chunk content' => 'Zawartość cegiełki',
|
||||
'Edit Template' => 'Edytuj szablon',
|
||||
'Edit Chunk' => 'Edytuj cegiełkę',
|
||||
'Edit Styles' => 'Edytuj style',
|
||||
'Current Site Theme' => 'Bieżący motyw strony',
|
||||
'Current admin theme' => 'Bieżący motyw administracji',
|
||||
'This template already exists' => 'Ten szablon już istnieje',
|
||||
'This chunk already exists' => 'Ta cegiełka już istnieje',
|
||||
'This styles already exist' => 'Te style już istnieją',
|
||||
'Components templates' => 'Części składowe szablonów',
|
||||
'Your changes to the chunk <i>:name</i> have been saved.' => 'Twoje zmiany dla cegiełki <i>:name</i> zostały zapisane.',
|
||||
'Your changes to the styles <i>:name</i> have been saved.' => 'Twoje zmiany dla stylów <i>:name</i> zostały zapisane.',
|
||||
'Your changes to the template <i>:name</i> have been saved.' => 'Twoje zmiany dla szablonu <i>:name</i> zostały zapisane.',
|
||||
'Required field' => 'Pole wymagane',
|
||||
'Scripts' => 'Skrypty',
|
||||
'Create New Script' => 'Utwórz nowy skrypt',
|
||||
'Script content' => 'Zawartość skryptu',
|
||||
'New Script' => 'Nowy skrypt',
|
||||
'Edit Script' => 'Edytuj skrypt',
|
||||
)
|
||||
);
|
67
plugins/box/users/languages/nl.lang.php
Normal file
67
plugins/box/users/languages/nl.lang.php
Normal file
@@ -0,0 +1,67 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'users' => array(
|
||||
'Users' => 'Gebruikers',
|
||||
'Login' => 'Login',
|
||||
'Username' => 'Gebruikersnaam',
|
||||
'Password' => 'Wachtwoord',
|
||||
'Registered' => 'Geregistreerd',
|
||||
'Email' => 'Email',
|
||||
'Role' => 'Type',
|
||||
'Roles' => 'Types',
|
||||
'Edit' => 'Bewerken',
|
||||
'Actions' => 'Acties',
|
||||
'Delete' => 'Verwijderen',
|
||||
'Log In' => 'Log in',
|
||||
'Log Out' => 'Uitloggen',
|
||||
'Register New User' => 'Nieuwe gebruiker',
|
||||
'New User Registration' => 'Registratie nieuwe gebruiker',
|
||||
'Delete user: :user' => 'Verwijder gebruiker: :user',
|
||||
'User <i>:user</i> have been deleted.' => 'Gebruiker <i>:user</i> is verwijderd.',
|
||||
'This field should not be empty' => 'Dit veld mag niet leeg zijn',
|
||||
'This user alredy exist' => 'Deze gebruiker bestaat al',
|
||||
'Changes saved' => 'Wijzigingen opgeslagen',
|
||||
'Wrong old password' => 'Foutief oud wachtwoord',
|
||||
'Admin' => 'Admin',
|
||||
'User' => 'Gebruiker',
|
||||
'Editor' => 'Redacteur',
|
||||
'Register' => 'Registreer',
|
||||
'Edit profile' => 'Profiel bewerken',
|
||||
'Save' => 'Opslaan',
|
||||
'Firstname' => 'Voornaam',
|
||||
'Lastname' => 'Achternaam',
|
||||
'Old password' => 'Oude wachtwoord',
|
||||
'New password' => 'Nieuw wachtwoord',
|
||||
'Welcome' => 'Welkom',
|
||||
'Wrong <b>username</b> or <b>password</b>' => 'Foutieve <b>gebruikersnaam</b> of <b>wachtwoord</b>',
|
||||
'Your changes have been saved.' => 'De wijzigingen zijn opgeslagen.',
|
||||
'New user have been registered.' => 'Nieuwe gebruiker is geregistreerd.',
|
||||
'Captcha' => 'Captcha',
|
||||
'Registration' => 'Registratie',
|
||||
'Username' => 'Gebruikersnaam',
|
||||
'User email is invalid' => 'Gebruikers email is ongeldig',
|
||||
'Reset Password' => 'Wachtwoord Opnieuw Instellen',
|
||||
'Send New Password' => 'Verzend nieuw wachtwoord',
|
||||
'This user doesnt alredy exist' => 'Deze gebruiker bestaat nog niet',
|
||||
'Users - Profile' => 'Gebruikers - Profiel',
|
||||
'Users - Edit Profile' => 'Gebruikers - Bewerk profiel',
|
||||
'Users - Log In' => 'Gebruikers - Log In',
|
||||
'Users - Registration' => 'Gebruikers - Registratie',
|
||||
'Users - Password Recover' => 'Gebruikers - Wachtwoord opnieuw instellen',
|
||||
'New Password' => 'Nieuw wachtwoord',
|
||||
'Forgot your password?' => 'Wachtwoord vergeten?',
|
||||
'New password has been sent' => 'Nieuw wachtwoord is verzonden',
|
||||
'Monstra says: This is not your profile...' => 'Monstra zegt: dit is niet uw profiel...',
|
||||
'User registration is closed.' => 'Gebruikersregistratie is gesloten.',
|
||||
'Allow user registration' => 'Sta gebruikersregistratie toe',
|
||||
'Required field' => 'Vereist veld',
|
||||
'This user doesnt exist' => 'Deze gebruiker bestaat niet',
|
||||
'Captcha code is wrong' => 'Captcha Code is helaas foutief',
|
||||
'Your login details for :site_name has been sent' => 'Uw login details voor :site_name worden verzonden',
|
||||
'Your new password for :site_name' => 'Uw nieuwe wachtwoord voor :site_name',
|
||||
'Your login details for :site_name' => 'Uw login details voor :site_name',
|
||||
'About Me' => 'Over mij',
|
||||
'Profile' => 'Profiel',
|
||||
)
|
||||
);
|
67
plugins/box/users/languages/pl.lang.php
Normal file
67
plugins/box/users/languages/pl.lang.php
Normal file
@@ -0,0 +1,67 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'users' => array(
|
||||
'Users' => 'Użytkownicy',
|
||||
'Login' => 'Login',
|
||||
'Username' => 'Nazwa użytkownika',
|
||||
'Password' => 'Hasło',
|
||||
'Registered' => 'Zarejestrowany',
|
||||
'Email' => 'Email',
|
||||
'Role' => 'Rola',
|
||||
'Roles' => 'Role',
|
||||
'Edit' => 'Edytuj',
|
||||
'Actions' => 'Akcje',
|
||||
'Delete' => 'Usuń',
|
||||
'Log In' => 'Zaloguj',
|
||||
'Log Out' => 'Wyloguj',
|
||||
'Register New user' => 'Zarejestruj nowego użytkownika',
|
||||
'New User Registration' => 'Rejestracja nowego użytkownika',
|
||||
'Delete user: :user' => 'Czy napewno usunąć użytkownika: :user',
|
||||
'User <i>:user</i> have been deleted.' => 'Użytkownik <i>:user</i> został usunięty.',
|
||||
'This user already exists' => 'Ten użytkownik już istnieje',
|
||||
'This email already exists' => 'Ten email już istnieje',
|
||||
'Changes saved' => 'Zmiany zostały zapisane',
|
||||
'Wrong old password' => 'Stare hasło jest niewłaściwe',
|
||||
'Admin' => 'Wydawca',
|
||||
'User' => 'Użytkownik',
|
||||
'Editor' => 'Redaktor',
|
||||
'Register' => 'Zarejestruj',
|
||||
'Edit profile' => 'Edytuj profil',
|
||||
'Save' => 'Zapisz',
|
||||
'Firstname' => 'Imię',
|
||||
'Lastname' => 'Nazwisko',
|
||||
'Old password' => 'Stare hasło',
|
||||
'New password' => 'Nowe hasło',
|
||||
'Welcome' => 'Witaj',
|
||||
'Wrong <b>username</b> or <b>password</b>' => 'Niewłaściwa <b>nazwa użytkownika</b> lub <b>hasło</b>',
|
||||
'Your changes have been saved.' => 'Twoje zmiany zostały zapisane.',
|
||||
'New user have been registered.' => 'Nowy użytkownik został zarejestrowany.',
|
||||
'Captcha' => 'Captcha',
|
||||
'Registration' => 'Rejestracja',
|
||||
'Username' => 'Nazwa użytkownika',
|
||||
'User email is invalid' => 'Email użytkownika jest nieprawidłowy',
|
||||
'Reset Password' => 'Resetuj hasło',
|
||||
'Send New Password' => 'Wyślij nowe hasło',
|
||||
'This user doesnt alredy exist' => 'Ten użytkownik już nie istnieje',
|
||||
'Users - Profile' => 'Użytkownicy - Profil',
|
||||
'Users - Edit Profile' => 'Użytkownicy - Edytuj profil',
|
||||
'Users - Log In' => 'Użytkownicy - Zaloguj',
|
||||
'Users - Registration' => 'Użytkownicy - Rejestracja',
|
||||
'Users - Password Recover' => 'Użytkownicy - Odzyskaj hasło',
|
||||
'New Password' => 'Nowe hasło',
|
||||
'Forgot your password?' => 'Nie pamiętasz swojego hasła?',
|
||||
'New password has been sent' => 'Nowe hasło zostało wysłane',
|
||||
'Monstra says: This is not your profile...' => 'Monstra mówi: To nie jest Twój profil...',
|
||||
'User registration is closed.' => 'Rejestracja użytkowników jest zamknięta.',
|
||||
'Allow user registration' => 'Pozwól na rejestrację użytkowników',
|
||||
'Required field' => 'Pole wymagane',
|
||||
'This user doesnt exist' => 'Ten użytkownik nie istnieje',
|
||||
'Captcha code is wrong' => 'Kod captcha jest niewłaściwy',
|
||||
'Your login details for :site_name has been sent' => 'Twoje dane logowania dla :site_name zostały wysłane',
|
||||
'Your new password for :site_name' => 'Twoje nowe hasło dla :site_name',
|
||||
'Your login details for :site_name' => 'Twoje dane logowania dla :site_name',
|
||||
'About Me' => 'O mnie',
|
||||
'Profile' => 'Profil',
|
||||
)
|
||||
);
|
9
plugins/captcha/languages/nl.lang.php
Normal file
9
plugins/captcha/languages/nl.lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'captcha' => array(
|
||||
'Captcha' => 'Captcha',
|
||||
'Captcha plugin for Monstra' => 'Captcha Plugin voor Monstra',
|
||||
'Captcha code is wrong' => 'Captcha Code is helaas foutief',
|
||||
)
|
||||
);
|
9
plugins/captcha/languages/pl.lang.php
Normal file
9
plugins/captcha/languages/pl.lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'captcha' => array(
|
||||
'Captcha' => 'Captcha',
|
||||
'Captcha plugin for Monstra' => 'Wtyczka Captcha dla systemu Monstra',
|
||||
'Captcha code is wrong' => 'Niewłaściwy kod Captcha',
|
||||
)
|
||||
);
|
10
plugins/sandbox/languages/nl.lang.php
Normal file
10
plugins/sandbox/languages/nl.lang.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sandbox' => array(
|
||||
'Sandbox' => 'Sandbox',
|
||||
'Sandbox plugin for Monstra' => 'Sandbox Plugin voor Monstra',
|
||||
'Sandbox template' => 'Sandbox Template',
|
||||
'Save' => 'Opslaan',
|
||||
)
|
||||
);
|
10
plugins/sandbox/languages/pl.lang.php
Normal file
10
plugins/sandbox/languages/pl.lang.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sandbox' => array(
|
||||
'Sandbox' => 'Sandbox',
|
||||
'Sandbox plugin for Monstra' => 'Wtyczka Sandbox dla systemu Monstra',
|
||||
'Sandbox template' => 'Szablon Sandbox',
|
||||
'Save' => 'Zapisz',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user