code formatting
This commit is contained in:
parent
36c7d87718
commit
c53b92cd1b
@ -1,36 +1,34 @@
|
|||||||
<?php
|
<?php
|
||||||
|
$lang ['admin'] ['head'] = 'Administrace';
|
||||||
|
|
||||||
$lang['admin']['head'] = 'Administrace';
|
$lang ['admin'] ['panels'] = array(
|
||||||
|
'main' => 'Hlavní',
|
||||||
|
'config' => 'Nastavení',
|
||||||
|
// 'users' => 'Users',
|
||||||
|
'entry' => 'Příspěvky',
|
||||||
|
'static' => 'Statické stránky',
|
||||||
|
'uploader' => 'Nahrát soubory',
|
||||||
|
'widgets' => 'Rozložení stránky',
|
||||||
|
// 'add' => 'Add',
|
||||||
|
// 'edit' => 'Edit/Delete',
|
||||||
|
'maintain' => 'Údržba',
|
||||||
|
'plugin' => 'Pluginy',
|
||||||
|
'themes' => 'Vzhled'
|
||||||
|
// 'updates' => 'Updates',
|
||||||
|
);
|
||||||
|
|
||||||
$lang['admin']['panels'] = array(
|
$lang ['admin'] ['general'] = array(
|
||||||
'main' => 'Hlavní',
|
'id' => 'Id', # for entry ids
|
||||||
'config' => 'Nastavení',
|
'name' => 'Jméno', # for file names
|
||||||
//'users' => 'Users',
|
'title' => 'Nadpis', # for entry/posts/static titles
|
||||||
'entry' => 'Příspěvky',
|
'comments' => '#Komentáře',
|
||||||
'static' => 'Statické stránky',
|
'author' => 'Autor',
|
||||||
'uploader' => 'Nahrát soubory',
|
'actdel' => 'Smazat',
|
||||||
'widgets' => 'Rozložení stránky',
|
'actedit' => 'Upravit',
|
||||||
//'add' => 'Add',
|
'actenable' => 'Zapnout',
|
||||||
//'edit' => 'Edit/Delete',
|
'actdisable' => 'Vypnout',
|
||||||
'maintain' => 'Údržba',
|
'startpage' => 'Úvodní stránka',
|
||||||
'plugin' => 'Pluginy',
|
'logout' => 'Odhlášení'
|
||||||
'themes' => 'Vzhled',
|
);
|
||||||
//'updates' => 'Updates',
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
$lang['admin']['general'] = array(
|
|
||||||
'id' => 'Id', # for entry ids
|
|
||||||
'name' => 'Jméno', # for file names
|
|
||||||
'title' => 'Nadpis', # for entry/posts/static titles
|
|
||||||
'comments' => '#Komentáře',
|
|
||||||
'author' => 'Autor',
|
|
||||||
'actdel' => 'Smazat',
|
|
||||||
'actedit' => 'Upravit',
|
|
||||||
'actenable' => 'Zapnout',
|
|
||||||
'actdisable'=> 'Vypnout',
|
|
||||||
'startpage' => 'Úvodní stránka',
|
|
||||||
'logout' => 'Odhlášení',
|
|
||||||
);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -1,36 +1,34 @@
|
|||||||
<?php
|
<?php
|
||||||
|
$lang ['admin'] ['head'] = 'Administrationsbereich';
|
||||||
|
|
||||||
$lang['admin']['head'] = 'Administrationsbereich';
|
$lang ['admin'] ['panels'] = array(
|
||||||
|
'main' => 'Start',
|
||||||
|
'config' => 'Konfiguration',
|
||||||
|
// 'users' => 'Users',
|
||||||
|
'entry' => 'Beiträge',
|
||||||
|
'static' => 'Seite',
|
||||||
|
'uploader' => 'Uploader',
|
||||||
|
'widgets' => 'Widgets',
|
||||||
|
// 'add' => 'Add',
|
||||||
|
// 'edit' => 'Edit/Delete',
|
||||||
|
'maintain' => 'Wartung',
|
||||||
|
'plugin' => 'Plugins',
|
||||||
|
'themes' => 'Themes'
|
||||||
|
// 'updates' => 'Updates',
|
||||||
|
);
|
||||||
|
|
||||||
$lang['admin']['panels'] = array(
|
$lang ['admin'] ['general'] = array(
|
||||||
'main' => 'Start',
|
'id' => 'Id', # for entry ids
|
||||||
'config' => 'Konfiguration',
|
'name' => 'Name', # for file names
|
||||||
//'users' => 'Users',
|
'title' => 'Titel', # for entry/posts/static titles
|
||||||
'entry' => 'Beiträge',
|
'comments' => '#Kommentare',
|
||||||
'static' => 'Seite',
|
'author' => 'Autor',
|
||||||
'uploader' => 'Uploader',
|
'actdel' => 'Löschen',
|
||||||
'widgets' => 'Widgets',
|
'actedit' => 'Bearbeiten',
|
||||||
//'add' => 'Add',
|
'actenable' => 'Aktivieren',
|
||||||
//'edit' => 'Edit/Delete',
|
'actdisable' => 'Deaktivieren',
|
||||||
'maintain' => 'Wartung',
|
'startpage' => 'Startseite',
|
||||||
'plugin' => 'Plugins',
|
'logout' => 'Abmelden'
|
||||||
'themes' => 'Themes',
|
);
|
||||||
//'updates' => 'Updates',
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
$lang['admin']['general'] = array(
|
|
||||||
'id' => 'Id', # for entry ids
|
|
||||||
'name' => 'Name', # for file names
|
|
||||||
'title' => 'Titel', # for entry/posts/static titles
|
|
||||||
'comments' => '#Kommentare',
|
|
||||||
'author' => 'Autor',
|
|
||||||
'actdel' => 'Löschen',
|
|
||||||
'actedit' => 'Bearbeiten',
|
|
||||||
'actenable' => 'Aktivieren',
|
|
||||||
'actdisable'=> 'Deaktivieren',
|
|
||||||
'startpage' => 'Startseite',
|
|
||||||
'logout' => 'Abmelden',
|
|
||||||
);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -1,36 +1,34 @@
|
|||||||
<?php
|
<?php
|
||||||
|
$lang ['admin'] ['head'] = 'Περιοχή διαχείρισης';
|
||||||
|
|
||||||
$lang['admin']['head'] = 'Περιοχή διαχείρισης';
|
$lang ['admin'] ['panels'] = array(
|
||||||
|
'main' => 'Κεντρικό',
|
||||||
|
'config' => 'Επιλογές',
|
||||||
|
// 'users' => 'Users',
|
||||||
|
'entry' => 'Καταχωρήσεις',
|
||||||
|
'static' => 'Στατικές σελίδες',
|
||||||
|
'uploader' => 'Ανέβασμα αρχείων',
|
||||||
|
'widgets' => 'Στοιχεία',
|
||||||
|
// 'add' => 'Add',
|
||||||
|
// 'edit' => 'Edit/Delete',
|
||||||
|
'maintain' => 'Συντήρηση',
|
||||||
|
'plugin' => 'Πρόσθετα',
|
||||||
|
'themes' => 'Θέματα'
|
||||||
|
// 'updates' => 'Updates',
|
||||||
|
);
|
||||||
|
|
||||||
$lang['admin']['panels'] = array(
|
$lang ['admin'] ['general'] = array(
|
||||||
'main' => 'Κεντρικό',
|
'id' => 'Id', # for entry ids
|
||||||
'config' => 'Επιλογές',
|
'name' => 'Όνομα', # for file names
|
||||||
//'users' => 'Users',
|
'title' => 'Τιτλος', # for entry/posts/static titles
|
||||||
'entry' => 'Καταχωρήσεις',
|
'comments' => 'Σχόλια',
|
||||||
'static' => 'Στατικές σελίδες',
|
'author' => 'Συγγραφέας',
|
||||||
'uploader' => 'Ανέβασμα αρχείων',
|
'actdel' => 'Διαγραφή',
|
||||||
'widgets' => 'Στοιχεία',
|
'actedit' => 'Επεξεργασία',
|
||||||
//'add' => 'Add',
|
'actenable' => 'Ενεργοποίηση',
|
||||||
//'edit' => 'Edit/Delete',
|
'actdisable' => 'Απενεργοποίηση',
|
||||||
'maintain' => 'Συντήρηση',
|
'startpage' => 'Αρχική σελίδα',
|
||||||
'plugin' => 'Πρόσθετα',
|
'logout' => 'Αποσύνδεση'
|
||||||
'themes' => 'Θέματα',
|
);
|
||||||
//'updates' => 'Updates',
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
$lang['admin']['general'] = array(
|
|
||||||
'id' => 'Id', # for entry ids
|
|
||||||
'name' => 'Όνομα', # for file names
|
|
||||||
'title' => 'Τιτλος', # for entry/posts/static titles
|
|
||||||
'comments' => 'Σχόλια',
|
|
||||||
'author' => 'Συγγραφέας',
|
|
||||||
'actdel' => 'Διαγραφή',
|
|
||||||
'actedit' => 'Επεξεργασία',
|
|
||||||
'actenable' => 'Ενεργοποίηση',
|
|
||||||
'actdisable'=> 'Απενεργοποίηση',
|
|
||||||
'startpage' => 'Αρχική σελίδα',
|
|
||||||
'logout' => 'Αποσύνδεση',
|
|
||||||
);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -27,8 +27,8 @@ $lang ['admin'] ['general'] = array(
|
|||||||
'actedit' => 'Edit',
|
'actedit' => 'Edit',
|
||||||
'actenable' => 'Enable',
|
'actenable' => 'Enable',
|
||||||
'actdisable' => 'Disable',
|
'actdisable' => 'Disable',
|
||||||
'startpage' => 'Startpage',
|
'startpage' => 'Startpage',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Logout'
|
||||||
);
|
);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -1,36 +1,34 @@
|
|||||||
<?php
|
<?php
|
||||||
|
$lang ['admin'] ['head'] = 'Area de Administración';
|
||||||
|
|
||||||
$lang['admin']['head'] = 'Area de Administración';
|
$lang ['admin'] ['panels'] = array(
|
||||||
|
'main' => 'Principal',
|
||||||
|
'config' => 'Opciones',
|
||||||
|
// 'users' => 'Usuarios',
|
||||||
|
'entry' => 'Entradas',
|
||||||
|
'static' => 'Estáticas',
|
||||||
|
'uploader' => 'Subir Archivos',
|
||||||
|
'widgets' => 'Widgets',
|
||||||
|
// 'add' => 'Add',
|
||||||
|
// 'edit' => 'Editar/Eliminar',
|
||||||
|
'maintain' => 'Mantención',
|
||||||
|
'plugin' => 'Plugins',
|
||||||
|
'themes' => 'Temas'
|
||||||
|
// 'updates' => 'Actualizaciones',
|
||||||
|
);
|
||||||
|
|
||||||
$lang['admin']['panels'] = array(
|
$lang ['admin'] ['general'] = array(
|
||||||
'main' => 'Principal',
|
'id' => 'Id', # for entry ids
|
||||||
'config' => 'Opciones',
|
'name' => 'Nombre', # for file names
|
||||||
//'users' => 'Usuarios',
|
'title' => 'Titulo', # for entry/posts/static titles
|
||||||
'entry' => 'Entradas',
|
'comments' => '#Comms',
|
||||||
'static' => 'Estáticas',
|
'author' => 'Autor',
|
||||||
'uploader' => 'Subir Archivos',
|
'actdel' => 'Eliminar',
|
||||||
'widgets' => 'Widgets',
|
'actedit' => 'Editar',
|
||||||
//'add' => 'Add',
|
'actenable' => 'Habilitar',
|
||||||
//'edit' => 'Editar/Eliminar',
|
'actdisable' => 'Inhabilitar',
|
||||||
'maintain' => 'Mantención',
|
'startpage' => 'Página inicial',
|
||||||
'plugin' => 'Plugins',
|
'logout' => 'Cerrar sesión'
|
||||||
'themes' => 'Temas',
|
);
|
||||||
//'updates' => 'Actualizaciones',
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
$lang['admin']['general'] = array(
|
|
||||||
'id' => 'Id', # for entry ids
|
|
||||||
'name' => 'Nombre', # for file names
|
|
||||||
'title' => 'Titulo', # for entry/posts/static titles
|
|
||||||
'comments' => '#Comms',
|
|
||||||
'author' => 'Autor',
|
|
||||||
'actdel' => 'Eliminar',
|
|
||||||
'actedit' => 'Editar',
|
|
||||||
'actenable' => 'Habilitar',
|
|
||||||
'actdisable' => 'Inhabilitar',
|
|
||||||
'startpage' => 'Página inicial',
|
|
||||||
'logout' => 'Cerrar sesión',
|
|
||||||
);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -1,36 +1,34 @@
|
|||||||
<?php
|
<?php
|
||||||
|
$lang ['admin'] ['head'] = 'Administration';
|
||||||
|
|
||||||
$lang['admin']['head'] = 'Administration';
|
$lang ['admin'] ['panels'] = array(
|
||||||
|
'main' => 'Principal',
|
||||||
|
'config' => 'Options',
|
||||||
|
// 'users' => 'Utilisateurs',
|
||||||
|
'entry' => 'Billets',
|
||||||
|
'static' => 'Pages statiques',
|
||||||
|
'uploader' => 'Uploader',
|
||||||
|
'widgets' => 'Widgets',
|
||||||
|
// 'add' => 'Ajouter',
|
||||||
|
// 'edit' => 'Éditer/Effacer',
|
||||||
|
'maintain' => 'Maintenance',
|
||||||
|
'plugin' => 'Plugins',
|
||||||
|
'themes' => 'Thèmes'
|
||||||
|
// 'updates' => 'Mises <20> jour',
|
||||||
|
);
|
||||||
|
|
||||||
$lang['admin']['panels'] = array(
|
$lang ['admin'] ['general'] = array(
|
||||||
'main' => 'Principal',
|
'id' => 'Id', # for entry ids
|
||||||
'config' => 'Options',
|
'name' => 'Nom', # for file names
|
||||||
//'users' => 'Utilisateurs',
|
'title' => 'Titr', # for entry/posts/static titles
|
||||||
'entry' => 'Billets',
|
'comments' => '#Comms',
|
||||||
'static' => 'Pages statiques',
|
'author' => 'Auteur',
|
||||||
'uploader' => 'Uploader',
|
'actdel' => 'Effacer',
|
||||||
'widgets' => 'Widgets',
|
'actedit' => 'Éditer',
|
||||||
//'add' => 'Ajouter',
|
'actenable' => 'Activer',
|
||||||
//'edit' => 'Éditer/Effacer',
|
'actdisable' => 'Désactiver',
|
||||||
'maintain' => 'Maintenance',
|
'startpage' => 'Page d\'accueil',
|
||||||
'plugin' => 'Plugins',
|
'logout' => 'Déconnexion'
|
||||||
'themes' => 'Thèmes',
|
);
|
||||||
//'updates' => 'Mises <20> jour',
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
$lang['admin']['general'] = array(
|
|
||||||
'id' => 'Id', # for entry ids
|
|
||||||
'name' => 'Nom', # for file names
|
|
||||||
'title' => 'Titr', # for entry/posts/static titles
|
|
||||||
'comments' => '#Comms',
|
|
||||||
'author' => 'Auteur',
|
|
||||||
'actdel' => 'Effacer',
|
|
||||||
'actedit' => 'Éditer',
|
|
||||||
'actenable' => 'Activer',
|
|
||||||
'actdisable'=> 'Désactiver',
|
|
||||||
'startpage' => 'Page d\'accueil',
|
|
||||||
'logout' => 'Déconnexion',
|
|
||||||
);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -1,36 +1,34 @@
|
|||||||
<?php
|
<?php
|
||||||
|
$lang ['admin'] ['head'] = 'Pannello di controllo';
|
||||||
|
|
||||||
$lang['admin']['head'] = 'Pannello di controllo';
|
$lang ['admin'] ['panels'] = array(
|
||||||
|
'main' => 'Principale',
|
||||||
|
'config' => 'Opzioni',
|
||||||
|
// 'users' => 'Users',
|
||||||
|
'entry' => 'Articoli',
|
||||||
|
'static' => 'Pagine statiche',
|
||||||
|
'uploader' => 'Caricatore',
|
||||||
|
'widgets' => 'Widget',
|
||||||
|
// 'add' => 'Add',
|
||||||
|
// 'edit' => 'Edit/Delete',
|
||||||
|
'maintain' => 'Manutenzione',
|
||||||
|
'plugin' => 'Plugin',
|
||||||
|
'themes' => 'Temi'
|
||||||
|
// 'updates' => 'Updates',
|
||||||
|
);
|
||||||
|
|
||||||
$lang['admin']['panels'] = array(
|
$lang ['admin'] ['general'] = array(
|
||||||
'main' => 'Principale',
|
'id' => 'Id', # for entry ids
|
||||||
'config' => 'Opzioni',
|
'name' => 'Nome', # for file names
|
||||||
//'users' => 'Users',
|
'title' => 'Titolo', # for entry/posts/static titles
|
||||||
'entry' => 'Articoli',
|
'comments' => '#Commenti',
|
||||||
'static' => 'Pagine statiche',
|
'author' => 'Autore',
|
||||||
'uploader' => 'Caricatore',
|
'actdel' => 'Eliimina',
|
||||||
'widgets' => 'Widget',
|
'actedit' => 'Modifica',
|
||||||
//'add' => 'Add',
|
'actenable' => 'Abilita',
|
||||||
//'edit' => 'Edit/Delete',
|
'actdisable' => 'Disabilita',
|
||||||
'maintain' => 'Manutenzione',
|
'startpage' => 'Pagina iniziale',
|
||||||
'plugin' => 'Plugin',
|
'logout' => 'Disconnessione'
|
||||||
'themes' => 'Temi',
|
);
|
||||||
//'updates' => 'Updates',
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
$lang['admin']['general'] = array(
|
|
||||||
'id' => 'Id', # for entry ids
|
|
||||||
'name' => 'Nome', # for file names
|
|
||||||
'title' => 'Titolo', # for entry/posts/static titles
|
|
||||||
'comments' => '#Commenti',
|
|
||||||
'author' => 'Autore',
|
|
||||||
'actdel' => 'Eliimina',
|
|
||||||
'actedit' => 'Modifica',
|
|
||||||
'actenable' => 'Abilita',
|
|
||||||
'actdisable'=> 'Disabilita',
|
|
||||||
'startpage' => 'Pagina iniziale',
|
|
||||||
'logout' => 'Disconnessione',
|
|
||||||
);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -1,36 +1,34 @@
|
|||||||
<?php
|
<?php
|
||||||
|
$lang ['admin'] ['head'] = '管理者用ページ';
|
||||||
|
|
||||||
$lang['admin']['head'] = '管理者用ページ';
|
$lang ['admin'] ['panels'] = array(
|
||||||
|
'main' => 'メイン',
|
||||||
|
'config' => '設定',
|
||||||
|
// 'users' => 'Users',
|
||||||
|
'entry' => 'ブログ記事',
|
||||||
|
'static' => '固定ページ',
|
||||||
|
'uploader' => 'アップローダー',
|
||||||
|
'widgets' => 'ウィジェット',
|
||||||
|
// 'add' => 'Add',
|
||||||
|
// 'edit' => 'Edit/Delete',
|
||||||
|
'maintain' => 'メンテナンス',
|
||||||
|
'plugin' => 'プラグイン',
|
||||||
|
'themes' => 'テーマ'
|
||||||
|
// 'updates' => 'Updates',
|
||||||
|
);
|
||||||
|
|
||||||
$lang['admin']['panels'] = array(
|
$lang ['admin'] ['general'] = array(
|
||||||
'main' => 'メイン',
|
'id' => 'ID', # for entry ids
|
||||||
'config' => '設定',
|
'name' => '名前', # for file names
|
||||||
//'users' => 'Users',
|
'title' => 'タイトル', # for entry/posts/static titles
|
||||||
'entry' => 'ブログ記事',
|
'comments' => 'コメント数',
|
||||||
'static' => '固定ページ',
|
'author' => '作成者',
|
||||||
'uploader' => 'アップローダー',
|
'actdel' => '削除',
|
||||||
'widgets' => 'ウィジェット',
|
'actedit' => '編集',
|
||||||
//'add' => 'Add',
|
'actenable' => '有効',
|
||||||
//'edit' => 'Edit/Delete',
|
'actdisable' => '無効',
|
||||||
'maintain' => 'メンテナンス',
|
'startpage' => 'スタートページ',
|
||||||
'plugin' => 'プラグイン',
|
'logout' => 'ログアウト'
|
||||||
'themes' => 'テーマ',
|
);
|
||||||
//'updates' => 'Updates',
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
$lang['admin']['general'] = array(
|
|
||||||
'id' => 'ID', # for entry ids
|
|
||||||
'name' => '名前', # for file names
|
|
||||||
'title' => 'タイトル', # for entry/posts/static titles
|
|
||||||
'comments' => 'コメント数',
|
|
||||||
'author' => '作成者',
|
|
||||||
'actdel' => '削除',
|
|
||||||
'actedit' => '編集',
|
|
||||||
'actenable' => '有効',
|
|
||||||
'actdisable' => '無効',
|
|
||||||
'startpage' => 'スタートページ',
|
|
||||||
'logout' => 'ログアウト',
|
|
||||||
);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -18,17 +18,17 @@ $lang ['admin'] ['panels'] = array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
$lang ['admin'] ['general'] = array(
|
$lang ['admin'] ['general'] = array(
|
||||||
'id' => 'Id', // for entry ids
|
'id' => 'Id', // for entry ids
|
||||||
'name' => 'Naam', // for file names
|
'name' => 'Naam', // for file names
|
||||||
'title' => 'Titel', // for entry/posts/static titles
|
'title' => 'Titel', // for entry/posts/static titles
|
||||||
'comments' => '#Comms',
|
'comments' => '#Comms',
|
||||||
'author' => 'Auteur',
|
'author' => 'Auteur',
|
||||||
'actdel' => 'Verwijder',
|
'actdel' => 'Verwijder',
|
||||||
'actedit' => 'Bewerk',
|
'actedit' => 'Bewerk',
|
||||||
'actenable' => 'Inschakelen',
|
'actenable' => 'Inschakelen',
|
||||||
'actdisable' => 'Uitschakelen',
|
'actdisable' => 'Uitschakelen',
|
||||||
'startpage' => 'Startpagina',
|
'startpage' => 'Startpagina',
|
||||||
'logout' => 'Afmelden',
|
'logout' => 'Afmelden'
|
||||||
);
|
);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -1,37 +1,35 @@
|
|||||||
<?php
|
<?php
|
||||||
//Terminado 15 de fevereiro de 2020.
|
// Terminado 15 de fevereiro de 2020.
|
||||||
|
$lang ['admin'] ['head'] = 'Área de administração';
|
||||||
|
|
||||||
$lang['admin']['head'] = 'Área de administração';
|
$lang ['admin'] ['panels'] = array(
|
||||||
|
'main' => 'Principal',
|
||||||
|
'config' => 'Opções',
|
||||||
|
// 'users' => 'Users',
|
||||||
|
'entry' => 'Posts',
|
||||||
|
'static' => 'Estáticas',
|
||||||
|
'uploader' => 'Carregador',
|
||||||
|
'widgets' => 'Widgets',
|
||||||
|
// 'add' => 'Add',
|
||||||
|
// 'edit' => 'Edit/Delete',
|
||||||
|
'maintain' => 'Manutenção',
|
||||||
|
'plugin' => 'Plugins',
|
||||||
|
'themes' => 'Temas'
|
||||||
|
// 'updates' => 'Updates',
|
||||||
|
);
|
||||||
|
|
||||||
$lang['admin']['panels'] = array(
|
$lang ['admin'] ['general'] = array(
|
||||||
'main' => 'Principal',
|
'id' => 'Id', # for entry ids
|
||||||
'config' => 'Opções',
|
'name' => 'Nome', # for file names
|
||||||
//'users' => 'Users',
|
'title' => 'Título', # for entry/posts/static titles
|
||||||
'entry' => 'Posts',
|
'comments' => 'Comentários',
|
||||||
'static' => 'Estáticas',
|
'author' => 'Autor',
|
||||||
'uploader' => 'Carregador',
|
'actdel' => 'Exclua',
|
||||||
'widgets' => 'Widgets',
|
'actedit' => 'Edite',
|
||||||
//'add' => 'Add',
|
'actenable' => 'Ative',
|
||||||
//'edit' => 'Edit/Delete',
|
'actdisable' => 'Desative',
|
||||||
'maintain' => 'Manutenção',
|
'startpage' => 'Página inicial',
|
||||||
'plugin' => 'Plugins',
|
'logout' => 'Sair'
|
||||||
'themes' => 'Temas',
|
);
|
||||||
//'updates' => 'Updates',
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
$lang['admin']['general'] = array(
|
|
||||||
'id' => 'Id', # for entry ids
|
|
||||||
'name' => 'Nome', # for file names
|
|
||||||
'title' => 'Título', # for entry/posts/static titles
|
|
||||||
'comments' => 'Comentários',
|
|
||||||
'author' => 'Autor',
|
|
||||||
'actdel' => 'Exclua',
|
|
||||||
'actedit' => 'Edite',
|
|
||||||
'actenable' => 'Ative',
|
|
||||||
'actdisable' => 'Desative',
|
|
||||||
'startpage' => 'Página inicial',
|
|
||||||
'logout' => 'Sair',
|
|
||||||
);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user