init
This commit is contained in:
74
modules/Studio/language/en_us.Portal.html
Normal file
74
modules/Studio/language/en_us.Portal.html
Normal file
@@ -0,0 +1,74 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Studio</h1>
|
||||
|
||||
<p>You can select from the following options to edit the SugarPortal:</p>
|
||||
<ul>
|
||||
<li><span class="helpButton">Edit a Module</span>. Select this option to edit Bug Tracker, Cases, or Leads module.
|
||||
<li><span class="helpButton">Upload a Style Sheet</span>. Select this option to edit the default SugarPortal stylesheet.
|
||||
<li><span class="helpButton">Portal Sync</span>. Select this option to synchronize SugarPortal with the Sugar server.
|
||||
</ul>
|
||||
<p>To edit a module, do the following:</p>
|
||||
<ol>
|
||||
<li>Select the module that you want to reconfigure in SugarPortal.
|
||||
<li>Select the view that you want to edit.
|
||||
<br>The Portal Editor displays a toolbar on the left and the detail view fields on the right. To change to Edit View or List View, select the appropriate link above. The toolbar displays the available fields that are currently not in the detail view. It also displays an empty field and a blank field. Use the blank field to create empty spaces in a view. For example, use a blank field next to Description to create adequate space to enter a detailed description. Use a empty field as a placeholder that you can replace with a field name in the future.
|
||||
<li>To add a field from the Toolbar table to the detail view, click <span class="helpButton">Add Row</span>. Select the field from the toolbar and drag it to the empty field.
|
||||
<li>To remove a field from the view, select it, and drag it to the Toolbar table.
|
||||
<li>Click <span class="helpButton">Save</span> to save your changes.
|
||||
</ol>
|
||||
<p>To upload a style sheet, do the following:</p>
|
||||
<ol>
|
||||
<li>Select the appropriate tab for Cases, Bug Tracker, or Newsletters.
|
||||
<li>Click <span class="helpButton">Browse</span>, navigate to the location of the style sheet, and select it.
|
||||
<li>Click <span class="helpButton">Upload</span> to display the new style sheet.
|
||||
</ol>
|
||||
<p>To synchronize the SugarPortal with the Sugar server, do the following:
|
||||
<ol>
|
||||
<li>Enter the URL to the portal instance that you want to update and click <span class="helpButton">Go</span>.
|
||||
<li>Enter your username and password and click <span class="helpButton">Begin Sync</span>.
|
||||
188
modules/Studio/language/en_us.lang.php
Normal file
188
modules/Studio/language/en_us.lang.php
Normal file
@@ -0,0 +1,188 @@
|
||||
<?php
|
||||
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_EDIT_LAYOUT'=>'Edit Layout',
|
||||
'LBL_EDIT_ROWS'=>'Edit Rows',
|
||||
'LBL_EDIT_COLUMNS'=>'Edit Columns',
|
||||
'LBL_EDIT_LABELS'=>'Edit Labels',
|
||||
'LBL_EDIT_FIELDS'=>'Edit Custom Fields',
|
||||
'LBL_ADD_FIELDS'=>'Add Custom Fields',
|
||||
'LBL_DISPLAY_HTML'=>'Display HTML Code',
|
||||
'LBL_SELECT_FILE'=> 'Select File',
|
||||
'LBL_SAVE_LAYOUT'=> 'Save Layout',
|
||||
'LBL_SELECT_A_SUBPANEL' => 'Select a Subpanel',
|
||||
'LBL_SELECT_SUBPANEL' => 'Select Subpanel',
|
||||
'LBL_MODULE_TITLE' => 'Studio',
|
||||
'LBL_TOOLBOX' => 'Toolbox',
|
||||
'LBL_STAGING_AREA' => 'Staging Area (drag and drop items here)',
|
||||
'LBL_SUGAR_FIELDS_STAGE' => 'Sugar Fields (click items to add to staging area)',
|
||||
'LBL_SUGAR_BIN_STAGE' => 'Sugar Bin (click items to add to staging area)',
|
||||
'LBL_VIEW_SUGAR_FIELDS' => 'View Sugar Fields',
|
||||
'LBL_VIEW_SUGAR_BIN' => 'View Sugar Bin',
|
||||
'LBL_FAILED_TO_SAVE' => 'Failed To Save',
|
||||
'LBL_CONFIRM_UNSAVE' => 'Any changes will go unsaved. Are you sure you would like to continue?',
|
||||
'LBL_PUBLISHING' => 'Publishing ...',
|
||||
'LBL_PUBLISHED' => 'Published',
|
||||
'LBL_FAILED_PUBLISHED' => 'Failed to Publish',
|
||||
'LBL_DROP_HERE' => '[Drop Here]',
|
||||
|
||||
//CUSTOM FIELDS
|
||||
'LBL_NAME'=>'Name',
|
||||
'LBL_LABEL'=>'Label',
|
||||
'LBL_MASS_UPDATE'=>'Mass Update',
|
||||
'LBL_AUDITED'=>'Audit',
|
||||
'LBL_CUSTOM_MODULE'=>'Module',
|
||||
'LBL_DEFAULT_VALUE'=>'Default Value',
|
||||
'LBL_REQUIRED'=>'Required',
|
||||
'LBL_DATA_TYPE'=>'Type',
|
||||
|
||||
|
||||
'LBL_HISTORY'=>'History',
|
||||
|
||||
//WIZARDS
|
||||
//STUDIO WIZARD
|
||||
'LBL_SW_WELCOME'=>'<h2>Welcome to Studio!</h2><br> What would you like to do today?<br><b> Please select from the options below.</b>',
|
||||
'LBL_SW_EDIT_MODULE'=>'Edit a Module',
|
||||
'LBL_SW_EDIT_DROPDOWNS'=>'Edit Drop Downs',
|
||||
'LBL_SW_EDIT_TABS'=>'Configure Tabs',
|
||||
'LBL_SW_RENAME_TABS'=>'Rename Tabs',
|
||||
'LBL_SW_EDIT_GROUPTABS'=>'Configure Group Tabs',
|
||||
'LBL_SW_EDIT_PORTAL'=>'Edit Portal',
|
||||
'LBL_SW_EDIT_WORKFLOW'=>'Edit Workflow',
|
||||
'LBL_SW_REPAIR_CUSTOMFIELDS'=>'Repair Custom Fields',
|
||||
'LBL_SW_MIGRATE_CUSTOMFIELDS'=>'Migrate Custom Fields',
|
||||
|
||||
|
||||
//SELECT MODULE WIZARD
|
||||
'LBL_SMW_WELCOME'=>'<h2>Welcome to Studio!</h2><br><b>Please select a module from below.',
|
||||
|
||||
//SELECT MODULE ACTION
|
||||
'LBL_SMA_WELCOME'=>'<h2>Edit a Module</h2>What do you want to do with that module?<br><b>Please select what action you would like to take.',
|
||||
'LBL_SMA_EDIT_CUSTOMFIELDS'=>'Edit Custom Fields',
|
||||
'LBL_SMA_EDIT_LAYOUT'=>'Edit Layout',
|
||||
'LBL_SMA_EDIT_LABELS' =>'Edit Labels',
|
||||
|
||||
//Manager Backups History
|
||||
'LBL_MB_PREVIEW'=>'Preview',
|
||||
'LBL_MB_RESTORE'=>'Restore',
|
||||
'LBL_MB_DELETE'=>'Delete',
|
||||
'LBL_MB_COMPARE'=>'Compare',
|
||||
'LBL_MB_WELCOME'=> '<h2>History</h2><br> History allows you to view previously deployed editions of the file you are currently working on. You can compare and restore previous versions. If you do restore a file it will become your working file. You must deploy it before it is visible by everyone else.<br> What would you like to do today?<br><b> Please select from the options below.</b>',
|
||||
|
||||
//EDIT DROP DOWNS
|
||||
'LBL_ED_CREATE_DROPDOWN'=> 'Create a Drop Down',
|
||||
'LBL_ED_WELCOME'=>'<h2>Drop Down Editor</h2><br><b>You can either edit an existing drop down or create a new drop down.',
|
||||
'LBL_DROPDOWN_NAME' => 'Dropdown Name:',
|
||||
'LBL_DROPDOWN_LANGUAGE' => 'Dropdown Language:',
|
||||
'LBL_TABGROUP_LANGUAGE' => 'Tab Group Language:',
|
||||
|
||||
//EDIT CUSTOM FIELDS
|
||||
'LBL_EC_WELCOME'=>'<h2>Custom Field Editor</h2><br><b>You can either view and edit an existing custom field, create a new custom field or clean the custom field cache.',
|
||||
'LBL_EC_VIEW_CUSTOMFIELDS'=> 'View Custom Fields',
|
||||
'LBL_EC_CREATE_CUSTOMFIELD'=>'Create Custom Field',
|
||||
'LBL_EC_CLEAR_CACHE'=>'Clear Cache',
|
||||
|
||||
//SELECT MODULE
|
||||
'LBL_SM_WELCOME'=> '<h2>History</h2><br><b>Please select the file you would like to view.</b>',
|
||||
//END WIZARDS
|
||||
|
||||
//DROP DOWN EDITOR
|
||||
'LBL_DD_DISPALYVALUE'=>'Display Value',
|
||||
'LBL_DD_DATABASEVALUE'=>'Database Value',
|
||||
'LBL_DD_ALL'=>'All',
|
||||
|
||||
//BUTTONS
|
||||
'LBL_BTN_SAVE'=>'Save',
|
||||
'LBL_BTN_SAVEPUBLISH'=>'Save & Deploy',
|
||||
'LBL_BTN_HISTORY'=>'History',
|
||||
'LBL_BTN_NEXT'=>'Next',
|
||||
'LBL_BTN_BACK'=>'Back',
|
||||
'LBL_BTN_ADDCOLS'=>'Add Columns',
|
||||
'LBL_BTN_ADDROWS'=>'Add Rows',
|
||||
'LBL_BTN_UNDO'=>'Undo',
|
||||
'LBL_BTN_REDO'=>'Redo',
|
||||
'LBL_BTN_ADDCUSTOMFIELD'=>'Add Custom Field',
|
||||
'LBL_BTN_TABINDEX'=>'Edit Tabbing Order',
|
||||
|
||||
//TABS
|
||||
'LBL_TAB_SUBTABS'=>'Sub Tabs',
|
||||
'LBL_MODULES'=>'Modules',
|
||||
//nsingh: begin bug#15095 fix
|
||||
'LBL_MODULE_NAME' => 'Administration',
|
||||
'LBL_CONFIGURE_GROUP_TABS' => 'Configure Tabs Group',
|
||||
//end bug #15095 fix
|
||||
'LBL_GROUP_TAB_WELCOME'=>'The tabs and grouped subtabs below will be displayed for users who choose to view Grouped Modules in the navigation bar. Drag and drop modules to and from the Tab boxes to configure which subtabs appear under which tabs. Empty tab groups will not be displayed in the navigation bar.',
|
||||
'LBL_RENAME_TAB_WELCOME'=>'Click on any tab\'s Display Value in the table below to rename the tab.',
|
||||
'LBL_DELETE_MODULE'=>'Remove Module<br />From Group',
|
||||
'LBL_DISPLAY_OTHER_TAB_HELP' => 'Select to display the "Other" tab in the navigation bar. By default, the "Other" tab displays any modules not already included in other groups.',
|
||||
'LBL_TAB_GROUP_LANGUAGE_HELP' => 'To set the tab group labels for other available languages, select a language, edit the labels and click Save & Deploy to make the changes for that language.',
|
||||
'LBL_ADD_GROUP'=>'Add Group',
|
||||
'LBL_NEW_GROUP'=>'New Group',
|
||||
'LBL_RENAME_TABS'=>'Rename Tabs',
|
||||
'LBL_DISPLAY_OTHER_TAB' => 'Display \'Other\' Tab',
|
||||
|
||||
//LIST VIEW EDITOR
|
||||
'LBL_DEFAULT'=>'Default',
|
||||
'LBL_ADDITIONAL'=>'Additional',
|
||||
'LBL_AVAILABLE'=>'Available',
|
||||
'LBL_LISTVIEW_DESCRIPTION'=>'There are three columns displayed below. The default column contains the fields that are displayed in a list view by default, the additional column contains fields that a user may choose to use for creating a custom view, and the available columns are columns availabe for you as an admin to either add to the default or additional columns for use by users but are currently not used.',
|
||||
'LBL_LISTVIEW_EDIT'=>'List View Editor',
|
||||
|
||||
//ERRORS
|
||||
'ERROR_ALREADY_EXISTS'=> 'Error: Field Already Exists',
|
||||
'ERROR_INVALID_KEY_VALUE'=> "Error: Invalid Key Value: [']",
|
||||
|
||||
//SUGAR PORTAL
|
||||
'LBL_SW_SUGARPORTAL'=>'Sugar Portal',
|
||||
'LBL_SMP_WELCOME'=>' Please select a module you would like to edit from the list below',
|
||||
'LBL_SP_WELCOME'=>'Welcome to Studio for Sugar Portal. You can either choose to edit modules here or sync to a portal instance.<br> Please choose from the list below.',
|
||||
'LBL_SP_SYNC'=>'Portal Sync',
|
||||
'LBL_SYNCP_WELCOME'=>'Please enter the url to the portal instance you wish to update then press the Go button.<br> This will bring up a prompt for your user name and password.<br> Please enter your Sugar user name and password and press the Begin Sync button.',
|
||||
'LBL_LISTVIEWP_DESCRIPTION'=>'There are two columns below: Default which are the fields that will be displayed and Available which are the fields that are not displayed, but are available for displaying. Just drag the fields between the two columns. You can also reorder the items in a column by dragging and dropping them.',
|
||||
'LBL_SP_STYLESHEET'=>'Upload a Style Sheet',
|
||||
'LBL_SP_UPLOADSTYLE'=>'Click on the browse button and select a style sheet from your computer to upload.<br> The next time you sync down to portal it will bring down the style sheet along with it.',
|
||||
'LBL_SP_UPLOADED'=> 'Uploaded',
|
||||
'ERROR_SP_UPLOADED'=>'Please ensure that you are uploading a css style sheet.',
|
||||
'LBL_SP_PREVIEW'=>'Here is a preview of what your style sheet will look like',
|
||||
|
||||
);
|
||||
?>
|
||||
179
modules/Studio/language/pl_pl.lang.php
Normal file
179
modules/Studio/language/pl_pl.lang.php
Normal file
@@ -0,0 +1,179 @@
|
||||
<?php
|
||||
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||||
/*********************************************************************************
|
||||
* The contents of this file are subject to the SugarCRM Public License Version
|
||||
* 1.1.3 ("License"); You may not use this file except in compliance with the
|
||||
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* The Original Code is: SugarCRM Open Source
|
||||
* The Initial Developer of the Original Code is SugarCRM, Inc.
|
||||
* Portions created by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.;
|
||||
* All Rights Reserved.
|
||||
* Contributor(s): ______________________________________.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
* pl_pl.lang.ext.php,v for SugarCRM 4.5.1-->>
|
||||
* Translator: Krzysztof Morawski
|
||||
* All Rights Reserved.
|
||||
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
|
||||
* Contributor(s): ______________________________________..
|
||||
********************************************************************************/
|
||||
|
||||
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_EDIT_LAYOUT'=>'Edytuj wygląd',
|
||||
'LBL_EDIT_ROWS'=>'Edytuj wiersze',
|
||||
'LBL_EDIT_COLUMNS'=>'Edytuj kolumny',
|
||||
'LBL_EDIT_LABELS'=>'Edytuj etykiety',
|
||||
'LBL_EDIT_FIELDS'=>'Edytuj własne pola',
|
||||
'LBL_ADD_FIELDS'=>'Dodaj własne pola',
|
||||
'LBL_DISPLAY_HTML'=>'Wyświetl kod HTML',
|
||||
'LBL_SELECT_FILE'=> 'Wybierz plik',
|
||||
'LBL_SAVE_LAYOUT'=> 'Zapisz widok',
|
||||
'LBL_SELECT_A_SUBPANEL' => 'Wybierz subpanel',
|
||||
'LBL_SELECT_SUBPANEL' => 'Wybierz subpanel',
|
||||
'LBL_MODULE_TITLE' => 'Studio',
|
||||
'LBL_TOOLBOX' => 'Narzędzia',
|
||||
'LBL_STAGING_AREA' => 'Obszar roboczy (przeciągnij i upuść elementy tutaj)',
|
||||
'LBL_SUGAR_FIELDS_STAGE' => 'Pola Sugar (kliknij element aby dodać do Obszaru Roboczego)',
|
||||
'LBL_SUGAR_BIN_STAGE' => 'Skrzynka Sugar (kliknij element aby dodać do Obszaru Roboczego)',
|
||||
'LBL_VIEW_SUGAR_FIELDS' => 'Obejrzyj pola Sugar',
|
||||
'LBL_VIEW_SUGAR_BIN' => 'Obejrzyj skrzynkę Sugar',
|
||||
'LBL_FAILED_TO_SAVE' => 'Zapisywanie nie powiodło się.',
|
||||
'LBL_CONFIRM_UNSAVE' => 'Wszystkie zmiany nie zostały zapisane. Czy na pewno chcesz kontynuować?',
|
||||
'LBL_PUBLISHING' => 'Publikuję ...',
|
||||
'LBL_PUBLISHED' => 'Opublikowano',
|
||||
'LBL_FAILED_PUBLISHED' => 'Publikowanie nie powiodło się',
|
||||
'LBL_DROP_HERE' => '[Upuść tutaj]',
|
||||
|
||||
//CUSTOM FIELDS
|
||||
'LBL_NAME'=>'Nazwa',
|
||||
'LBL_LABEL'=>'Label',
|
||||
'LBL_MASS_UPDATE'=>'Masowa aktualizacja',
|
||||
'LBL_AUDITED'=>'Audyt',
|
||||
'LBL_CUSTOM_MODULE'=>'Moduł',
|
||||
'LBL_DEFAULT_VALUE'=>'Wartość domyślna',
|
||||
'LBL_REQUIRED'=>'Wymagane',
|
||||
'LBL_DATA_TYPE'=>'Typ',
|
||||
|
||||
|
||||
'LBL_HISTORY'=>'Historia',
|
||||
|
||||
//WIZARDS
|
||||
//STUDIO WIZARD
|
||||
'LBL_SW_WELCOME'=>'<h2>Witamy w Studio!</h2><br> Co chciałbyś dziś zrobić?<br><b> Wybierz opcje poniżej.</b>',
|
||||
'LBL_SW_EDIT_MODULE'=>'Edytuj moduł',
|
||||
'LBL_SW_EDIT_DROPDOWNS'=>'Edytuj listy rozwijalne',
|
||||
'LBL_SW_EDIT_TABS'=>'Konfiguruj zakładki',
|
||||
'LBL_SW_RENAME_TABS'=>'Zmień nazwy zakładek',
|
||||
'LBL_SW_EDIT_GROUPTABS'=>'Konfiguruj grupy zakładek',
|
||||
'LBL_SW_EDIT_PORTAL'=>'Edytuj Portal',
|
||||
'LBL_SW_EDIT_WORKFLOW'=>'Edytuj prace do wykonania',
|
||||
'LBL_SW_REPAIR_CUSTOMFIELDS'=>'Napraw własne pola',
|
||||
'LBL_SW_MIGRATE_CUSTOMFIELDS'=>'Migruj własne pola',
|
||||
|
||||
|
||||
//SELECT MODULE WIZARD
|
||||
'LBL_SMW_WELCOME'=>'<h2>Witamy w Studio!</h2><br><b> Wybierz moduł z listy poniżej.',
|
||||
|
||||
//SELECT MODULE ACTION
|
||||
'LBL_SMA_WELCOME'=>'<h2>Edytuj moduł</h2>Co chciałbyś zrobić z tym modułem?<br> Wybierz, jakie działanie chcesz podjąć.',
|
||||
'LBL_SMA_EDIT_CUSTOMFIELDS'=>'Edtuj własne pola',
|
||||
'LBL_SMA_EDIT_LAYOUT'=>'Edtuj wyglad',
|
||||
'LBL_SMA_EDIT_LABELS'=>'Edtuj etykiety',
|
||||
|
||||
//Manager Backups History
|
||||
'LBL_MB_PREVIEW'=>'Podgląd',
|
||||
'LBL_MB_RESTORE'=>'Przywróć',
|
||||
'LBL_MB_DELETE'=>'Usuń',
|
||||
'LBL_MB_COMPARE'=>'Porównaj',
|
||||
'LBL_MB_WELCOME'=> '<h2>Historia</h2><br> Historia pozwala Ci na odejrzenie poprzedniej wersji edytowanego pliku, który obecnie edytujesz. Możesz porównać i przywrócić poprzednią wersję. Jeżeli przywrócisz poprzednią wersje, stanie się ona twoim edytowanym plikiem. Muszisz opublikować to, aby mogło być widziane przez wszystkich innych.<br> Co chcesz dzisiaj zrobić?<br><b> Wybierz jedną z opcji poniżej.</b>',
|
||||
|
||||
//EDIT DROP DOWNS
|
||||
'LBL_ED_CREATE_DROPDOWN'=> 'Utwórz listę rozwijalną',
|
||||
'LBL_ED_WELCOME'=>'<h2>Edytor listy rozwijalnej</h2><br><b>Możesz edytować istniejące Listy rozwijalne, lub utworzyć nowe.',
|
||||
'LBL_DROPDOWN_NAME' => 'Nazwa listy rozwijalnej:',
|
||||
'LBL_DROPDOWN_LANGUAGE' => 'Język listy rozwijalnej:',
|
||||
'LBL_TABGROUP_LANGUAGE' => 'Karta grupy języka:',
|
||||
//EDIT CUSTOM FIELDS
|
||||
'LBL_EC_WELCOME'=>'<h2>Edytor własnych pól</h2><br><b>Możesz oglądać i edytować istniejące własne pola, tworzyć nowe, lub wyczyścić cache..',
|
||||
'LBL_EC_VIEW_CUSTOMFIELDS'=> 'Zobacz własne pola',
|
||||
'LBL_EC_CREATE_CUSTOMFIELD'=>'Utwórz własne pole',
|
||||
'LBL_EC_CLEAR_CACHE'=>'Wyczyść cache',
|
||||
|
||||
//SELECT MODULE
|
||||
'LBL_SM_WELCOME'=> '<h2>Historia</h2><br><b>Wybierz plik, który chcesz obejrzeć.</b>',
|
||||
//END WIZARDS
|
||||
|
||||
//DROP DOWN EDITOR
|
||||
'LBL_DD_DISPALYVALUE'=>'Wyświetl wartość',
|
||||
'LBL_DD_DATABASEVALUE'=>'Baza danych wartości',
|
||||
'LBL_DD_ALL'=>'Wszystko',
|
||||
|
||||
//BUTTONS
|
||||
'LBL_BTN_SAVE'=>'Zapisz',
|
||||
'LBL_BTN_SAVEPUBLISH'=>'Zapisz i publikuj',
|
||||
'LBL_BTN_HISTORY'=>'Historia',
|
||||
'LBL_BTN_NEXT'=>'Następny',
|
||||
'LBL_BTN_BACK'=>'Wróć',
|
||||
'LBL_BTN_ADDCOLS'=>'Dodaj kolumnę',
|
||||
'LBL_BTN_ADDROWS'=>'Dodaj wiersz',
|
||||
'LBL_BTN_UNDO'=>'Cofnij',
|
||||
'LBL_BTN_REDO'=>'Przywróć',
|
||||
'LBL_BTN_ADDCUSTOMFIELD'=>'Dodaj własne pole',
|
||||
'LBL_BTN_TABINDEX'=>'Edytuj kolejność zakładek',
|
||||
|
||||
//TABS
|
||||
'LBL_TAB_SUBTABS'=>'Podzakładki',
|
||||
'LBL_MODULES'=>'Moduły',
|
||||
//nsingh: begin bug#15095 fix
|
||||
'LBL_MODULE_NAME' => 'Administracja',
|
||||
'LBL_CONFIGURE_GROUP_TABS' => 'Konfiguruj grupy zakładek',
|
||||
//end bug #15095 fix
|
||||
'LBL_GROUP_TAB_WELCOME'=>'Grupa zakładek wyglądu utworzona poniżej będzie używana, gdy użytkownik wybierze pogrupowane zakładki, zamiast zwykle używanego modułu zakładek w Moje konto >> Opcje wyglądu.',
|
||||
'LBL_RENAME_TAB_WELCOME'=>'Aby zmienić nazwę zakładki, kliknij na dowolną zakładkę, wyświetlisz jej zawartość w tabelce poniżej.',
|
||||
'LBL_DELETE_MODULE'=>' Usuń Moduł',
|
||||
'LBL_DISPLAY_OTHER_TAB_HELP' => 'Wybierz aby wyświetlić kartę "Inne" na pasku nawigacji. Domyślnie, zakładka "Inne" wyświetla moduły, które nie zostały ujęte w innych grupach.',
|
||||
'LBL_TAB_GROUP_LANGUAGE_HELP' => 'Aby ustawić etykiety zakładek grup w innych językach,wybierz język, wyedytuj etykietę, naciśnij Save & Deploy aby zastosować zmiany dla danego języka.',
|
||||
'LBL_ADD_GROUP'=>'Dodaj grupę',
|
||||
'LBL_NEW_GROUP'=>'Nowa grupa',
|
||||
'LBL_RENAME_TABS'=>'Zmień nazwy zakładek',
|
||||
'LBL_DISPLAY_OTHER_TAB' => 'Wyświetl \'Inne\' Zakładka',
|
||||
|
||||
//LIST VIEW EDITOR
|
||||
'LBL_DEFAULT'=>'Domyślnie',
|
||||
'LBL_ADDITIONAL'=>'Dodatek',
|
||||
'LBL_AVAILABLE'=>'Dostępne',
|
||||
'LBL_LISTVIEW_DESCRIPTION'=>'Poniżej są wyświetlone trzy kolumny. Domyślna kolumna zawiera pola, które są domyślnie w widoku listy. Następna kolumna zawiera pola, które użytkownik może użyć do stworzenia własnego widoku, dostępne kolumny są kolumnami dostępnymi dla Ciebie, jako administratora, zarówno do dodania do domyślych, lub jako dodatkowe kolumny, dostępne dla Użytkowników - nie używane obecnie.',
|
||||
'LBL_LISTVIEW_EDIT'=>'Edytor widoku listy',
|
||||
|
||||
//ERRORS
|
||||
'ERROR_ALREADY_EXISTS'=> 'Pole już istnieje',
|
||||
'ERROR_INVALID_KEY_VALUE'=> "Błąd: Nieprawidłowa wartość klucza: [']",
|
||||
|
||||
//SUGAR PORTAL
|
||||
'LBL_SW_SUGARPORTAL'=>'Sugar Portal',
|
||||
'LBL_SMP_WELCOME'=>' Wybierz moduł, który chcesz edytować z listy poniżej',
|
||||
'LBL_SP_WELCOME'=>'Witamy w Studio Portalu Sugar. Możesz albo wybrać moduł do edycji tutaj, albo zsynchronizować z inną instalacją.<br> Wybierz z listy poniżej.',
|
||||
'LBL_SP_SYNC'=>'Synchronizacja Portalu',
|
||||
'LBL_SYNCP_WELCOME'=>'Wprowadź adres URL do instalacji portalu, który chcesz uaktualnić i kliknij przycisk <b>Dalej</b>.<br> Zostaniesz przeniesiony do strony, na której podasz swój login i hasło.<br> Wprowadź swoje dane logowania do Sugar i naciśnij przycisk rozpocznij synchronizację.',
|
||||
'LBL_LISTVIEWP_DESCRIPTION'=>'Poniżej są dwie kolumny: Domyślna, która zawiera pola, które będą wyświetlone, oraz Dostępna , która zawiera pola, które nie będą wyświetlone, ale są dostępne do wyświetlenia. Przeciągnij pola pomiędzy obiema kolumnami. Możesz również zmienić kolejność elementów w kolumnie, korzystając z przeciągania.',
|
||||
'LBL_SP_STYLESHEET'=>'Przeładuj arkusz stylów',
|
||||
'LBL_SP_UPLOADSTYLE'=>'Kliknij na klawiszu przeglądania i wybierz arkusz stylów do załadowania z twojego komputera.<br> Przy następnej synchronizacji portalu arkusz stylów zostanie załadowany jednocześnie.',
|
||||
'LBL_SP_UPLOADED'=> 'Załadowano',
|
||||
'ERROR_SP_UPLOADED'=>'Upewnij się, że załadowano arkusz stylów CSS.',
|
||||
'LBL_SP_PREVIEW'=>'Poniżej pokazano jak bedzie wyglądał Twój arkusz stylów',
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user