mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 04:07:59 +02:00
Localization fixes
This commit is contained in:
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Codigo para incrustar',
|
||||
'Shortcode' => 'Codigo corto',
|
||||
'PHP Code' => 'Codigo PHP',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'کد درج شده',
|
||||
'Shortcode' => 'کدکوتاه',
|
||||
'PHP Code' => 'کد PHP',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Code intégré',
|
||||
'Shortcode' => 'Code court',
|
||||
'PHP Code' => 'Code PHP',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Beágyazott kód',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Insluitcode',
|
||||
'Shortcode' => 'Verkorte code',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Osadzony kod',
|
||||
'Shortcode' => 'Krótki kod (shortcode)',
|
||||
'PHP Code' => 'Kod PHP',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Код для вставки',
|
||||
'Shortcode' => 'Шорткод',
|
||||
'PHP Code' => 'PHP код',
|
||||
'Cancel' => 'Отмена',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Vložený kód',
|
||||
'Shortcode' => 'Skrátený kód',
|
||||
'PHP Code' => 'PHP kód',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Embed Kod',
|
||||
'Shortcode' => 'Kratak kod',
|
||||
'PHP Code' => 'PHP kod',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Код для вставки',
|
||||
'Shortcode' => 'Шорткод',
|
||||
'PHP Code' => 'PHP код',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -4,5 +4,7 @@
|
||||
'dashboard' => array(
|
||||
'Dashboard' => 'Dashboard',
|
||||
'Dashboard plugin for Monstra' => 'Dashboard для Monstra',
|
||||
'Welcome back' => 'Добро пожаловать',
|
||||
'Create New' => 'Добавить',
|
||||
)
|
||||
);
|
||||
|
@@ -3,6 +3,8 @@
|
||||
return array(
|
||||
'dashboard' => array(
|
||||
'Dashboard' => 'Dashboard',
|
||||
'Dandbox plugin for Monstra' => 'Dashboard пісочниця для Monstra',
|
||||
'Dashboard plugin for Monstra' => 'Dashboard пісочниця для Monstra',
|
||||
'Welcome back' => 'Welcome back',
|
||||
'Create New' => 'Create New',
|
||||
)
|
||||
);
|
||||
|
@@ -11,8 +11,8 @@
|
||||
</button>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><?php echo ( Html::anchor(__('Page', 'pages'), 'index.php?id=pages&action=add_page', array('title' => __('Page', 'pages')))); ?></li>
|
||||
<li><?php echo ( Html::anchor(__('Block', 'block'), 'index.php?id=blocks&action=add_block', array('title' => __('Block', 'pages')))); ?></li>
|
||||
<li><?php echo ( Html::anchor(__('Snippet', 'snippet'), 'index.php?id=snippets&action=add_snippet', array('title' => __('Snippet', 'pages')))); ?></li>
|
||||
<li><?php echo ( Html::anchor(__('Blocks', 'blocks'), 'index.php?id=blocks&action=add_block', array('title' => __('Block', 'pages')))); ?></li>
|
||||
<li><?php echo ( Html::anchor(__('Snippets', 'snippets'), 'index.php?id=snippets&action=add_snippet', array('title' => __('Snippet', 'pages')))); ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
<?php echo ( Html::anchor(__('Upload File', 'filesmanager'), 'index.php?id=filesmanager', array('title' => __('Upload File', 'filesmanager'), 'class' => 'btn btn-primary'))); ?>
|
||||
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Kategorie',
|
||||
'Select category' => 'Kategorie auswählen',
|
||||
'Required field' => 'Pflichtfeld',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Categoria',
|
||||
'Select category' => 'Seleccionar categoria',
|
||||
'Required Field' => 'Dato requerido',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'مجموعه',
|
||||
'Select category' => 'انتخاب مجموعه',
|
||||
'Required field' => 'کادر الزامی',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Catégorie',
|
||||
'Select category' => 'Sélectionner une catégorie',
|
||||
'Required field' => 'Champ requis',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Kategória',
|
||||
'Select category' => 'Válassza ki a kategóriát',
|
||||
'Required field' => 'Kötelező mező',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Categoria',
|
||||
'Select category' => 'Scegli categoria',
|
||||
'Required field' => 'Campo obbligatorio',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -24,5 +24,6 @@
|
||||
'Category' => 'Kategorija',
|
||||
'Select category' => 'Pasirinkti kategoriją',
|
||||
'Required field' => 'Privalomas laukas',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Categorie',
|
||||
'Select category' => 'Selecteer categorie',
|
||||
'Required field' => 'Vereist veld',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Kategoria',
|
||||
'Select category' => 'Wybierz kategorię',
|
||||
'Required field' => 'Pole wymagane',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Categoria',
|
||||
'Select category' => 'Selecionar categoria',
|
||||
'Required field' => 'Campo requerido',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Категория',
|
||||
'Select category' => 'Выбрать категорию',
|
||||
'Required field' => 'Обязательное поле',
|
||||
'Cancel' => 'Отмена',
|
||||
)
|
||||
);
|
||||
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Kategória',
|
||||
'Select category' => 'Vybrať kategóriu',
|
||||
'Required field' => 'Povinné políčko',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Kategorija',
|
||||
'Select category' => 'Odaberi kategoriju',
|
||||
'Required field' => 'Polje je potrebno',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -23,5 +23,6 @@
|
||||
'Category' => 'Категорія',
|
||||
'Select category' => 'Вибрати категорію',
|
||||
'Required field' => 'Обов’язкове поле',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Zugriff',
|
||||
'Public' => 'Öffentlich',
|
||||
'Registered' => 'Angemeldet',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Acceso',
|
||||
'Public' => 'Publico',
|
||||
'Registered' => 'Registrado',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'دسترسی',
|
||||
'Public' => 'عمومی',
|
||||
'Registered' => 'اعضاء',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Accès',
|
||||
'Public' => 'Public',
|
||||
'Registered' => 'Inscrit',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Hozzáférés',
|
||||
'Public' => 'Nyilvános',
|
||||
'Registered' => 'Regisztrált',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Accesso',
|
||||
'Public' => 'Pubblico',
|
||||
'Registered' => 'Registrato',
|
||||
'Cancel' => 'Cancel',
|
||||
),
|
||||
);
|
||||
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Prieiga',
|
||||
'Public' => 'Viešas',
|
||||
'Registered' => 'Registruotas',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Toegang',
|
||||
'Public' => 'Publiek',
|
||||
'Registered' => 'Geregistreerd',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Dostęp',
|
||||
'Public' => 'Dla wszystkich',
|
||||
'Registered' => 'Dla zarejestrowanych',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Acesso',
|
||||
'Public' => 'Público',
|
||||
'Registered' => 'Registrado',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Доступ',
|
||||
'Public' => 'Публичный',
|
||||
'Registered' => 'Зарегистрированным',
|
||||
'Cancel' => 'Отмена',
|
||||
),
|
||||
);
|
||||
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Prístup',
|
||||
'Public' => 'Verejný',
|
||||
'Registered' => 'Po prihlásení',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Pristup',
|
||||
'Public' => 'Javno',
|
||||
'Registered' => 'Registrovani',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -50,5 +50,6 @@
|
||||
'Access' => 'Доступ',
|
||||
'Public' => 'Публічний',
|
||||
'Registered' => 'Зареєстрованим',
|
||||
'Cancel' => 'Cancel',
|
||||
),
|
||||
);
|
||||
|
@@ -26,5 +26,6 @@
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Codigo incrustado',
|
||||
'Shortcode' => 'Codigo corto',
|
||||
'PHP Code' => 'Codigo PHP',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'کد درج شده',
|
||||
'Shortcode' => 'کدکوتاه',
|
||||
'PHP Code' => 'کد PHP',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Code intégré',
|
||||
'Shortcode' => 'Code court',
|
||||
'PHP Code' => 'Code PHP',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -24,5 +24,6 @@
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -26,5 +26,6 @@
|
||||
'Embed Code' => 'Insluitcode',
|
||||
'Shortcode' => 'Korte code',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Osadzony kod',
|
||||
'Shortcode' => 'Krótki kod (shortcode)',
|
||||
'PHP Code' => 'Kod PHP',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -26,5 +26,6 @@
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Код для вставки',
|
||||
'Shortcode' => 'Шорткод',
|
||||
'PHP Code' => 'PHP код',
|
||||
'Cancel' => 'Отмена',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Vložený Kód',
|
||||
'Shortcode' => 'Skrátený kód',
|
||||
'PHP Code' => 'PHP Kód',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Embed kod',
|
||||
'Shortcode' => 'Kratak kod',
|
||||
'PHP Code' => 'PHP kod',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -25,5 +25,6 @@
|
||||
'Embed Code' => 'Код для вставки',
|
||||
'Shortcode' => 'Шорткод',
|
||||
'PHP Code' => 'PHP код',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -64,5 +64,6 @@
|
||||
'About Me' => 'Über Mich',
|
||||
'Profile' => 'Profil',
|
||||
'You are banned for 10 minutes. Try again later' => 'Du wurdest für 10 Minuten blockiert. Bitte probier es später nochmal',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -64,5 +64,6 @@
|
||||
'About Me' => 'Sobre mi',
|
||||
'Profile' => 'Perfil',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -64,5 +64,6 @@
|
||||
'About Me' => 'درباره من',
|
||||
'Profile' => 'پروفایل',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -64,5 +64,6 @@
|
||||
'About Me' => 'A propos de moi',
|
||||
'Profile' => 'Profil',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -64,5 +64,6 @@
|
||||
'About Me' => 'Rólam',
|
||||
'Profile' => 'Profil',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -61,5 +61,6 @@
|
||||
'About Me' => 'Su di me',
|
||||
'Profile' => 'Profilo',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -63,5 +63,6 @@
|
||||
'About Me' => 'Apie mane',
|
||||
'Profile' => 'Profilis',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -63,5 +63,7 @@
|
||||
'Your login details for :site_name' => 'Uw login details voor :site_name',
|
||||
'About Me' => 'Over mij',
|
||||
'Profile' => 'Profiel',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -64,5 +64,6 @@
|
||||
'About Me' => 'O mnie',
|
||||
'Profile' => 'Profil',
|
||||
'You are banned for 10 minutes. Try again later' => 'Jesteś zbanowany na 10 minut. Spróbuj ponownie później',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -64,5 +64,6 @@
|
||||
'About Me' => 'Sobre mim',
|
||||
'Profile' => 'Perfil',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -61,6 +61,7 @@
|
||||
'Your login details for :site_name' => 'Ваши данные для доступа к :site_name',
|
||||
'About Me' => 'Обо мне',
|
||||
'Profile' => 'Профиль',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'You are banned for 10 minutes. Try again later' => 'Вы заблокированы на 10 минут. Попробуйте позже',
|
||||
'Cancel' => 'Отмена',
|
||||
)
|
||||
);
|
||||
|
@@ -64,5 +64,6 @@
|
||||
'About Me' => 'O mne',
|
||||
'Profile' => 'Profil',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -64,5 +64,6 @@
|
||||
'About Me' => 'O meni',
|
||||
'Profile' => 'Profil',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
@@ -62,5 +62,6 @@
|
||||
'About Me' => 'Про мене',
|
||||
'Profile' => 'Профіль',
|
||||
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user