New apps for text, slide and spreadsheet
@@ -0,0 +1,267 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="width:100%; height:100%;">
|
||||
<head>
|
||||
<title>ONLYOFFICE Presentation Editor</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE8"/>
|
||||
<meta name="description" content="" />
|
||||
<meta name="keywords" content="" />
|
||||
<link rel="icon" href="resources/img/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../apps/presentationeditor/main/resources/css/app.css">
|
||||
|
||||
<!-- splash -->
|
||||
|
||||
<style type="text/css">
|
||||
.loadmask {
|
||||
left: 0;
|
||||
top: 0;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
border: none;
|
||||
background-color: #f4f4f4;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.loader-page {
|
||||
width: 100%;
|
||||
height: 170px;
|
||||
bottom: 42%;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
line-height: 10px;
|
||||
}
|
||||
|
||||
.loader-logo {
|
||||
max-height: 160px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.loader-page-romb {
|
||||
width: 40px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.loader-page-text {
|
||||
width: 100%;
|
||||
bottom: 42%;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
color: #888;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.loader-page-text-loading {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.loader-page-text-customer {
|
||||
font-size: 16px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.romb {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
-webkit-transform: rotate(135deg) skew(20deg, 20deg);
|
||||
-moz-transform: rotate(135deg) skew(20deg, 20deg);
|
||||
-ms-transform: rotate(135deg) skew(20deg, 20deg);
|
||||
-o-transform: rotate(135deg) skew(20deg, 20deg);
|
||||
position: absolute;
|
||||
background: red;
|
||||
border-radius: 6px;
|
||||
-webkit-animation: movedown 3s infinite ease;
|
||||
-moz-animation: movedown 3s infinite ease;
|
||||
-ms-animation: movedown 3s infinite ease;
|
||||
-o-animation: movedown 3s infinite ease;
|
||||
animation: movedown 3s infinite ease;
|
||||
}
|
||||
|
||||
#blue {
|
||||
z-index: 3;
|
||||
background: #55bce6;
|
||||
-webkit-animation-name: blue;
|
||||
-moz-animation-name: blue;
|
||||
-ms-animation-name: blue;
|
||||
-o-animation-name: blue;
|
||||
animation-name: blue;
|
||||
}
|
||||
|
||||
#red {
|
||||
z-index:1;
|
||||
background: #de7a59;
|
||||
-webkit-animation-name: red;
|
||||
-moz-animation-name: red;
|
||||
-ms-animation-name: red;
|
||||
-o-animation-name: red;
|
||||
animation-name: red;
|
||||
}
|
||||
|
||||
#green {
|
||||
z-index: 2;
|
||||
background: #a1cb5c;
|
||||
-webkit-animation-name: green;
|
||||
-moz-animation-name: green;
|
||||
-ms-animation-name: green;
|
||||
-o-animation-name: green;
|
||||
animation-name: green;
|
||||
}
|
||||
|
||||
@-webkit-keyframes red {
|
||||
0% { top:120px; background: #de7a59; }
|
||||
10% { top:120px; background: #F2CBBF; }
|
||||
14% { background: #f4f4f4; top:120px; }
|
||||
15% { background: #f4f4f4; top:0;}
|
||||
20% { background: #E6E4E4; }
|
||||
30% { background: #D2D2D2; }
|
||||
40% { top:120px; }
|
||||
100% { top:120px; background: #de7a59; }
|
||||
}
|
||||
|
||||
@keyframes red {
|
||||
0% { top:120px; background: #de7a59; }
|
||||
10% { top:120px; background: #F2CBBF; }
|
||||
14% { background: #f4f4f4; top:120px; }
|
||||
15% { background: #f4f4f4; top:0; }
|
||||
20% { background: #E6E4E4; }
|
||||
30% { background: #D2D2D2; }
|
||||
40% { top:120px; }
|
||||
100% { top:120px; background: #de7a59; }
|
||||
}
|
||||
|
||||
@-webkit-keyframes green {
|
||||
0% { top:110px; background: #a1cb5c; opacity:1; }
|
||||
10% { top:110px; background: #CBE0AC; opacity:1; }
|
||||
14% { background: #f4f4f4; top:110px; opacity:1; }
|
||||
15% { background: #f4f4f4; top:0; opacity:1; }
|
||||
20% { background: #f4f4f4; top:0; opacity:0; }
|
||||
25% { background: #EFEFEF; top:0; opacity:1; }
|
||||
30% { background:#E6E4E4; }
|
||||
70% { top:110px; }
|
||||
100% { top:110px; background: #a1cb5c; }
|
||||
}
|
||||
|
||||
@keyframes green {
|
||||
0% { top:110px; background: #a1cb5c; opacity:1; }
|
||||
10% { top:110px; background: #CBE0AC; opacity:1; }
|
||||
14% { background: #f4f4f4; top:110px; opacity:1; }
|
||||
15% { background: #f4f4f4; top:0; opacity:1; }
|
||||
20% { background: #f4f4f4; top:0; opacity:0; }
|
||||
25% { background: #EFEFEF; top:0; opacity:1; }
|
||||
30% { background:#E6E4E4; }
|
||||
70% { top:110px; }
|
||||
100% { top:110px; background: #a1cb5c; }
|
||||
}
|
||||
|
||||
@-webkit-keyframes blue {
|
||||
0% { top:100px; background: #55bce6; opacity:1; }
|
||||
10% { top:100px; background: #BFE8F8; opacity:1; }
|
||||
14% { background: #f4f4f4; top:100px; opacity:1; }
|
||||
15% { background: #f4f4f4; top:0; opacity:1; }
|
||||
20% { background: #f4f4f4; top:0; opacity:0; }
|
||||
25% { background: #f4f4f4; top:0; opacity:0; }
|
||||
45% { background: #EFEFEF; top:0; opacity:0,2; }
|
||||
100% { top:100px; background: #55bce6; }
|
||||
}
|
||||
|
||||
@keyframes blue {
|
||||
0% { top:100px; background: #55bce6; opacity:1; }
|
||||
10% { top:100px; background: #BFE8F8; opacity:1; }
|
||||
14% { background: #f4f4f4; top:100px; opacity:1; }
|
||||
15% { background: #f4f4f4; top:0; opacity:1; }
|
||||
20% { background: #f4f4f4; top:0; opacity:0; }
|
||||
25% { background: #f4f4f4; top:0; opacity:0; }
|
||||
45% { background: #EFEFEF; top:0; opacity:0,2; }
|
||||
100% { top:100px; background: #55bce6; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script>
|
||||
var userAgent = navigator.userAgent.toLowerCase(),
|
||||
check = function(regex){ return regex.test(userAgent); },
|
||||
stopLoading = false;
|
||||
if (!check(/opera/) && (check(/msie/) || check(/trident/))) {
|
||||
var m = /msie (\d+\.\d+)/.exec(userAgent);
|
||||
if (m && parseFloat(m[1]) < 9.0) {
|
||||
document.write('<div class="app-error-panel">' +
|
||||
'<div class="message-block">' +
|
||||
'<div class="message-inner">' +
|
||||
'<div class="title">Your browser is not supported.</div>' +
|
||||
'<div class="text">Sorry, Presentation Editor is currently only supported in the latest versions of the Chrome, Firefox, Safari or Internet Explorer web browsers.</div>' +
|
||||
'</div>' +
|
||||
'</div></div>');
|
||||
stopLoading = true;
|
||||
}
|
||||
}
|
||||
|
||||
function getUrlParams() {
|
||||
var e,
|
||||
a = /\+/g, // Regex for replacing addition symbol with a space
|
||||
r = /([^&=]+)=?([^&]*)/g,
|
||||
d = function (s) { return decodeURIComponent(s.replace(a, " ")); },
|
||||
q = window.location.search.substring(1),
|
||||
urlParams = {};
|
||||
|
||||
while (e = r.exec(q))
|
||||
urlParams[d(e[1])] = d(e[2]);
|
||||
|
||||
return urlParams;
|
||||
}
|
||||
|
||||
function encodeUrlParam(str) {
|
||||
return str.replace(/&/g, '&')
|
||||
.replace(/"/g, '"')
|
||||
.replace(/'/g, ''')
|
||||
.replace(/</g, '<')
|
||||
.replace(/>/g, '>');
|
||||
}
|
||||
|
||||
var params = getUrlParams(),
|
||||
lang = (params["lang"] || 'en').split("-")[0],
|
||||
customer = params["customer"] ? ('<div class="loader-page-text-customer">' + encodeUrlParam(params["customer"]) + '</div>') : '',
|
||||
margin = (customer !== '') ? 50 : 20,
|
||||
loading = 'Loading...',
|
||||
logo = params["logo"] ? ((params["logo"] !== 'none') ? ('<img src="' + encodeUrlParam(params["logo"]) + '" class="loader-logo" />') : '') : null;
|
||||
|
||||
window.frameEditorId = params["frameEditorId"];
|
||||
|
||||
if ( lang == 'de') loading = 'Ladevorgang...';
|
||||
else if ( lang == 'es') loading = 'Cargando...';
|
||||
else if ( lang == 'fr') loading = 'Chargement en cours...';
|
||||
else if ( lang == 'it') loading = 'Caricamento in corso...';
|
||||
else if ( lang == 'pt') loading = 'Carregando...';
|
||||
else if ( lang == 'ru') loading = 'Загрузка...';
|
||||
else if ( lang == 'sl') loading = 'Nalaganje...';
|
||||
else if ( lang == 'tr') loading = 'Yükleniyor...';
|
||||
|
||||
if (!stopLoading)
|
||||
document.write(
|
||||
'<div id="loading-mask" class="loadmask">' +
|
||||
'<div class="loader-page" style="margin-bottom: ' + margin + 'px;' + ((logo!==null) ? 'height: auto;' : '') + '">' +
|
||||
((logo!==null) ? logo :
|
||||
'<div class="loader-page-romb">' +
|
||||
'<div class="romb" id="blue"></div>' +
|
||||
'<div class="romb" id="green"></div>' +
|
||||
'<div class="romb" id="red"></div>' +
|
||||
'</div>') +
|
||||
'</div>' +
|
||||
'<div class="loader-page-text">' + customer +
|
||||
'<div class="loader-page-text-loading">' + loading + '</div>' +
|
||||
'</div>' +
|
||||
'</div>');
|
||||
|
||||
var require = {
|
||||
waitSeconds: 30
|
||||
};
|
||||
</script>
|
||||
|
||||
<div id="viewport"></div>
|
||||
|
||||
<script data-main="app" src="../../../vendor/requirejs/require.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,847 @@
|
||||
{
|
||||
"Common.Controllers.Chat.notcriticalErrorTitle": "Varování",
|
||||
"Common.Controllers.Chat.textEnterMessage": "Zde napište svou zprávu",
|
||||
"Common.Controllers.Chat.textUserLimit": "Používáte ONLYOFFICE bezplatnou edici.<br>Pouze dva uživatelé mohou zároveň upravovat dokument.<br>Chcete více? Zvažte zakoupení ONLYOFFICE Enterprise edice.<br><a href=\"http://www.onlyoffice.com/free-edition.aspx\" target=\"_blank\">Více informací</a>",
|
||||
"Common.Controllers.ExternalDiagramEditor.textAnonymous": "Anonymní",
|
||||
"Common.Controllers.ExternalDiagramEditor.textClose": "Zavřít",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningText": "Objekt je vypnut, protože je upravován jiným uživatelem.",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningTitle": "Varování",
|
||||
"Common.UI.ComboBorderSize.txtNoBorders": "Bez ohraničení",
|
||||
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Bez ohraničení",
|
||||
"Common.UI.ComboDataView.emptyComboText": "Žádné styly",
|
||||
"Common.UI.ExtendedColorDialog.addButtonText": "Přidat",
|
||||
"Common.UI.ExtendedColorDialog.cancelButtonText": "Zrušit",
|
||||
"Common.UI.ExtendedColorDialog.textCurrent": "Aktuální",
|
||||
"Common.UI.ExtendedColorDialog.textHexErr": "Zadaná hodnota není správná.<br>Zadejte prosím hodnotu mezi 000000 a FFFFFF.",
|
||||
"Common.UI.ExtendedColorDialog.textNew": "Nový",
|
||||
"Common.UI.ExtendedColorDialog.textRGBErr": "Zadaná hodnota je nesprávná.<br>Zadejte prosím číselnou hodnotu mezi 0 a 255.",
|
||||
"Common.UI.HSBColorPicker.textNoColor": "Bez barvy",
|
||||
"Common.UI.SearchDialog.textHighlight": "Zvýraznit výsledky",
|
||||
"Common.UI.SearchDialog.textMatchCase": "Rozlišovat malá a velká písmena",
|
||||
"Common.UI.SearchDialog.textReplaceDef": "Zadejte nahrazující text",
|
||||
"Common.UI.SearchDialog.textSearchStart": "Zde pište text",
|
||||
"Common.UI.SearchDialog.textTitle": "Hledání",
|
||||
"Common.UI.SearchDialog.textTitle2": "Hledání",
|
||||
"Common.UI.SearchDialog.textWholeWords": "Pouze celá slova",
|
||||
"Common.UI.SearchDialog.txtBtnReplace": "Nahradit",
|
||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Nahradit vše",
|
||||
"Common.UI.SynchronizeTip.textDontShow": "Nezobrazovat znovu tuto zprávu",
|
||||
"Common.UI.SynchronizeTip.textSynchronize": "Dokument byl pozměněn jiným uživatelem.<br/>Kliněte prosím pro uložení vašich změn a načtení úprav.",
|
||||
"Common.UI.Window.cancelButtonText": "Zrušit",
|
||||
"Common.UI.Window.closeButtonText": "Zavřít",
|
||||
"Common.UI.Window.noButtonText": "Ne",
|
||||
"Common.UI.Window.okButtonText": "OK",
|
||||
"Common.UI.Window.textConfirmation": "Potvrzení",
|
||||
"Common.UI.Window.textDontShow": "Nezobrazovat znovu tuto zprávu",
|
||||
"Common.UI.Window.textError": "Chyba",
|
||||
"Common.UI.Window.textInformation": "Informace",
|
||||
"Common.UI.Window.textWarning": "Varování",
|
||||
"Common.UI.Window.yesButtonText": "Ano",
|
||||
"Common.Views.About.txtAddress": "adresa:",
|
||||
"Common.Views.About.txtAscAddress": "Lubanas st. 125a-25, Riga, Lotyšsko, EU, LV-1021",
|
||||
"Common.Views.About.txtLicensee": "DRŽITEL LICENCE",
|
||||
"Common.Views.About.txtLicensor": "UDĚLOVATEL LICENCE",
|
||||
"Common.Views.About.txtMail": "email:",
|
||||
"Common.Views.About.txtPoweredBy": "Poháněno",
|
||||
"Common.Views.About.txtTel": "tel.:",
|
||||
"Common.Views.About.txtVersion": "Verze",
|
||||
"Common.Views.AdvancedSettingsWindow.cancelButtonText": "Zrušit",
|
||||
"Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
|
||||
"Common.Views.Chat.textSend": "Poslat",
|
||||
"Common.Views.Comments.textAdd": "Přidat",
|
||||
"Common.Views.Comments.textAddComment": "Přidat",
|
||||
"Common.Views.Comments.textAddCommentToDoc": "Přidat komentář k dokumentu",
|
||||
"Common.Views.Comments.textAddReply": "Přidat odpověď",
|
||||
"Common.Views.Comments.textAnonym": "Návštěvník",
|
||||
"Common.Views.Comments.textCancel": "Zrušit",
|
||||
"Common.Views.Comments.textClose": "Zavřít",
|
||||
"Common.Views.Comments.textComments": "Komentáře",
|
||||
"Common.Views.Comments.textEdit": "Upravit",
|
||||
"Common.Views.Comments.textEnterCommentHint": "Zde napište svůj komentář",
|
||||
"Common.Views.Comments.textOpenAgain": "Znovu otevřít",
|
||||
"Common.Views.Comments.textReply": "Odpovědět",
|
||||
"Common.Views.Comments.textResolve": "Vyřešit",
|
||||
"Common.Views.Comments.textResolved": "Vyřešeno",
|
||||
"Common.Views.CopyWarningDialog.textDontShow": "Nezobrazovat znovu tuto zprávu",
|
||||
"Common.Views.CopyWarningDialog.textMsg": "Akce kopírovat, vyjmout a vložit použitím lišty nástrojů editoru a kontextového menu budou prováděny pouze v tomto okně editoru.<br><br>Pro kopírování nebo vložení z aplikací mimo okno editoru použijte následující klávesové zkratky:",
|
||||
"Common.Views.CopyWarningDialog.textTitle": "Akce kopírovat, vyjmout a vložit",
|
||||
"Common.Views.CopyWarningDialog.textToCopy": "pro kopírování",
|
||||
"Common.Views.CopyWarningDialog.textToCut": "pro vyjmutí",
|
||||
"Common.Views.CopyWarningDialog.textToPaste": "pro vložení",
|
||||
"Common.Views.DocumentAccessDialog.textLoading": "Nahrávám ...",
|
||||
"Common.Views.DocumentAccessDialog.textTitle": "Nastavení sdílení",
|
||||
"Common.Views.ExternalDiagramEditor.textClose": "Zavřít",
|
||||
"Common.Views.ExternalDiagramEditor.textSave": "Uložit a odejít",
|
||||
"Common.Views.ExternalDiagramEditor.textTitle": "Editor grafu",
|
||||
"Common.Views.Header.openNewTabText": "Otevřít v nové záložce",
|
||||
"Common.Views.Header.textBack": "Jít do dokumentů",
|
||||
"Common.Views.ImageFromUrlDialog.cancelButtonText": "Zrušit",
|
||||
"Common.Views.ImageFromUrlDialog.okButtonText": "OK",
|
||||
"Common.Views.ImageFromUrlDialog.textUrl": "Vložit URL obrázku:",
|
||||
"Common.Views.ImageFromUrlDialog.txtEmpty": "Toto pole je povinné",
|
||||
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Toto pole musí být URL adresa ve formátu \"http://www.example.com\"",
|
||||
"Common.Views.InsertTableDialog.cancelButtonText": "Zrušit",
|
||||
"Common.Views.InsertTableDialog.okButtonText": "OK",
|
||||
"Common.Views.InsertTableDialog.textInvalidRowsCols": "Je třeba zadat platný počet řádky a sloupce.",
|
||||
"Common.Views.InsertTableDialog.txtColumns": "Počet sloupců",
|
||||
"Common.Views.InsertTableDialog.txtMaxText": "Maximální hodnota tohoto pole je {0}.",
|
||||
"Common.Views.InsertTableDialog.txtMinText": "Minimální hodnota tohoto pole je {0}.",
|
||||
"Common.Views.InsertTableDialog.txtRows": "Počet řádků",
|
||||
"Common.Views.InsertTableDialog.txtTitle": "Velikost tabulky",
|
||||
"PE.Controllers.LeftMenu.newDocumentTitle": "Nepojmenovaná prezentace",
|
||||
"PE.Controllers.LeftMenu.requestEditRightsText": "Žádání o editační práva...",
|
||||
"PE.Controllers.LeftMenu.textNoTextFound": "Data, které jste hledali nebyly nalezeny. Prosím pozměňte vyhledávací možnosti.",
|
||||
"PE.Controllers.Main.applyChangesTextText": "Načítání dat...",
|
||||
"PE.Controllers.Main.applyChangesTitleText": "Načítání dat",
|
||||
"PE.Controllers.Main.convertationErrorText": "Konverze selhala.",
|
||||
"PE.Controllers.Main.convertationTimeoutText": "Vypršel čas konverze.",
|
||||
"PE.Controllers.Main.criticalErrorExtText": "Kliněte na \"OK\" pro návrat k seznamu dokumentů",
|
||||
"PE.Controllers.Main.criticalErrorTitle": "Chyba",
|
||||
"PE.Controllers.Main.defaultTitleText": "ONLYOFFICE Presentation Editor",
|
||||
"PE.Controllers.Main.downloadErrorText": "Stahování selhalo.",
|
||||
"PE.Controllers.Main.downloadTextText": "Stahování prezentace...",
|
||||
"PE.Controllers.Main.downloadTitleText": "Stahování prezentace",
|
||||
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Spojení se serverem ztraceno. Dokument nyní nelze upravovat.",
|
||||
"PE.Controllers.Main.errorConnectToServer": "The document could not be saved. Please check connection settings or contact your administrator.<br>When you click the 'OK' button, you will be prompted to download the document.<br><br>Find more information about connecting Document Server <a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
|
||||
"PE.Controllers.Main.errorDatabaseConnection": "Externí chyba.<br>Chyba spojení s databází. Prosím kontaktujte podporu, pokud chyba přetrvává.",
|
||||
"PE.Controllers.Main.errorDataRange": "Nesprávný datový rozsah.",
|
||||
"PE.Controllers.Main.errorDefaultMessage": "Kód chyby: %1",
|
||||
"PE.Controllers.Main.errorFilePassProtect": "Dokument je chráněn heslem a nelze otevřít",
|
||||
"PE.Controllers.Main.errorKeyEncrypt": "Neznámý klíč deskriptoru",
|
||||
"PE.Controllers.Main.errorKeyExpire": "Klíč deskriptoru vypršel",
|
||||
"PE.Controllers.Main.errorProcessSaveResult": "Ukládání selhalo.",
|
||||
"PE.Controllers.Main.errorStockChart": "Nespravné pořadí řádků. Chcete-li vytvořit burzovní graf umístěte data na list v následujícím pořadí:<br> otevírací cena, maximální cena, minimální cena, uzavírací cena.",
|
||||
"PE.Controllers.Main.errorUpdateVersion": "Verze souboru byla změněna. Stránka bude znovu načtena.",
|
||||
"PE.Controllers.Main.errorUserDrop": "Tento soubor není nyní přístupný.",
|
||||
"PE.Controllers.Main.errorUsersExceed": "Počet uživatelů povolených cenovým plánem byl překročen",
|
||||
"PE.Controllers.Main.leavePageText": "Máte neuložené změny v této prezentaci. Klikněte na \"Zůstat na této stránce\", poté na \"Uložit\" pro uložení. Klikněte na \"Opustit tuto stránku\" pro zahození všech neuložených změn.",
|
||||
"PE.Controllers.Main.loadFontsTextText": "Načítání dat...",
|
||||
"PE.Controllers.Main.loadFontsTitleText": "Načítání dat",
|
||||
"PE.Controllers.Main.loadFontTextText": "Načítání dat...",
|
||||
"PE.Controllers.Main.loadFontTitleText": "Načítání dat",
|
||||
"PE.Controllers.Main.loadImagesTextText": "Načítání obrázků...",
|
||||
"PE.Controllers.Main.loadImagesTitleText": "Načítání obrázků",
|
||||
"PE.Controllers.Main.loadImageTextText": "Načítání obrázku...",
|
||||
"PE.Controllers.Main.loadImageTitleText": "Načítání obrázku",
|
||||
"PE.Controllers.Main.loadingDocumentTextText": "Načítám prezentace...",
|
||||
"PE.Controllers.Main.loadingDocumentTitleText": "Načítání prezentace",
|
||||
"PE.Controllers.Main.loadThemeTextText": "Loading theme...",
|
||||
"PE.Controllers.Main.loadThemeTitleText": "Loading Theme",
|
||||
"PE.Controllers.Main.notcriticalErrorTitle": "Varování",
|
||||
"PE.Controllers.Main.openTextText": "Otevírání prezentace...",
|
||||
"PE.Controllers.Main.openTitleText": "Otevírání prezentace",
|
||||
"PE.Controllers.Main.printTextText": "Tisknutí prezentace...",
|
||||
"PE.Controllers.Main.printTitleText": "Tisknutí prezentace",
|
||||
"PE.Controllers.Main.reloadButtonText": "Znovu načíst stránku",
|
||||
"PE.Controllers.Main.requestEditFailedMessageText": "Someone is editing this presentation right now. Please try again later.",
|
||||
"PE.Controllers.Main.requestEditFailedTitleText": "Přístup zamítnut",
|
||||
"PE.Controllers.Main.savePreparingText": "Příprava na ukládání",
|
||||
"PE.Controllers.Main.savePreparingTitle": "Příprava ukládání. Prosím čekejte...",
|
||||
"PE.Controllers.Main.saveTextText": "Ukládání prezentace...",
|
||||
"PE.Controllers.Main.saveTitleText": "Ukládání prezentace",
|
||||
"PE.Controllers.Main.splitDividerErrorText": "Počet řádků musí být dělitelný %1.",
|
||||
"PE.Controllers.Main.splitMaxColsErrorText": "Počet sloupců musí být menší než %1.",
|
||||
"PE.Controllers.Main.splitMaxRowsErrorText": "Počet řádků musí být menší než %1.",
|
||||
"PE.Controllers.Main.textAnonymous": "Anonymní",
|
||||
"PE.Controllers.Main.textCloseTip": "Zavřete tento tip kliknutím",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Načítání prezentace",
|
||||
"PE.Controllers.Main.textShape": "Tvar",
|
||||
"PE.Controllers.Main.textStrict": "Strict mode",
|
||||
"PE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||
"PE.Controllers.Main.txtArt": "Zde napište text",
|
||||
"PE.Controllers.Main.txtBasicShapes": "Základní tvary",
|
||||
"PE.Controllers.Main.txtButtons": "Tlačítka",
|
||||
"PE.Controllers.Main.txtCallouts": "Bubliny",
|
||||
"PE.Controllers.Main.txtCharts": "Grafy",
|
||||
"PE.Controllers.Main.txtDiagramTitle": "Nadpis grafu",
|
||||
"PE.Controllers.Main.txtEditingMode": "Nastavit editační režim...",
|
||||
"PE.Controllers.Main.txtFiguredArrows": "Šipky",
|
||||
"PE.Controllers.Main.txtLines": "Čáry",
|
||||
"PE.Controllers.Main.txtMath": "Matematika",
|
||||
"PE.Controllers.Main.txtNeedSynchronize": "Máte nové aktualizace",
|
||||
"PE.Controllers.Main.txtRectangles": "Obdelníky",
|
||||
"PE.Controllers.Main.txtSeries": "Řady",
|
||||
"PE.Controllers.Main.txtSldLtTBlank": "Blank",
|
||||
"PE.Controllers.Main.txtSldLtTChart": "Graf",
|
||||
"PE.Controllers.Main.txtSldLtTChartAndTx": "Graf a text",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndTx": "Clip Art and Text",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndVertTx": "Clip Art and Vertical Text",
|
||||
"PE.Controllers.Main.txtSldLtTCust": "Vlastní",
|
||||
"PE.Controllers.Main.txtSldLtTDgm": "Diagram",
|
||||
"PE.Controllers.Main.txtSldLtTFourObj": "Four Objects",
|
||||
"PE.Controllers.Main.txtSldLtTMediaAndTx": "Media and Text",
|
||||
"PE.Controllers.Main.txtSldLtTObj": "Title and Object",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTwoObj": "Object and Two Objects",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTx": "Objekt a text",
|
||||
"PE.Controllers.Main.txtSldLtTObjOnly": "Objekt",
|
||||
"PE.Controllers.Main.txtSldLtTObjOverTx": "Object over Text",
|
||||
"PE.Controllers.Main.txtSldLtTObjTx": "Title, Object, and Caption",
|
||||
"PE.Controllers.Main.txtSldLtTPicTx": "Picture and Caption",
|
||||
"PE.Controllers.Main.txtSldLtTSecHead": "Section Header",
|
||||
"PE.Controllers.Main.txtSldLtTTbl": "Tabulka",
|
||||
"PE.Controllers.Main.txtSldLtTTitle": "Nadpis",
|
||||
"PE.Controllers.Main.txtSldLtTTitleOnly": "Title Only",
|
||||
"PE.Controllers.Main.txtSldLtTTwoColTx": "Two Column Text",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObj": "Two Objects",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndObj": "Two Objects and Object",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndTx": "Two Objects and Text",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjOverTx": "Two Objects over Text",
|
||||
"PE.Controllers.Main.txtSldLtTTwoTxTwoObj": "Two Text and Two Objects",
|
||||
"PE.Controllers.Main.txtSldLtTTx": "Text",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndChart": "Text a graf",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndClipArt": "Text and Clip Art",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndMedia": "Text and Media",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndObj": "Text a objekt",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndTwoObj": "Text and Two Objects",
|
||||
"PE.Controllers.Main.txtSldLtTTxOverObj": "Text over Object",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTx": "Vertical Title and Text",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "Vertical Title and Text Over Chart",
|
||||
"PE.Controllers.Main.txtSldLtTVertTx": "Svislý text",
|
||||
"PE.Controllers.Main.txtStarsRibbons": "Hvězdy a stuhy",
|
||||
"PE.Controllers.Main.txtXAxis": "Osa X",
|
||||
"PE.Controllers.Main.txtYAxis": "Osa Y",
|
||||
"PE.Controllers.Main.unknownErrorText": "Neznámá chyba.",
|
||||
"PE.Controllers.Main.unsupportedBrowserErrorText": "Váš prohlížeč není podporován.",
|
||||
"PE.Controllers.Main.uploadImageExtMessage": "Neznámý formát obrázku.",
|
||||
"PE.Controllers.Main.uploadImageFileCountMessage": "Žádné obrázky nenahrány.",
|
||||
"PE.Controllers.Main.uploadImageSizeMessage": "Překročení maximální velikost obrázku.",
|
||||
"PE.Controllers.Main.uploadImageTextText": "Nahrávání obrázku...",
|
||||
"PE.Controllers.Main.uploadImageTitleText": "Nahrávání obrázku",
|
||||
"PE.Controllers.Main.warnBrowserIE9": "Aplikace má slabou podporu v IE9. Použíjte IE10 nebo vyšší",
|
||||
"PE.Controllers.Main.warnBrowserZoom": "Aktuální přiblížení prohlížeče není plně podporováno. Obnovte prosím původní přiblížení stiknem CTRL+0.",
|
||||
"PE.Controllers.Main.warnProcessRightsChange": "Bylo Vám odebráno právo upravovat tento soubor",
|
||||
"PE.Controllers.Statusbar.zoomText": "Přiblížení {0}%",
|
||||
"PE.Controllers.Toolbar.confirmAddFontName": "Písmo, které se chystáte uložit není dostupné na stávajícím zařízení.<br>Text bude zobrazen s jedním ze systémových písem, uložené písmo bude použito, jakmile bude dostupné.<br>Chcete pokračovat?",
|
||||
"PE.Controllers.Toolbar.textEmptyImgUrl": "Musíte upřesnit URL obrázku.",
|
||||
"PE.Controllers.Toolbar.textFontSizeErr": "Zadaná hodnota není správná.<br>Zadejte prosím hodnotu mezi 1 a 100.",
|
||||
"PE.Controllers.Toolbar.textWarning": "Varování",
|
||||
"PE.Views.ChartSettings.textArea": "Plošný graf",
|
||||
"PE.Views.ChartSettings.textBar": "Pruhový graf",
|
||||
"PE.Views.ChartSettings.textChartType": "Změnit typ grafu",
|
||||
"PE.Views.ChartSettings.textColumn": "Sloupcový graf",
|
||||
"PE.Views.ChartSettings.textEditData": "Upravit data",
|
||||
"PE.Views.ChartSettings.textHeight": "Výška",
|
||||
"PE.Views.ChartSettings.textKeepRatio": "Konstantní rozměry",
|
||||
"PE.Views.ChartSettings.textLine": "Liniový graf",
|
||||
"PE.Views.ChartSettings.textPie": "Kruhový diagram",
|
||||
"PE.Views.ChartSettings.textPoint": "Bodový graf",
|
||||
"PE.Views.ChartSettings.textSize": "Velikost",
|
||||
"PE.Views.ChartSettings.textStock": "Burzovní graf",
|
||||
"PE.Views.ChartSettings.textStyle": "Styl",
|
||||
"PE.Views.ChartSettings.textWidth": "Šířka",
|
||||
"PE.Views.DocumentHolder.aboveText": "Nad",
|
||||
"PE.Views.DocumentHolder.addCommentText": "Přidat komentář",
|
||||
"PE.Views.DocumentHolder.advancedImageText": "Pokročilé nastavení obrázku",
|
||||
"PE.Views.DocumentHolder.advancedParagraphText": "Pokročilé nastavení textu",
|
||||
"PE.Views.DocumentHolder.advancedShapeText": "Pokročilé nastavení tvaru",
|
||||
"PE.Views.DocumentHolder.advancedTableText": "Pokročilé nastavení tabulky",
|
||||
"PE.Views.DocumentHolder.belowText": "Pod",
|
||||
"PE.Views.DocumentHolder.bottomCellText": "Zarovnat dolů",
|
||||
"PE.Views.DocumentHolder.cellAlignText": "Svislé zarovnání buňky",
|
||||
"PE.Views.DocumentHolder.cellText": "Buňka",
|
||||
"PE.Views.DocumentHolder.centerCellText": "Zarovnat na střed",
|
||||
"PE.Views.DocumentHolder.columnText": "Sloupec",
|
||||
"PE.Views.DocumentHolder.deleteColumnText": "Smazat sloupec",
|
||||
"PE.Views.DocumentHolder.deleteRowText": "Smazat řádek",
|
||||
"PE.Views.DocumentHolder.deleteTableText": "Odstranit tabulku",
|
||||
"PE.Views.DocumentHolder.deleteText": "Odstranit",
|
||||
"PE.Views.DocumentHolder.direct270Text": "Otočit o 270°",
|
||||
"PE.Views.DocumentHolder.direct90Text": "Otočit o 90°",
|
||||
"PE.Views.DocumentHolder.directHText": "Horizontálně",
|
||||
"PE.Views.DocumentHolder.directionText": "Směr textu",
|
||||
"PE.Views.DocumentHolder.editChartText": "Upravit data",
|
||||
"PE.Views.DocumentHolder.editHyperlinkText": "Upravit hypertextový odkaz",
|
||||
"PE.Views.DocumentHolder.hyperlinkText": "Hypertextový odkaz",
|
||||
"PE.Views.DocumentHolder.insertColumnLeftText": "Sloupec vlevo",
|
||||
"PE.Views.DocumentHolder.insertColumnRightText": "Sloupec vpravo",
|
||||
"PE.Views.DocumentHolder.insertColumnText": "Vložit sloupec",
|
||||
"PE.Views.DocumentHolder.insertRowAboveText": "Řádek nad",
|
||||
"PE.Views.DocumentHolder.insertRowBelowText": "Řádek pod",
|
||||
"PE.Views.DocumentHolder.insertRowText": "Vložit řádek",
|
||||
"PE.Views.DocumentHolder.insertText": "Vložit",
|
||||
"PE.Views.DocumentHolder.mergeCellsText": "Spojit buňky",
|
||||
"PE.Views.DocumentHolder.originalSizeText": "Výchozí velikost",
|
||||
"PE.Views.DocumentHolder.removeHyperlinkText": "Odebrat Hypertextový odkaz",
|
||||
"PE.Views.DocumentHolder.rowText": "Řádek",
|
||||
"PE.Views.DocumentHolder.selectText": "Vybrat",
|
||||
"PE.Views.DocumentHolder.splitCellsText": "Rozdělit buňku...",
|
||||
"PE.Views.DocumentHolder.splitCellTitleText": "Rozdělit buňku",
|
||||
"PE.Views.DocumentHolder.tableText": "Tabulka",
|
||||
"PE.Views.DocumentHolder.textArrangeBack": "Přesunout do pozadí",
|
||||
"PE.Views.DocumentHolder.textArrangeBackward": "Posunout zpět",
|
||||
"PE.Views.DocumentHolder.textArrangeForward": "Posunout vpřed",
|
||||
"PE.Views.DocumentHolder.textArrangeFront": "Přenést do popředí",
|
||||
"PE.Views.DocumentHolder.textCopy": "Kopírovat",
|
||||
"PE.Views.DocumentHolder.textCut": "Vyjmout",
|
||||
"PE.Views.DocumentHolder.textNextPage": "Další snímek",
|
||||
"PE.Views.DocumentHolder.textPaste": "Vložit",
|
||||
"PE.Views.DocumentHolder.textPrevPage": "Předchozí snímek",
|
||||
"PE.Views.DocumentHolder.textShapeAlignBottom": "Zarovnat dolů",
|
||||
"PE.Views.DocumentHolder.textShapeAlignCenter": "Zarovnat na střed",
|
||||
"PE.Views.DocumentHolder.textShapeAlignLeft": "Zarovnat vlevo",
|
||||
"PE.Views.DocumentHolder.textShapeAlignMiddle": "Zarovnat uprostřed",
|
||||
"PE.Views.DocumentHolder.textShapeAlignRight": "Zarovnat vpravo",
|
||||
"PE.Views.DocumentHolder.textShapeAlignTop": "Zarovnat nahoru",
|
||||
"PE.Views.DocumentHolder.textSlideSettings": "Nastavení snímku",
|
||||
"PE.Views.DocumentHolder.tipIsLocked": "Tento element je upravován jiným uživatelem.",
|
||||
"PE.Views.DocumentHolder.topCellText": "Zarovnat nahoru",
|
||||
"PE.Views.DocumentHolder.txtAlign": "Zarovnat",
|
||||
"PE.Views.DocumentHolder.txtArrange": "Uspořádat",
|
||||
"PE.Views.DocumentHolder.txtBackground": "Pozadí",
|
||||
"PE.Views.DocumentHolder.txtChangeLayout": "Change Layout",
|
||||
"PE.Views.DocumentHolder.txtDeleteSlide": "Odstranit snímek",
|
||||
"PE.Views.DocumentHolder.txtDistribHor": "Distribute Horizontally",
|
||||
"PE.Views.DocumentHolder.txtDistribVert": "Distribute Vertically",
|
||||
"PE.Views.DocumentHolder.txtDuplicateSlide": "Duplicate Slide",
|
||||
"PE.Views.DocumentHolder.txtGroup": "Skupina",
|
||||
"PE.Views.DocumentHolder.txtNewSlide": "Nový snímek",
|
||||
"PE.Views.DocumentHolder.txtPressLink": "Stikněte CTRL a klikněte na odkaz",
|
||||
"PE.Views.DocumentHolder.txtPreview": "Náhled",
|
||||
"PE.Views.DocumentHolder.txtSelectAll": "Vybrat vše",
|
||||
"PE.Views.DocumentHolder.txtSlide": "Snímek",
|
||||
"PE.Views.DocumentHolder.txtUngroup": "Oddělit",
|
||||
"PE.Views.DocumentHolder.vertAlignText": "Svislé zarovnání",
|
||||
"PE.Views.DocumentPreview.goToSlideText": "Přejít na snímek",
|
||||
"PE.Views.DocumentPreview.slideIndexText": "Snímek {0} z {1}",
|
||||
"PE.Views.DocumentPreview.txtClose": "Zavřít náhled",
|
||||
"PE.Views.DocumentPreview.txtExitFullScreen": "Ukončit režim celé obrazovky",
|
||||
"PE.Views.DocumentPreview.txtFinalMessage": "The end of slide preview. Click to exit.",
|
||||
"PE.Views.DocumentPreview.txtFullScreen": "Celá obrazovka",
|
||||
"PE.Views.DocumentPreview.txtNext": "Další snímek",
|
||||
"PE.Views.DocumentPreview.txtPageNumInvalid": "Invalid slide number",
|
||||
"PE.Views.DocumentPreview.txtPause": "Pozastavit prezentaci",
|
||||
"PE.Views.DocumentPreview.txtPlay": "Spustit prezentaci",
|
||||
"PE.Views.DocumentPreview.txtPrev": "Předchozí snímek",
|
||||
"PE.Views.FileMenu.btnAboutCaption": "Informace",
|
||||
"PE.Views.FileMenu.btnBackCaption": "Jít do dokumentů",
|
||||
"PE.Views.FileMenu.btnCreateNewCaption": "Vytvořit nový",
|
||||
"PE.Views.FileMenu.btnDownloadCaption": "Stáhnout jako...",
|
||||
"PE.Views.FileMenu.btnHelpCaption": "Pomoc...",
|
||||
"PE.Views.FileMenu.btnInfoCaption": "Informace o prezentaci",
|
||||
"PE.Views.FileMenu.btnPrintCaption": "Tisk",
|
||||
"PE.Views.FileMenu.btnRecentFilesCaption": "Otevřít nedávné...",
|
||||
"PE.Views.FileMenu.btnReturnCaption": "Zpátky k prezentaci",
|
||||
"PE.Views.FileMenu.btnRightsCaption": "Přístupové práva...",
|
||||
"PE.Views.FileMenu.btnSaveAsCaption": "Save as",
|
||||
"PE.Views.FileMenu.btnSaveCaption": "Uložit",
|
||||
"PE.Views.FileMenu.btnSettingsCaption": "Pokročilé nastavení...",
|
||||
"PE.Views.FileMenu.btnToEditCaption": "Upravit prezentaci",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromBlankText": "Z prázdného",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromTemplateText": "Ze šablony",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Vytvořte novou prázdnou prezentaci, kterou budete moct stylovat a formátovat poté, co je vytvořena během upravování. Nebo si vyberte jednu ze šablon a začněte prezentaci určitého typu nebo účelu, kde již jsou některé styly předpřipraveny.",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDocumentText": "Nová prezentace",
|
||||
"PE.Views.FileMenuPanels.CreateNew.noTemplatesText": "Nejsou zde žádné šablony.",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtAuthor": "Autor",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Změnit přístupová práva",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtDate": "Datum vytvoření",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Umístění",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtRights": "Osoby, které mají práva",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Nadpis prezentace",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Změnit přístupová práva",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtRights": "Osoby, které mají práva",
|
||||
"PE.Views.FileMenuPanels.Settings.okButtonText": "Použít",
|
||||
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "Zapnout tipy pro zarovnání",
|
||||
"PE.Views.FileMenuPanels.Settings.strAutosave": "Zapnout automatické ukládání",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing mode",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them",
|
||||
"PE.Views.FileMenuPanels.Settings.strFast": "Fast",
|
||||
"PE.Views.FileMenuPanels.Settings.strInputMode": "Zapnout hieroglyfy",
|
||||
"PE.Views.FileMenuPanels.Settings.strShowChanges": "Změny spolupráce v reálném čase",
|
||||
"PE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
||||
"PE.Views.FileMenuPanels.Settings.strUnit": "Jednotky měření",
|
||||
"PE.Views.FileMenuPanels.Settings.strZoom": "Výchozí hodnota přiblížení",
|
||||
"PE.Views.FileMenuPanels.Settings.text10Minutes": "Každých 10 minut",
|
||||
"PE.Views.FileMenuPanels.Settings.text30Minutes": "Každých 30 minut",
|
||||
"PE.Views.FileMenuPanels.Settings.text5Minutes": "Každých 5 minut",
|
||||
"PE.Views.FileMenuPanels.Settings.text60Minutes": "Každou hodinu",
|
||||
"PE.Views.FileMenuPanels.Settings.textAlignGuides": "Nápověda zarovnání",
|
||||
"PE.Views.FileMenuPanels.Settings.textAutoSave": "Automatické ukládání",
|
||||
"PE.Views.FileMenuPanels.Settings.textDisabled": "Zakázáno",
|
||||
"PE.Views.FileMenuPanels.Settings.textMinute": "Každou minutu",
|
||||
"PE.Views.FileMenuPanels.Settings.txtAll": "Zobrazit všechny",
|
||||
"PE.Views.FileMenuPanels.Settings.txtCm": "Centimetr",
|
||||
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "Fit Slide",
|
||||
"PE.Views.FileMenuPanels.Settings.txtInput": "Náhradní vstup",
|
||||
"PE.Views.FileMenuPanels.Settings.txtLast": "Zobraz poslední",
|
||||
"PE.Views.FileMenuPanels.Settings.txtPt": "Body",
|
||||
"PE.Views.HyperlinkSettingsDialog.cancelButtonText": "Zrušit",
|
||||
"PE.Views.HyperlinkSettingsDialog.okButtonText": "OK",
|
||||
"PE.Views.HyperlinkSettingsDialog.strDisplay": "Zobrazit",
|
||||
"PE.Views.HyperlinkSettingsDialog.strLinkTo": "Odkaz na",
|
||||
"PE.Views.HyperlinkSettingsDialog.strPlaceInDocument": "Select a Place in This Document",
|
||||
"PE.Views.HyperlinkSettingsDialog.textDefault": "Vybrat část textu",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyDesc": "Zde zadejte titulek",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyLink": "Zde napište odkaz",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "Zde zadejte popisek",
|
||||
"PE.Views.HyperlinkSettingsDialog.textExternalLink": "Externí odkaz",
|
||||
"PE.Views.HyperlinkSettingsDialog.textInternalLink": "Slide In This Presentation",
|
||||
"PE.Views.HyperlinkSettingsDialog.textLinkType": "Typ odkazu",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTipText": "Text rady",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTitle": "Nastavení hypertextového odkazu",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtEmpty": "Toto pole je povinné",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtFirst": "První snímek",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtLast": "Poslední snímek",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNext": "Další snímek",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNotUrl": "Toto pole musí být URL adresa ve formátu \"http://www.example.com\"",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtPrev": "Předchozí snímek",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtSlide": "Snímek",
|
||||
"PE.Views.ImageSettings.textAdvanced": "Zobrazit pokročilé nastavení",
|
||||
"PE.Views.ImageSettings.textFromFile": "Ze souboru",
|
||||
"PE.Views.ImageSettings.textFromUrl": "Z adresy URL",
|
||||
"PE.Views.ImageSettings.textHeight": "Výška",
|
||||
"PE.Views.ImageSettings.textInsert": "Nahradit obrázek",
|
||||
"PE.Views.ImageSettings.textOriginalSize": "Výchozí velikost",
|
||||
"PE.Views.ImageSettings.textSize": "Velikost",
|
||||
"PE.Views.ImageSettings.textWidth": "Šířka",
|
||||
"PE.Views.ImageSettingsAdvanced.cancelButtonText": "Zrušit",
|
||||
"PE.Views.ImageSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ImageSettingsAdvanced.textHeight": "Výška",
|
||||
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Konstantní rozměry",
|
||||
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Výchozí velikost",
|
||||
"PE.Views.ImageSettingsAdvanced.textPosition": "Pozice",
|
||||
"PE.Views.ImageSettingsAdvanced.textSize": "Velikost",
|
||||
"PE.Views.ImageSettingsAdvanced.textTitle": "Obrázek - Pokročilé nastavení",
|
||||
"PE.Views.ImageSettingsAdvanced.textWidth": "Šířka",
|
||||
"PE.Views.LeftMenu.tipAbout": "Informace",
|
||||
"PE.Views.LeftMenu.tipChat": "Chat",
|
||||
"PE.Views.LeftMenu.tipComments": "Komentáře",
|
||||
"PE.Views.LeftMenu.tipFile": "Soubor",
|
||||
"PE.Views.LeftMenu.tipSearch": "Hledání",
|
||||
"PE.Views.LeftMenu.tipSlides": "Snímky",
|
||||
"PE.Views.LeftMenu.tipSupport": "Podpora a zpětná vazba",
|
||||
"PE.Views.LeftMenu.tipTitles": "Nadpisy",
|
||||
"PE.Views.ParagraphSettings.strLineHeight": "Řádkování",
|
||||
"PE.Views.ParagraphSettings.strParagraphSpacing": "Řádkování",
|
||||
"PE.Views.ParagraphSettings.strSpacingAfter": "Za",
|
||||
"PE.Views.ParagraphSettings.strSpacingBefore": "Před",
|
||||
"PE.Views.ParagraphSettings.textAdvanced": "Zobrazit pokročilé nastavení",
|
||||
"PE.Views.ParagraphSettings.textAt": "Výška",
|
||||
"PE.Views.ParagraphSettings.textAtLeast": "Alespoň",
|
||||
"PE.Views.ParagraphSettings.textAuto": "Násobky",
|
||||
"PE.Views.ParagraphSettings.textExact": "Přesně",
|
||||
"PE.Views.ParagraphSettings.txtAutoText": "Automaticky",
|
||||
"PE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Zrušit",
|
||||
"PE.Views.ParagraphSettingsAdvanced.noTabs": "Specifikované tabulátory se objeví v tomto poli",
|
||||
"PE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strAllCaps": "Všechno velkým",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Dvojité přeškrtnutí",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "První řádek",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Vlevo",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Vpravo",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Písmo",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "Odsazení a umístění",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSmallCaps": "Malá písmena",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strStrike": "Přeškrtnutí",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSubscript": "Dolní index",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSuperscript": "Horní index",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strTabs": "Tabulátory",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textAlign": "Zarovnání",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Mezery mezi písmeny",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textDefault": "Výchozí tabulátor",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textEffects": "Efekty",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemove": "Odstranit",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Odstranit vše",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textSet": "Specifikovat",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabCenter": "Střed",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabLeft": "Vlevo",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabPosition": "Pozice tabulátoru",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabRight": "Vpravo",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTitle": "Odstavec - Pokročilé nastavení",
|
||||
"PE.Views.RightMenu.txtChartSettings": "Nastavení grafu",
|
||||
"PE.Views.RightMenu.txtImageSettings": "Nastavení obrázku",
|
||||
"PE.Views.RightMenu.txtParagraphSettings": "Nastavení textu",
|
||||
"PE.Views.RightMenu.txtShapeSettings": "Nastavení tvaru",
|
||||
"PE.Views.RightMenu.txtSlideSettings": "Nastavení snímku",
|
||||
"PE.Views.RightMenu.txtTableSettings": "Nastavení tabulky",
|
||||
"PE.Views.RightMenu.txtTextArtSettings": "Nastavení Text Art",
|
||||
"PE.Views.ShapeSettings.strBackground": "Barva pozadí",
|
||||
"PE.Views.ShapeSettings.strChange": "Změnit tvar",
|
||||
"PE.Views.ShapeSettings.strColor": "Barva",
|
||||
"PE.Views.ShapeSettings.strFill": "Výplň",
|
||||
"PE.Views.ShapeSettings.strForeground": "Barva popředí",
|
||||
"PE.Views.ShapeSettings.strPattern": "Vzor",
|
||||
"PE.Views.ShapeSettings.strSize": "Velikost",
|
||||
"PE.Views.ShapeSettings.strStroke": "Tloušťka",
|
||||
"PE.Views.ShapeSettings.strTransparency": "Průhlednost",
|
||||
"PE.Views.ShapeSettings.textAdvanced": "Zobrazit pokročilé nastavení",
|
||||
"PE.Views.ShapeSettings.textBorderSizeErr": "Zadaná hodnota není správná.<br>Zadejte prosím hodnotu mezi 0 a 1584.",
|
||||
"PE.Views.ShapeSettings.textColor": "Vyplnit barvou",
|
||||
"PE.Views.ShapeSettings.textDirection": "Směr",
|
||||
"PE.Views.ShapeSettings.textEmptyPattern": "Bez vzoru",
|
||||
"PE.Views.ShapeSettings.textFromFile": "Ze souboru",
|
||||
"PE.Views.ShapeSettings.textFromUrl": "Z adresy URL",
|
||||
"PE.Views.ShapeSettings.textGradient": "Přechod",
|
||||
"PE.Views.ShapeSettings.textGradientFill": "Výplň přechodem",
|
||||
"PE.Views.ShapeSettings.textImageTexture": "Obrázek nebo textura",
|
||||
"PE.Views.ShapeSettings.textLinear": "Lineární",
|
||||
"PE.Views.ShapeSettings.textNewColor": "Vlastní barva",
|
||||
"PE.Views.ShapeSettings.textNoFill": "Bez výplně",
|
||||
"PE.Views.ShapeSettings.textPatternFill": "Vzor",
|
||||
"PE.Views.ShapeSettings.textRadial": "Kruhový",
|
||||
"PE.Views.ShapeSettings.textSelectTexture": "Vybrat",
|
||||
"PE.Views.ShapeSettings.textStandartColors": "Standardní barvy",
|
||||
"PE.Views.ShapeSettings.textStretch": "Roztáhnout",
|
||||
"PE.Views.ShapeSettings.textStyle": "Styl",
|
||||
"PE.Views.ShapeSettings.textTexture": "Z textury",
|
||||
"PE.Views.ShapeSettings.textThemeColors": "Barvy schématu",
|
||||
"PE.Views.ShapeSettings.textTile": "Dlaždice",
|
||||
"PE.Views.ShapeSettings.txtBrownPaper": "Hnědý papír",
|
||||
"PE.Views.ShapeSettings.txtCanvas": "Plátno",
|
||||
"PE.Views.ShapeSettings.txtCarton": "Karton",
|
||||
"PE.Views.ShapeSettings.txtDarkFabric": "Tmavá tkanina",
|
||||
"PE.Views.ShapeSettings.txtGrain": "Zrnitost",
|
||||
"PE.Views.ShapeSettings.txtGranite": "Žula",
|
||||
"PE.Views.ShapeSettings.txtGreyPaper": "Šedý papír",
|
||||
"PE.Views.ShapeSettings.txtKnit": "Pletený",
|
||||
"PE.Views.ShapeSettings.txtLeather": "Kůže",
|
||||
"PE.Views.ShapeSettings.txtNoBorders": "Bez čáry",
|
||||
"PE.Views.ShapeSettings.txtPapyrus": "Papyrus",
|
||||
"PE.Views.ShapeSettings.txtWood": "Dřevo",
|
||||
"PE.Views.ShapeSettingsAdvanced.cancelButtonText": "Zrušit",
|
||||
"PE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ShapeSettingsAdvanced.strMargins": "Vnitřní odsazení textu",
|
||||
"PE.Views.ShapeSettingsAdvanced.textArrows": "Šipky",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginSize": "Velikost začátku",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginStyle": "Styl začátku",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBevel": "Zkosení",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBottom": "Dole",
|
||||
"PE.Views.ShapeSettingsAdvanced.textCapType": "Typ zakončení",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Velikost konce",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Styl konce",
|
||||
"PE.Views.ShapeSettingsAdvanced.textFlat": "Plochý",
|
||||
"PE.Views.ShapeSettingsAdvanced.textHeight": "Výška",
|
||||
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Typ spoje",
|
||||
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Konstantní rozměry",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLeft": "Vlevo",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Styl čáry",
|
||||
"PE.Views.ShapeSettingsAdvanced.textMiter": "Kolmo",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRight": "Vpravo",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRound": "Zaoblené",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSize": "Velikost",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSquare": "Čtverec",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTitle": "Tvar - Pokročilé nastavení",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTop": "Nahoře",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Síla a šipky",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWidth": "Šířka",
|
||||
"PE.Views.ShapeSettingsAdvanced.txtNone": "žádný",
|
||||
"PE.Views.SlideSettings.strBackground": "Barva pozadí",
|
||||
"PE.Views.SlideSettings.strColor": "Barva",
|
||||
"PE.Views.SlideSettings.strDelay": "Zpoždění",
|
||||
"PE.Views.SlideSettings.strDuration": "Duration",
|
||||
"PE.Views.SlideSettings.strEffect": "Efekt",
|
||||
"PE.Views.SlideSettings.strFill": "Výplň",
|
||||
"PE.Views.SlideSettings.strForeground": "Barva popředí",
|
||||
"PE.Views.SlideSettings.strPattern": "Vzor",
|
||||
"PE.Views.SlideSettings.strStartOnClick": "Start On Click",
|
||||
"PE.Views.SlideSettings.textAdvanced": "Zobrazit pokročilé nastavení",
|
||||
"PE.Views.SlideSettings.textApplyAll": "Použít na všechny snímky",
|
||||
"PE.Views.SlideSettings.textBlack": "Through Black",
|
||||
"PE.Views.SlideSettings.textBottom": "Dole",
|
||||
"PE.Views.SlideSettings.textBottomLeft": "Dole vlevo",
|
||||
"PE.Views.SlideSettings.textBottomRight": "Dole vpravo",
|
||||
"PE.Views.SlideSettings.textClock": "Clock",
|
||||
"PE.Views.SlideSettings.textClockwise": "Ve směru hodinových ručiček",
|
||||
"PE.Views.SlideSettings.textColor": "Vyplnit barvou",
|
||||
"PE.Views.SlideSettings.textCounterclockwise": "Proti směru hodinových ručiček",
|
||||
"PE.Views.SlideSettings.textCover": "Cover",
|
||||
"PE.Views.SlideSettings.textDirection": "Směr",
|
||||
"PE.Views.SlideSettings.textEmptyPattern": "Bez vzoru",
|
||||
"PE.Views.SlideSettings.textFade": "Fade",
|
||||
"PE.Views.SlideSettings.textFromFile": "Ze souboru",
|
||||
"PE.Views.SlideSettings.textFromUrl": "Z adresy URL",
|
||||
"PE.Views.SlideSettings.textGradient": "Přechod",
|
||||
"PE.Views.SlideSettings.textGradientFill": "Výplň přechodem",
|
||||
"PE.Views.SlideSettings.textHorizontalIn": "Horizontal In",
|
||||
"PE.Views.SlideSettings.textHorizontalOut": "Horizontal Out",
|
||||
"PE.Views.SlideSettings.textImageTexture": "Obrázek nebo textura",
|
||||
"PE.Views.SlideSettings.textLeft": "Vlevo",
|
||||
"PE.Views.SlideSettings.textLinear": "Lineární",
|
||||
"PE.Views.SlideSettings.textNewColor": "Vlastní barva",
|
||||
"PE.Views.SlideSettings.textNoFill": "Bez výplně",
|
||||
"PE.Views.SlideSettings.textNone": "žádný",
|
||||
"PE.Views.SlideSettings.textPatternFill": "Vzor",
|
||||
"PE.Views.SlideSettings.textPreview": "Náhled",
|
||||
"PE.Views.SlideSettings.textPush": "Push",
|
||||
"PE.Views.SlideSettings.textRadial": "Kruhový",
|
||||
"PE.Views.SlideSettings.textReset": "Reset Changes",
|
||||
"PE.Views.SlideSettings.textRight": "Vpravo",
|
||||
"PE.Views.SlideSettings.textSelectTexture": "Vybrat",
|
||||
"PE.Views.SlideSettings.textSmoothly": "Smoothly",
|
||||
"PE.Views.SlideSettings.textSplit": "Split",
|
||||
"PE.Views.SlideSettings.textStandartColors": "Standardní barvy",
|
||||
"PE.Views.SlideSettings.textStretch": "Roztáhnout",
|
||||
"PE.Views.SlideSettings.textStyle": "Styl",
|
||||
"PE.Views.SlideSettings.textTexture": "Z textury",
|
||||
"PE.Views.SlideSettings.textThemeColors": "Barvy schématu",
|
||||
"PE.Views.SlideSettings.textTile": "Dlaždice",
|
||||
"PE.Views.SlideSettings.textTop": "Nahoře",
|
||||
"PE.Views.SlideSettings.textTopLeft": "Nahoře vlevo",
|
||||
"PE.Views.SlideSettings.textTopRight": "Nahoře vpravo",
|
||||
"PE.Views.SlideSettings.textUnCover": "Uncover",
|
||||
"PE.Views.SlideSettings.textVerticalIn": "Vertical In",
|
||||
"PE.Views.SlideSettings.textVerticalOut": "Vertical Out",
|
||||
"PE.Views.SlideSettings.textWedge": "Konjunkce",
|
||||
"PE.Views.SlideSettings.textWipe": "Wipe",
|
||||
"PE.Views.SlideSettings.textZoom": "Přiblížit",
|
||||
"PE.Views.SlideSettings.textZoomIn": "Přiblížit",
|
||||
"PE.Views.SlideSettings.textZoomOut": "Oddálit",
|
||||
"PE.Views.SlideSettings.textZoomRotate": "Přiblížit a otočit",
|
||||
"PE.Views.SlideSettings.txtBrownPaper": "Hnědý papír",
|
||||
"PE.Views.SlideSettings.txtCanvas": "Plátno",
|
||||
"PE.Views.SlideSettings.txtCarton": "Karton",
|
||||
"PE.Views.SlideSettings.txtDarkFabric": "Tmavá tkanina",
|
||||
"PE.Views.SlideSettings.txtGrain": "Zrnitost",
|
||||
"PE.Views.SlideSettings.txtGranite": "Žula",
|
||||
"PE.Views.SlideSettings.txtGreyPaper": "Šedý papír",
|
||||
"PE.Views.SlideSettings.txtKnit": "Pletený",
|
||||
"PE.Views.SlideSettings.txtLeather": "Kůže",
|
||||
"PE.Views.SlideSettings.txtPapyrus": "Papyrus",
|
||||
"PE.Views.SlideSettings.txtWood": "Dřevo",
|
||||
"PE.Views.SlideSizeSettings.cancelButtonText": "Zrušit",
|
||||
"PE.Views.SlideSizeSettings.okButtonText": "OK",
|
||||
"PE.Views.SlideSizeSettings.textHeight": "Výška",
|
||||
"PE.Views.SlideSizeSettings.textSlideSize": "Velikost snímku",
|
||||
"PE.Views.SlideSizeSettings.textTitle": "Nastavení velikosti snímku",
|
||||
"PE.Views.SlideSizeSettings.textWidth": "Šířka",
|
||||
"PE.Views.SlideSizeSettings.txt35": "35 mm snímky",
|
||||
"PE.Views.SlideSizeSettings.txtA3": "Papír A3 (297x420 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtA4": "Papír A4 (210x297 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtB4": "B4 (ICO) Papír (250x353 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtB5": "B5 (ICO) Papír (176x250 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtBanner": "Banner",
|
||||
"PE.Views.SlideSizeSettings.txtCustom": "Vlastní",
|
||||
"PE.Views.SlideSizeSettings.txtLedger": "Ledger Paper (11x17 in)",
|
||||
"PE.Views.SlideSizeSettings.txtLetter": "Letter Paper (8.5x11 in)",
|
||||
"PE.Views.SlideSizeSettings.txtOverhead": "Overhead",
|
||||
"PE.Views.SlideSizeSettings.txtStandard": "Standardní (4:3)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen1": "Širokoúhlý (16:9)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen2": "Širokoúhlý (16:10)",
|
||||
"PE.Views.Statusbar.goToPageText": "Přejít na snímek",
|
||||
"PE.Views.Statusbar.pageIndexText": "Snímek {0} z {1}",
|
||||
"PE.Views.Statusbar.tipAccessRights": "Manage document access rights",
|
||||
"PE.Views.Statusbar.tipFitPage": "Fit Slide",
|
||||
"PE.Views.Statusbar.tipFitWidth": "Přizpůsobit šířce",
|
||||
"PE.Views.Statusbar.tipMoreUsers": "a %1 uživatelů.",
|
||||
"PE.Views.Statusbar.tipPreview": "Spustit náhled",
|
||||
"PE.Views.Statusbar.tipShowUsers": "Pro zobrazená všech uživatelů klikněte na ikonu níže.",
|
||||
"PE.Views.Statusbar.tipUsers": "Dokument je aktuálně upravován několika uživateli.",
|
||||
"PE.Views.Statusbar.tipViewUsers": "View users and manage document access rights",
|
||||
"PE.Views.Statusbar.tipZoomFactor": "Zvětšení",
|
||||
"PE.Views.Statusbar.tipZoomIn": "Přiblížit",
|
||||
"PE.Views.Statusbar.tipZoomOut": "Oddálit",
|
||||
"PE.Views.Statusbar.txAccessRights": "Change access rights",
|
||||
"PE.Views.Statusbar.txtPageNumInvalid": "Invalid slide number",
|
||||
"PE.Views.TableSettings.deleteColumnText": "Smazat sloupec",
|
||||
"PE.Views.TableSettings.deleteRowText": "Smazat řádek",
|
||||
"PE.Views.TableSettings.deleteTableText": "Odstranit tabulku",
|
||||
"PE.Views.TableSettings.insertColumnLeftText": "Vložit sloupec vlevo",
|
||||
"PE.Views.TableSettings.insertColumnRightText": "Vložit sloupec vpravo",
|
||||
"PE.Views.TableSettings.insertRowAboveText": "Vložit řádek nad",
|
||||
"PE.Views.TableSettings.insertRowBelowText": "Vložit řádek pod",
|
||||
"PE.Views.TableSettings.mergeCellsText": "Spojit buňky",
|
||||
"PE.Views.TableSettings.selectCellText": "Vybrat buňku",
|
||||
"PE.Views.TableSettings.selectColumnText": "Vybrat sloupec",
|
||||
"PE.Views.TableSettings.selectRowText": "Vybrat řádek",
|
||||
"PE.Views.TableSettings.selectTableText": "Vybrat tabulku",
|
||||
"PE.Views.TableSettings.splitCellsText": "Rozdělit buňku...",
|
||||
"PE.Views.TableSettings.splitCellTitleText": "Rozdělit buňku",
|
||||
"PE.Views.TableSettings.textAdvanced": "Zobrazit pokročilé nastavení",
|
||||
"PE.Views.TableSettings.textBackColor": "Barva pozadí",
|
||||
"PE.Views.TableSettings.textBanded": "Pruhovaný",
|
||||
"PE.Views.TableSettings.textBorderColor": "Barva",
|
||||
"PE.Views.TableSettings.textBorders": "Styl ohraničení",
|
||||
"PE.Views.TableSettings.textColumns": "Sloupce",
|
||||
"PE.Views.TableSettings.textEdit": "Řádky a sloupce",
|
||||
"PE.Views.TableSettings.textEmptyTemplate": "Žádné šablony",
|
||||
"PE.Views.TableSettings.textFirst": "První",
|
||||
"PE.Views.TableSettings.textHeader": "Záhlaví",
|
||||
"PE.Views.TableSettings.textLast": "Poslední",
|
||||
"PE.Views.TableSettings.textNewColor": "Vlastní barva",
|
||||
"PE.Views.TableSettings.textRows": "Řádky",
|
||||
"PE.Views.TableSettings.textSelectBorders": "Vyberte ohraničení, na které chcete použít styl vybraný výše.",
|
||||
"PE.Views.TableSettings.textStandartColors": "Standardní barvy",
|
||||
"PE.Views.TableSettings.textTemplate": "Vybrat ze šablony",
|
||||
"PE.Views.TableSettings.textThemeColors": "Barvy schématu",
|
||||
"PE.Views.TableSettings.textTotal": "Total",
|
||||
"PE.Views.TableSettings.tipAll": "Nastavit vnejší ohraničení a všechny vnitřní čáry",
|
||||
"PE.Views.TableSettings.tipBottom": "Nastavit pouze vnější spodní ohraničení",
|
||||
"PE.Views.TableSettings.tipInner": "Nastavit pouze vnitřní čáry",
|
||||
"PE.Views.TableSettings.tipInnerHor": "Nastavit pouze vodorovné vnitřní čáry",
|
||||
"PE.Views.TableSettings.tipInnerVert": "Nastavit pouze svislé vnitřní čáry",
|
||||
"PE.Views.TableSettings.tipLeft": "Nastavit pouze vnější levé ohraničení",
|
||||
"PE.Views.TableSettings.tipNone": "Nastavit žádné ohraničení",
|
||||
"PE.Views.TableSettings.tipOuter": "Nastavit pouze vnější ohraničení",
|
||||
"PE.Views.TableSettings.tipRight": "Nastavit pouze vnější pravé ohraničení",
|
||||
"PE.Views.TableSettings.tipTop": "Nastavit pouze vnější horní ohraničení",
|
||||
"PE.Views.TableSettings.txtNoBorders": "Bez ohraničení",
|
||||
"PE.Views.TableSettingsAdvanced.cancelButtonText": "Zrušit",
|
||||
"PE.Views.TableSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.TableSettingsAdvanced.textBottom": "Dole",
|
||||
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Použít původní okraje",
|
||||
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Výchozí okraje",
|
||||
"PE.Views.TableSettingsAdvanced.textLeft": "Vlevo",
|
||||
"PE.Views.TableSettingsAdvanced.textMargins": "Okraje buňky",
|
||||
"PE.Views.TableSettingsAdvanced.textRight": "Vpravo",
|
||||
"PE.Views.TableSettingsAdvanced.textTitle": "Tabulka - Pokročilé nastavení",
|
||||
"PE.Views.TableSettingsAdvanced.textTop": "Nahoře",
|
||||
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Okraje",
|
||||
"PE.Views.TextArtSettings.strBackground": "Barva pozadí",
|
||||
"PE.Views.TextArtSettings.strColor": "Barva",
|
||||
"PE.Views.TextArtSettings.strFill": "Výplň",
|
||||
"PE.Views.TextArtSettings.strForeground": "Barva popředí",
|
||||
"PE.Views.TextArtSettings.strPattern": "Vzor",
|
||||
"PE.Views.TextArtSettings.strSize": "Velikost",
|
||||
"PE.Views.TextArtSettings.strStroke": "Tloušťka",
|
||||
"PE.Views.TextArtSettings.strTransparency": "Průhlednost",
|
||||
"PE.Views.TextArtSettings.textBorderSizeErr": "Zadaná hodnota není správná.<br>Zadejte prosím hodnotu mezi 0 a 1584.",
|
||||
"PE.Views.TextArtSettings.textColor": "Vyplnit barvou",
|
||||
"PE.Views.TextArtSettings.textDirection": "Směr",
|
||||
"PE.Views.TextArtSettings.textEmptyPattern": "Bez vzoru",
|
||||
"PE.Views.TextArtSettings.textFromFile": "Ze souboru",
|
||||
"PE.Views.TextArtSettings.textFromUrl": "Z adresy URL",
|
||||
"PE.Views.TextArtSettings.textGradient": "Přechod",
|
||||
"PE.Views.TextArtSettings.textGradientFill": "Výplň přechodem",
|
||||
"PE.Views.TextArtSettings.textImageTexture": "Obrázek nebo textura",
|
||||
"PE.Views.TextArtSettings.textLinear": "Lineární",
|
||||
"PE.Views.TextArtSettings.textNewColor": "Přidat novou vlastní barvu",
|
||||
"PE.Views.TextArtSettings.textNoFill": "Bez výplně",
|
||||
"PE.Views.TextArtSettings.textPatternFill": "Vzor",
|
||||
"PE.Views.TextArtSettings.textRadial": "Kruhový",
|
||||
"PE.Views.TextArtSettings.textSelectTexture": "Vybrat",
|
||||
"PE.Views.TextArtSettings.textStandartColors": "Standardní barvy",
|
||||
"PE.Views.TextArtSettings.textStretch": "Roztáhnout",
|
||||
"PE.Views.TextArtSettings.textStyle": "Styl",
|
||||
"PE.Views.TextArtSettings.textTemplate": "Šablona",
|
||||
"PE.Views.TextArtSettings.textTexture": "Z textury",
|
||||
"PE.Views.TextArtSettings.textThemeColors": "Barvy schématu",
|
||||
"PE.Views.TextArtSettings.textTile": "Dlaždice",
|
||||
"PE.Views.TextArtSettings.textTransform": "Transformovat",
|
||||
"PE.Views.TextArtSettings.txtBrownPaper": "Hnědý papír",
|
||||
"PE.Views.TextArtSettings.txtCanvas": "Plátno",
|
||||
"PE.Views.TextArtSettings.txtCarton": "Karton",
|
||||
"PE.Views.TextArtSettings.txtDarkFabric": "Tmavá tkanina",
|
||||
"PE.Views.TextArtSettings.txtGrain": "Zrnitost",
|
||||
"PE.Views.TextArtSettings.txtGranite": "Žula",
|
||||
"PE.Views.TextArtSettings.txtGreyPaper": "Šedý papír",
|
||||
"PE.Views.TextArtSettings.txtKnit": "Pletený",
|
||||
"PE.Views.TextArtSettings.txtLeather": "Kůže",
|
||||
"PE.Views.TextArtSettings.txtNoBorders": "Bez čáry",
|
||||
"PE.Views.TextArtSettings.txtPapyrus": "Papyrus",
|
||||
"PE.Views.TextArtSettings.txtWood": "Dřevo",
|
||||
"PE.Views.Toolbar.mniCustomTable": "Vložit vlastní tabulku",
|
||||
"PE.Views.Toolbar.mniImageFromFile": "Obrázek ze souboru",
|
||||
"PE.Views.Toolbar.mniImageFromUrl": "Obrázek z adresy URL",
|
||||
"PE.Views.Toolbar.mniSlideAdvanced": "Pokročilé nastavení",
|
||||
"PE.Views.Toolbar.mniSlideStandard": "Standardní (4:3)",
|
||||
"PE.Views.Toolbar.mniSlideWide": "Širokoúhlý (16:9)",
|
||||
"PE.Views.Toolbar.textAlignBottom": "Zarovnat text dolů",
|
||||
"PE.Views.Toolbar.textAlignCenter": "Center text",
|
||||
"PE.Views.Toolbar.textAlignJust": "Do bloku",
|
||||
"PE.Views.Toolbar.textAlignLeft": "Zarovnat text doleva",
|
||||
"PE.Views.Toolbar.textAlignMiddle": "Zarovnat text doprostřed",
|
||||
"PE.Views.Toolbar.textAlignRight": "Zarovnat text doprava",
|
||||
"PE.Views.Toolbar.textAlignTop": "Zarovnat text nahoru",
|
||||
"PE.Views.Toolbar.textArea": "Plošný graf",
|
||||
"PE.Views.Toolbar.textArrangeBack": "Přesunout do pozadí",
|
||||
"PE.Views.Toolbar.textArrangeBackward": "Posunout zpět",
|
||||
"PE.Views.Toolbar.textArrangeForward": "Posunout vpřed",
|
||||
"PE.Views.Toolbar.textArrangeFront": "Přenést do popředí",
|
||||
"PE.Views.Toolbar.textBar": "Pruhový graf",
|
||||
"PE.Views.Toolbar.textBold": "Tučně",
|
||||
"PE.Views.Toolbar.textCancel": "Zrušit",
|
||||
"PE.Views.Toolbar.textColumn": "Sloupcový graf",
|
||||
"PE.Views.Toolbar.textCompactView": "Zobrazit kompaktní lištu nástrojů",
|
||||
"PE.Views.Toolbar.textFitPage": "Fit Slide",
|
||||
"PE.Views.Toolbar.textFitWidth": "Přizpůsobit šířce",
|
||||
"PE.Views.Toolbar.textHideLines": "Schovat pravítka",
|
||||
"PE.Views.Toolbar.textHideStatusBar": "Schovat stavový řádek",
|
||||
"PE.Views.Toolbar.textHideTitleBar": "Schovat lištu nadpisu",
|
||||
"PE.Views.Toolbar.textInsText": "Vložit textové pole",
|
||||
"PE.Views.Toolbar.textInsTextArt": "Vložit Text art",
|
||||
"PE.Views.Toolbar.textItalic": "Kurzíva",
|
||||
"PE.Views.Toolbar.textLine": "Liniový graf",
|
||||
"PE.Views.Toolbar.textNewColor": "Vlastní barva",
|
||||
"PE.Views.Toolbar.textOK": "OK",
|
||||
"PE.Views.Toolbar.textPie": "Kruhový diagram",
|
||||
"PE.Views.Toolbar.textPoint": "Bodový graf",
|
||||
"PE.Views.Toolbar.textShapeAlignBottom": "Zarovnat dolů",
|
||||
"PE.Views.Toolbar.textShapeAlignCenter": "Zarovnat na střed",
|
||||
"PE.Views.Toolbar.textShapeAlignLeft": "Zarovnat vlevo",
|
||||
"PE.Views.Toolbar.textShapeAlignMiddle": "Zarovnat uprostřed",
|
||||
"PE.Views.Toolbar.textShapeAlignRight": "Zarovnat vpravo",
|
||||
"PE.Views.Toolbar.textShapeAlignTop": "Zarovnat nahoru",
|
||||
"PE.Views.Toolbar.textStandartColors": "Standardní barvy",
|
||||
"PE.Views.Toolbar.textStock": "Burzovní graf",
|
||||
"PE.Views.Toolbar.textStrikeout": "Přeškrtnout",
|
||||
"PE.Views.Toolbar.textSubscript": "Dolní index",
|
||||
"PE.Views.Toolbar.textSuperscript": "Horní index",
|
||||
"PE.Views.Toolbar.textThemeColors": "Barvy schématu",
|
||||
"PE.Views.Toolbar.textTitleError": "Chyba",
|
||||
"PE.Views.Toolbar.textUnderline": "Podtržení",
|
||||
"PE.Views.Toolbar.textZoom": "Přiblížit",
|
||||
"PE.Views.Toolbar.tipAddSlide": "Přidat snímek",
|
||||
"PE.Views.Toolbar.tipAdvSettings": "Pokročilé nastavení",
|
||||
"PE.Views.Toolbar.tipBack": "Zpět",
|
||||
"PE.Views.Toolbar.tipChangeSlide": "Change Slide Layout",
|
||||
"PE.Views.Toolbar.tipClearStyle": "Vymazat styl",
|
||||
"PE.Views.Toolbar.tipColorSchemas": "Změnit barevné schéma",
|
||||
"PE.Views.Toolbar.tipCopy": "Kopírovat",
|
||||
"PE.Views.Toolbar.tipCopyStyle": "Kopírovat styl",
|
||||
"PE.Views.Toolbar.tipDecPrLeft": "Zmenšit odsazení",
|
||||
"PE.Views.Toolbar.tipFontColor": "Barva písma",
|
||||
"PE.Views.Toolbar.tipFontName": "Název písma",
|
||||
"PE.Views.Toolbar.tipFontSize": "Velikost písma",
|
||||
"PE.Views.Toolbar.tipHAligh": "Horizontální zarovnání",
|
||||
"PE.Views.Toolbar.tipHideBars": "Hide Title bar & Status bar",
|
||||
"PE.Views.Toolbar.tipIncPrLeft": "Zvětšit odsazení",
|
||||
"PE.Views.Toolbar.tipInsertChart": "Vložit graf",
|
||||
"PE.Views.Toolbar.tipInsertHyperlink": "Přidat odkaz",
|
||||
"PE.Views.Toolbar.tipInsertImage": "Vložit obrázek",
|
||||
"PE.Views.Toolbar.tipInsertShape": "Vložit tvar",
|
||||
"PE.Views.Toolbar.tipInsertTable": "Vložit tabulku",
|
||||
"PE.Views.Toolbar.tipInsertText": "Vložení textu",
|
||||
"PE.Views.Toolbar.tipLineSpace": "Řádkování",
|
||||
"PE.Views.Toolbar.tipMarkers": "Odrážky",
|
||||
"PE.Views.Toolbar.tipNewDocument": "Nová prezentace",
|
||||
"PE.Views.Toolbar.tipNumbers": "Číslování",
|
||||
"PE.Views.Toolbar.tipOpenDocument": "Otevřít prezentaci",
|
||||
"PE.Views.Toolbar.tipPaste": "Vložit",
|
||||
"PE.Views.Toolbar.tipPreview": "Spustit náhled",
|
||||
"PE.Views.Toolbar.tipPrint": "Tisk",
|
||||
"PE.Views.Toolbar.tipRedo": "Krok vpřed",
|
||||
"PE.Views.Toolbar.tipSave": "Uložit",
|
||||
"PE.Views.Toolbar.tipSaveCoauth": "Uložte změny, aby je viděli i ostatní uživatelé.",
|
||||
"PE.Views.Toolbar.tipShapeAlign": "Align Shape",
|
||||
"PE.Views.Toolbar.tipShapeArrange": "Arrange Shape",
|
||||
"PE.Views.Toolbar.tipSlideSize": "Select Slide Size",
|
||||
"PE.Views.Toolbar.tipSlideTheme": "Slide Theme",
|
||||
"PE.Views.Toolbar.tipUndo": "Krok zpět",
|
||||
"PE.Views.Toolbar.tipVAligh": "Svislé zarovnání",
|
||||
"PE.Views.Toolbar.tipViewSettings": "Zobrazit nastavení",
|
||||
"PE.Views.Toolbar.txtDistribHor": "Distribute Horizontally",
|
||||
"PE.Views.Toolbar.txtDistribVert": "Distribute Vertically",
|
||||
"PE.Views.Toolbar.txtGroup": "Skupina",
|
||||
"PE.Views.Toolbar.txtScheme1": "Office",
|
||||
"PE.Views.Toolbar.txtScheme10": "Median",
|
||||
"PE.Views.Toolbar.txtScheme11": "Metro",
|
||||
"PE.Views.Toolbar.txtScheme12": "Module",
|
||||
"PE.Views.Toolbar.txtScheme13": "Opulent",
|
||||
"PE.Views.Toolbar.txtScheme14": "Oriel",
|
||||
"PE.Views.Toolbar.txtScheme15": "Origin",
|
||||
"PE.Views.Toolbar.txtScheme16": "Paper",
|
||||
"PE.Views.Toolbar.txtScheme17": "Slunovrat",
|
||||
"PE.Views.Toolbar.txtScheme18": "Technic",
|
||||
"PE.Views.Toolbar.txtScheme19": "Trek",
|
||||
"PE.Views.Toolbar.txtScheme2": "Grayscale",
|
||||
"PE.Views.Toolbar.txtScheme20": "Urban",
|
||||
"PE.Views.Toolbar.txtScheme21": "Verve",
|
||||
"PE.Views.Toolbar.txtScheme3": "Apex",
|
||||
"PE.Views.Toolbar.txtScheme4": "Aspect",
|
||||
"PE.Views.Toolbar.txtScheme5": "Civic",
|
||||
"PE.Views.Toolbar.txtScheme6": "Concourse",
|
||||
"PE.Views.Toolbar.txtScheme7": "Equity",
|
||||
"PE.Views.Toolbar.txtScheme8": "Flow",
|
||||
"PE.Views.Toolbar.txtScheme9": "Foundry",
|
||||
"PE.Views.Toolbar.txtUngroup": "Oddělit"
|
||||
}
|
||||
@@ -0,0 +1,847 @@
|
||||
{
|
||||
"Common.Controllers.Chat.notcriticalErrorTitle": "Avviso",
|
||||
"Common.Controllers.Chat.textEnterMessage": "Scrivi il tuo messaggio qui",
|
||||
"Common.Controllers.Chat.textUserLimit": "Stai usando ONLYOFFICE Free Edition.<br>Solo due utenti possono modificare il documento contemporaneamente.<br>Si desidera di più? Considera l'acquisto di ONLYOFFICE Enterprise Edition.<br><a href=\"http://www.onlyoffice.com/free-edition.aspx\" target=\"_blank\">Ulteriori informazioni</a>",
|
||||
"Common.Controllers.ExternalDiagramEditor.textAnonymous": "Anonimo",
|
||||
"Common.Controllers.ExternalDiagramEditor.textClose": "Chiudi",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningText": "L'oggetto è disabilitato perché si sta modificando da un altro utente.",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningTitle": "Avviso",
|
||||
"Common.UI.ComboBorderSize.txtNoBorders": "Nessun bordo",
|
||||
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Nessun bordo",
|
||||
"Common.UI.ComboDataView.emptyComboText": "Nessuno stile",
|
||||
"Common.UI.ExtendedColorDialog.addButtonText": "Aggiungi",
|
||||
"Common.UI.ExtendedColorDialog.cancelButtonText": "Annulla",
|
||||
"Common.UI.ExtendedColorDialog.textCurrent": "Attuale",
|
||||
"Common.UI.ExtendedColorDialog.textHexErr": "Il valore inserito non è corretto.<br>Inserisci un valore tra 000000 e FFFFFF.",
|
||||
"Common.UI.ExtendedColorDialog.textNew": "Nuovo",
|
||||
"Common.UI.ExtendedColorDialog.textRGBErr": "Il valore inserito non è corretto.<br>Inserisci un valore numerico tra 0 e 255.",
|
||||
"Common.UI.HSBColorPicker.textNoColor": "Nessun colore",
|
||||
"Common.UI.SearchDialog.textHighlight": "Evidenzia risultati",
|
||||
"Common.UI.SearchDialog.textMatchCase": "Sensibile al maiuscolo/minuscolo",
|
||||
"Common.UI.SearchDialog.textReplaceDef": "Inserisci testo sostitutivo",
|
||||
"Common.UI.SearchDialog.textSearchStart": "Inserisci il tuo testo qui",
|
||||
"Common.UI.SearchDialog.textTitle": "Ricerca",
|
||||
"Common.UI.SearchDialog.textTitle2": "Ricerca",
|
||||
"Common.UI.SearchDialog.textWholeWords": "Solo parole intere",
|
||||
"Common.UI.SearchDialog.txtBtnReplace": "Sostituisci",
|
||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Sostituisci tutto",
|
||||
"Common.UI.SynchronizeTip.textDontShow": "Non visualizzare più questo messaggio",
|
||||
"Common.UI.SynchronizeTip.textSynchronize": "Il documento è stato modificato da un altro utente.<br/>Clicca per salvare le modifiche e ricaricare gli aggiornamenti.",
|
||||
"Common.UI.Window.cancelButtonText": "Annulla",
|
||||
"Common.UI.Window.closeButtonText": "Chiudi",
|
||||
"Common.UI.Window.noButtonText": "No",
|
||||
"Common.UI.Window.okButtonText": "OK",
|
||||
"Common.UI.Window.textConfirmation": "Conferma",
|
||||
"Common.UI.Window.textDontShow": "Non visualizzare più questo messaggio",
|
||||
"Common.UI.Window.textError": "Errore",
|
||||
"Common.UI.Window.textInformation": "Informazione",
|
||||
"Common.UI.Window.textWarning": "Avviso",
|
||||
"Common.UI.Window.yesButtonText": "Sì",
|
||||
"Common.Views.About.txtAddress": "indirizzo: ",
|
||||
"Common.Views.About.txtAscAddress": "Lubanas st. 125a-25, Riga, Lettonia, UE, LV-1021",
|
||||
"Common.Views.About.txtLicensee": "LICENZIATARIO",
|
||||
"Common.Views.About.txtLicensor": "CONCEDENTE",
|
||||
"Common.Views.About.txtMail": "email: ",
|
||||
"Common.Views.About.txtPoweredBy": "Con tecnologia",
|
||||
"Common.Views.About.txtTel": "tel.: ",
|
||||
"Common.Views.About.txtVersion": "Versione ",
|
||||
"Common.Views.AdvancedSettingsWindow.cancelButtonText": "Annulla",
|
||||
"Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
|
||||
"Common.Views.Chat.textSend": "Invia",
|
||||
"Common.Views.Comments.textAdd": "Aggiungi",
|
||||
"Common.Views.Comments.textAddComment": "Aggiungi",
|
||||
"Common.Views.Comments.textAddCommentToDoc": "Aggiungi commento al documento",
|
||||
"Common.Views.Comments.textAddReply": "Aggiungi risposta",
|
||||
"Common.Views.Comments.textAnonym": "Ospite",
|
||||
"Common.Views.Comments.textCancel": "Annulla",
|
||||
"Common.Views.Comments.textClose": "Chiudi",
|
||||
"Common.Views.Comments.textComments": "Commenti",
|
||||
"Common.Views.Comments.textEdit": "Modifica",
|
||||
"Common.Views.Comments.textEnterCommentHint": "Inserisci commento qui",
|
||||
"Common.Views.Comments.textOpenAgain": "Apri di nuovo",
|
||||
"Common.Views.Comments.textReply": "Rispondi",
|
||||
"Common.Views.Comments.textResolve": "Chiudi",
|
||||
"Common.Views.Comments.textResolved": "Chiuso",
|
||||
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
|
||||
"Common.Views.CopyWarningDialog.textMsg": "Le operazioni di copia, taglia ed incolla per mezzo dei pulsanti dell'editor e le operazioni del menu contestuale sono effettuate solo in questa scheda. <br><br>Per copiare/incollare a/da un'applicazione al di fuori della scheda dell'editor utilizza la tastiera:",
|
||||
"Common.Views.CopyWarningDialog.textTitle": "Funzioni copia/taglia/incolla",
|
||||
"Common.Views.CopyWarningDialog.textToCopy": "per copiare",
|
||||
"Common.Views.CopyWarningDialog.textToCut": "for Cut",
|
||||
"Common.Views.CopyWarningDialog.textToPaste": "per incollare",
|
||||
"Common.Views.DocumentAccessDialog.textLoading": "Caricamento in corso...",
|
||||
"Common.Views.DocumentAccessDialog.textTitle": "Impostazioni di condivisione",
|
||||
"Common.Views.ExternalDiagramEditor.textClose": "Chiudi",
|
||||
"Common.Views.ExternalDiagramEditor.textSave": "Salva ed esci",
|
||||
"Common.Views.ExternalDiagramEditor.textTitle": "Modifica grafico",
|
||||
"Common.Views.Header.openNewTabText": "Open in New Tab",
|
||||
"Common.Views.Header.textBack": "Va' ai Documenti",
|
||||
"Common.Views.ImageFromUrlDialog.cancelButtonText": "Annulla",
|
||||
"Common.Views.ImageFromUrlDialog.okButtonText": "OK",
|
||||
"Common.Views.ImageFromUrlDialog.textUrl": "Incolla URL immagine:",
|
||||
"Common.Views.ImageFromUrlDialog.txtEmpty": "Questo campo è richiesto",
|
||||
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Il formato URL richiesto è \"http://www.example.com\"",
|
||||
"Common.Views.InsertTableDialog.cancelButtonText": "Annulla",
|
||||
"Common.Views.InsertTableDialog.okButtonText": "OK",
|
||||
"Common.Views.InsertTableDialog.textInvalidRowsCols": "Specifica il numero di righe e colonne valido.",
|
||||
"Common.Views.InsertTableDialog.txtColumns": "Numero di colonne",
|
||||
"Common.Views.InsertTableDialog.txtMaxText": "Il valore massimo di questo campo è {0}.",
|
||||
"Common.Views.InsertTableDialog.txtMinText": "Il valore minimo di questo campo è {0}.",
|
||||
"Common.Views.InsertTableDialog.txtRows": "Numero di righe",
|
||||
"Common.Views.InsertTableDialog.txtTitle": "Dimensioni tabella",
|
||||
"PE.Controllers.LeftMenu.newDocumentTitle": "Presentazione senza nome",
|
||||
"PE.Controllers.LeftMenu.requestEditRightsText": "Richiesta di autorizzazione di modifica...",
|
||||
"PE.Controllers.LeftMenu.textNoTextFound": "I dati da cercare non sono stati trovati. Modifica i parametri di ricerca.",
|
||||
"PE.Controllers.Main.applyChangesTextText": "Caricamento dei dati in corso...",
|
||||
"PE.Controllers.Main.applyChangesTitleText": "Caricamento dei dati",
|
||||
"PE.Controllers.Main.convertationErrorText": "Conversione fallita.",
|
||||
"PE.Controllers.Main.convertationTimeoutText": "E' stato superato il tempo limite della conversione.",
|
||||
"PE.Controllers.Main.criticalErrorExtText": "Clicca su \"OK\" per ritornare all'elenco dei documenti.",
|
||||
"PE.Controllers.Main.criticalErrorTitle": "Errore",
|
||||
"PE.Controllers.Main.defaultTitleText": "ONLYOFFICE Presentation Editor",
|
||||
"PE.Controllers.Main.downloadErrorText": "Download fallito.",
|
||||
"PE.Controllers.Main.downloadTextText": "Download della presentazione in corso...",
|
||||
"PE.Controllers.Main.downloadTitleText": "Download della presentazione",
|
||||
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Connessione al server persa. Impossibile modificare il documento.",
|
||||
"PE.Controllers.Main.errorConnectToServer": "The document could not be saved. Please check connection settings or contact your administrator.<br>When you click the 'OK' button, you will be prompted to download the document.<br><br>Find more information about connecting Document Server <a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
|
||||
"PE.Controllers.Main.errorDatabaseConnection": "Errore esterno.<br>Errore di connessione a banca dati. Si prega di contattare l'assistenza tecnica nel caso in cui l'errore persiste.",
|
||||
"PE.Controllers.Main.errorDataRange": "Intervallo di dati non corretto.",
|
||||
"PE.Controllers.Main.errorDefaultMessage": "Codice errore: %1",
|
||||
"PE.Controllers.Main.errorFilePassProtect": "Il documento è protetto da una password. Impossibile aprirlo.",
|
||||
"PE.Controllers.Main.errorKeyEncrypt": "Descrittore di chiave sconosciuto",
|
||||
"PE.Controllers.Main.errorKeyExpire": "Descrittore di chiave scaduto",
|
||||
"PE.Controllers.Main.errorProcessSaveResult": "Salvataggio non riuscito",
|
||||
"PE.Controllers.Main.errorStockChart": "Ordine di righe scorretto. Per creare un grafico in pila posiziona i dati nel foglio nel seguente ordine:<br> prezzo di apertura, prezzo massimo, prezzo minimo, prezzo di chiusura.",
|
||||
"PE.Controllers.Main.errorUpdateVersion": "La versione file è stata moificata. La pagina verrà ricaricata.",
|
||||
"PE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.",
|
||||
"PE.Controllers.Main.errorUsersExceed": "E' stato superato il numero di utenti consentito dal piano tariffario",
|
||||
"PE.Controllers.Main.leavePageText": "Ci sono delle modifiche non salvate in questa presentazione. Clicca su \"Rimani in questa pagina\", poi su \"Salva\" per salvarle. Clicca su \"Esci da questa pagina\" per scartare tutte le modifiche non salvate.",
|
||||
"PE.Controllers.Main.loadFontsTextText": "Caricamento dei dati in corso...",
|
||||
"PE.Controllers.Main.loadFontsTitleText": "Caricamento dei dati",
|
||||
"PE.Controllers.Main.loadFontTextText": "Caricamento dei dati in corso...",
|
||||
"PE.Controllers.Main.loadFontTitleText": "Caricamento dei dati",
|
||||
"PE.Controllers.Main.loadImagesTextText": "Caricamento delle immagini in corso...",
|
||||
"PE.Controllers.Main.loadImagesTitleText": "Caricamento delle immagini",
|
||||
"PE.Controllers.Main.loadImageTextText": "Caricamento dell'immagine in corso...",
|
||||
"PE.Controllers.Main.loadImageTitleText": "Caricamento dell'immagine",
|
||||
"PE.Controllers.Main.loadingDocumentTextText": "Caricamento della presentazione in corso...",
|
||||
"PE.Controllers.Main.loadingDocumentTitleText": "Caricamento della presentazione",
|
||||
"PE.Controllers.Main.loadThemeTextText": "Caricamento del tema in corso...",
|
||||
"PE.Controllers.Main.loadThemeTitleText": "Caricamento del tema",
|
||||
"PE.Controllers.Main.notcriticalErrorTitle": "Avviso",
|
||||
"PE.Controllers.Main.openTextText": "Apertura della presentazione in corso...",
|
||||
"PE.Controllers.Main.openTitleText": "Apertura della presentazione",
|
||||
"PE.Controllers.Main.printTextText": "Stampa della presentazione in corso...",
|
||||
"PE.Controllers.Main.printTitleText": "Stampa della presentazione",
|
||||
"PE.Controllers.Main.reloadButtonText": "Ricarica pagina",
|
||||
"PE.Controllers.Main.requestEditFailedMessageText": "Qualcuno sta modificando questa presentazione. Si prega di provare più tardi.",
|
||||
"PE.Controllers.Main.requestEditFailedTitleText": "Accesso vietato",
|
||||
"PE.Controllers.Main.savePreparingText": "Preparazione al salvataggio ",
|
||||
"PE.Controllers.Main.savePreparingTitle": "Preparazione al salvataggio. Si prega di aspettare...",
|
||||
"PE.Controllers.Main.saveTextText": "Salvataggio della presentazione in corso...",
|
||||
"PE.Controllers.Main.saveTitleText": "Salvataggio della presentazione",
|
||||
"PE.Controllers.Main.splitDividerErrorText": "Il numero di righe deve essere un divisore di %1.",
|
||||
"PE.Controllers.Main.splitMaxColsErrorText": "Il numero di colonne deve essere inferiore a %1.",
|
||||
"PE.Controllers.Main.splitMaxRowsErrorText": "Il numero di righe deve essere inferiore a %1.",
|
||||
"PE.Controllers.Main.textAnonymous": "Anonimo",
|
||||
"PE.Controllers.Main.textCloseTip": "Clicca per chiudere il consiglio",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Caricamento della presentazione",
|
||||
"PE.Controllers.Main.textShape": "Forma",
|
||||
"PE.Controllers.Main.textStrict": "Strict mode",
|
||||
"PE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||
"PE.Controllers.Main.txtArt": "Your text here",
|
||||
"PE.Controllers.Main.txtBasicShapes": "Figure di base",
|
||||
"PE.Controllers.Main.txtButtons": "Bottoni",
|
||||
"PE.Controllers.Main.txtCallouts": "Callout",
|
||||
"PE.Controllers.Main.txtCharts": "Grafici",
|
||||
"PE.Controllers.Main.txtDiagramTitle": "Titolo diagramma",
|
||||
"PE.Controllers.Main.txtEditingMode": "Impostazione modo di modifica...",
|
||||
"PE.Controllers.Main.txtFiguredArrows": "Frecce decorate",
|
||||
"PE.Controllers.Main.txtLines": "Linee",
|
||||
"PE.Controllers.Main.txtMath": "Matematica",
|
||||
"PE.Controllers.Main.txtNeedSynchronize": "Ci sono aggiornamenti disponibili",
|
||||
"PE.Controllers.Main.txtRectangles": "Rettangoli",
|
||||
"PE.Controllers.Main.txtSeries": "Serie",
|
||||
"PE.Controllers.Main.txtSldLtTBlank": "Vuoto",
|
||||
"PE.Controllers.Main.txtSldLtTChart": "Grafico",
|
||||
"PE.Controllers.Main.txtSldLtTChartAndTx": "Grafico e testo",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndTx": "Clip Art e testo",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndVertTx": "Clip Art e testo verticale",
|
||||
"PE.Controllers.Main.txtSldLtTCust": "Personalizzato",
|
||||
"PE.Controllers.Main.txtSldLtTDgm": "Diagramma",
|
||||
"PE.Controllers.Main.txtSldLtTFourObj": "Quattro oggetti",
|
||||
"PE.Controllers.Main.txtSldLtTMediaAndTx": "Multimedia e testo",
|
||||
"PE.Controllers.Main.txtSldLtTObj": "Titolo e oggetto",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTwoObj": "Oggetto e due oggetti",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTx": "Oggetto e testo",
|
||||
"PE.Controllers.Main.txtSldLtTObjOnly": "Oggetto",
|
||||
"PE.Controllers.Main.txtSldLtTObjOverTx": "Oggetto su testo",
|
||||
"PE.Controllers.Main.txtSldLtTObjTx": "Titolo, oggetto e didascalia",
|
||||
"PE.Controllers.Main.txtSldLtTPicTx": "Immagine e didascalia",
|
||||
"PE.Controllers.Main.txtSldLtTSecHead": "Intestazione sezione",
|
||||
"PE.Controllers.Main.txtSldLtTTbl": "Tabella",
|
||||
"PE.Controllers.Main.txtSldLtTTitle": "Titolo",
|
||||
"PE.Controllers.Main.txtSldLtTTitleOnly": "Solo titolo",
|
||||
"PE.Controllers.Main.txtSldLtTTwoColTx": "Testo su due colonne",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObj": "Due oggetti",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndObj": "Due oggetti e oggetto",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndTx": "Due oggetti e testo",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjOverTx": "Due oggetti su testo",
|
||||
"PE.Controllers.Main.txtSldLtTTwoTxTwoObj": "Due testi e due oggetti",
|
||||
"PE.Controllers.Main.txtSldLtTTx": "Testo",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndChart": "Testo e grafico",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndClipArt": "Testo e Clip Art",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndMedia": "Testo e multimedia",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndObj": "Testo e oggetto",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndTwoObj": "Testo e due oggetti",
|
||||
"PE.Controllers.Main.txtSldLtTTxOverObj": "Testo su oggetto",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTx": "Titolo verticale e testo",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "Titolo verticale e testo su grafico",
|
||||
"PE.Controllers.Main.txtSldLtTVertTx": "Testo verticale",
|
||||
"PE.Controllers.Main.txtStarsRibbons": "Stelle e nastri",
|
||||
"PE.Controllers.Main.txtXAxis": "Asse X",
|
||||
"PE.Controllers.Main.txtYAxis": "Asse Y",
|
||||
"PE.Controllers.Main.unknownErrorText": "Errore sconosciuto.",
|
||||
"PE.Controllers.Main.unsupportedBrowserErrorText": "Il tuo browser non è supportato.",
|
||||
"PE.Controllers.Main.uploadImageExtMessage": "Formato immagine sconosciuto.",
|
||||
"PE.Controllers.Main.uploadImageFileCountMessage": "Nessun immagine caricata.",
|
||||
"PE.Controllers.Main.uploadImageSizeMessage": "E' stata superata la dimensione massima.",
|
||||
"PE.Controllers.Main.uploadImageTextText": "Caricamento immagine in corso...",
|
||||
"PE.Controllers.Main.uploadImageTitleText": "Caricamento dell'immagine",
|
||||
"PE.Controllers.Main.warnBrowserIE9": "L'applicazione è poco compatibile con IE9. Usa IE10 o più recente",
|
||||
"PE.Controllers.Main.warnBrowserZoom": "Le impostazioni correnti di zoom del tuo browser non sono completamente supportate. Per favore, ritorna allo zoom predefinito premendo Ctrl+0.",
|
||||
"PE.Controllers.Main.warnProcessRightsChange": "Ci stato negato il diritto alla modifica del file.",
|
||||
"PE.Controllers.Statusbar.zoomText": "Zoom {0}%",
|
||||
"PE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.<br>The text style will be displayed using one of the device fonts, the saved font will be used when it is available.<br>Do you want to continue?",
|
||||
"PE.Controllers.Toolbar.textEmptyImgUrl": "Specifica URL immagine.",
|
||||
"PE.Controllers.Toolbar.textFontSizeErr": "Il valore inserito non è corretto.<br>Inserisci un valore numerico compreso tra 1 e 100",
|
||||
"PE.Controllers.Toolbar.textWarning": "Avviso",
|
||||
"PE.Views.ChartSettings.textArea": "Ad area",
|
||||
"PE.Views.ChartSettings.textBar": "A barre",
|
||||
"PE.Views.ChartSettings.textChartType": "Cambia tipo grafico",
|
||||
"PE.Views.ChartSettings.textColumn": "Istogramma",
|
||||
"PE.Views.ChartSettings.textEditData": "Modifica dati",
|
||||
"PE.Views.ChartSettings.textHeight": "Altezza",
|
||||
"PE.Views.ChartSettings.textKeepRatio": "Proporzioni costanti",
|
||||
"PE.Views.ChartSettings.textLine": "A linee",
|
||||
"PE.Views.ChartSettings.textPie": "A torta",
|
||||
"PE.Views.ChartSettings.textPoint": "A punti",
|
||||
"PE.Views.ChartSettings.textSize": "Dimensione",
|
||||
"PE.Views.ChartSettings.textStock": "Azionario",
|
||||
"PE.Views.ChartSettings.textStyle": "Style",
|
||||
"PE.Views.ChartSettings.textWidth": "Larghezza",
|
||||
"PE.Views.DocumentHolder.aboveText": "Al di sopra",
|
||||
"PE.Views.DocumentHolder.addCommentText": "Aggiungi commento",
|
||||
"PE.Views.DocumentHolder.advancedImageText": "Impostazioni avanzate dell'immagine",
|
||||
"PE.Views.DocumentHolder.advancedParagraphText": "Impostazioni avanzate testo",
|
||||
"PE.Views.DocumentHolder.advancedShapeText": "Impostazioni avanzate forma",
|
||||
"PE.Views.DocumentHolder.advancedTableText": "Impostazioni avanzate della tabella",
|
||||
"PE.Views.DocumentHolder.belowText": "Al di sotto",
|
||||
"PE.Views.DocumentHolder.bottomCellText": "Allinea in basso",
|
||||
"PE.Views.DocumentHolder.cellAlignText": "Allineamento verticale celle",
|
||||
"PE.Views.DocumentHolder.cellText": "Cella",
|
||||
"PE.Views.DocumentHolder.centerCellText": "Allinea al centro",
|
||||
"PE.Views.DocumentHolder.columnText": "Colonna",
|
||||
"PE.Views.DocumentHolder.deleteColumnText": "Elimina colonna",
|
||||
"PE.Views.DocumentHolder.deleteRowText": "Elimina riga",
|
||||
"PE.Views.DocumentHolder.deleteTableText": "Elimina tabella",
|
||||
"PE.Views.DocumentHolder.deleteText": "Elimina",
|
||||
"PE.Views.DocumentHolder.direct270Text": "Rotate at 270°",
|
||||
"PE.Views.DocumentHolder.direct90Text": "Rotate at 90°",
|
||||
"PE.Views.DocumentHolder.directHText": "Horizontal",
|
||||
"PE.Views.DocumentHolder.directionText": "Text Direction",
|
||||
"PE.Views.DocumentHolder.editChartText": "Modifica dati",
|
||||
"PE.Views.DocumentHolder.editHyperlinkText": "Modifica collegamento ipertestuale",
|
||||
"PE.Views.DocumentHolder.hyperlinkText": "Collegamento ipertestuale",
|
||||
"PE.Views.DocumentHolder.insertColumnLeftText": "Colonna a sinistra",
|
||||
"PE.Views.DocumentHolder.insertColumnRightText": "Colonna a destra",
|
||||
"PE.Views.DocumentHolder.insertColumnText": "Inserisci colonna",
|
||||
"PE.Views.DocumentHolder.insertRowAboveText": "Riga sopra",
|
||||
"PE.Views.DocumentHolder.insertRowBelowText": "Riga sotto",
|
||||
"PE.Views.DocumentHolder.insertRowText": "Inserisci riga",
|
||||
"PE.Views.DocumentHolder.insertText": "Inserisci",
|
||||
"PE.Views.DocumentHolder.mergeCellsText": "Unisci celle",
|
||||
"PE.Views.DocumentHolder.originalSizeText": "Dimensione predefinita",
|
||||
"PE.Views.DocumentHolder.removeHyperlinkText": "Elimina collegamento ipertestuale",
|
||||
"PE.Views.DocumentHolder.rowText": "Riga",
|
||||
"PE.Views.DocumentHolder.selectText": "Seleziona",
|
||||
"PE.Views.DocumentHolder.splitCellsText": "Dividi cella...",
|
||||
"PE.Views.DocumentHolder.splitCellTitleText": "Dividi cella",
|
||||
"PE.Views.DocumentHolder.tableText": "Tabella",
|
||||
"PE.Views.DocumentHolder.textArrangeBack": "Porta in secondo piano",
|
||||
"PE.Views.DocumentHolder.textArrangeBackward": "Porta indietro",
|
||||
"PE.Views.DocumentHolder.textArrangeForward": "Porta avanti",
|
||||
"PE.Views.DocumentHolder.textArrangeFront": "Porta in primo piano",
|
||||
"PE.Views.DocumentHolder.textCopy": "Copia",
|
||||
"PE.Views.DocumentHolder.textCut": "Taglia",
|
||||
"PE.Views.DocumentHolder.textNextPage": "Diapositiva successiva",
|
||||
"PE.Views.DocumentHolder.textPaste": "Incolla",
|
||||
"PE.Views.DocumentHolder.textPrevPage": "Diapositiva precedente",
|
||||
"PE.Views.DocumentHolder.textShapeAlignBottom": "Allinea in basso",
|
||||
"PE.Views.DocumentHolder.textShapeAlignCenter": "Allinea al centro",
|
||||
"PE.Views.DocumentHolder.textShapeAlignLeft": "Allinea a sinistra",
|
||||
"PE.Views.DocumentHolder.textShapeAlignMiddle": "Allinea in mezzo",
|
||||
"PE.Views.DocumentHolder.textShapeAlignRight": "Allinea a destra",
|
||||
"PE.Views.DocumentHolder.textShapeAlignTop": "Allinea in alto",
|
||||
"PE.Views.DocumentHolder.textSlideSettings": "Slide Settings",
|
||||
"PE.Views.DocumentHolder.tipIsLocked": "Questo elemento sta modificando da un altro utente.",
|
||||
"PE.Views.DocumentHolder.topCellText": "Allinea in alto",
|
||||
"PE.Views.DocumentHolder.txtAlign": "Allinea",
|
||||
"PE.Views.DocumentHolder.txtArrange": "Disponi",
|
||||
"PE.Views.DocumentHolder.txtBackground": "Sfondo",
|
||||
"PE.Views.DocumentHolder.txtChangeLayout": "Cambia layout",
|
||||
"PE.Views.DocumentHolder.txtDeleteSlide": "Elimina diapositiva",
|
||||
"PE.Views.DocumentHolder.txtDistribHor": "Distribuisci orizzontalmente",
|
||||
"PE.Views.DocumentHolder.txtDistribVert": "Distribuisci verticalmente",
|
||||
"PE.Views.DocumentHolder.txtDuplicateSlide": "Duplica diapositiva",
|
||||
"PE.Views.DocumentHolder.txtGroup": "Raggruppa",
|
||||
"PE.Views.DocumentHolder.txtNewSlide": "Nuova diapositiva",
|
||||
"PE.Views.DocumentHolder.txtPressLink": "Premi CTRL e clicca sul collegamento",
|
||||
"PE.Views.DocumentHolder.txtPreview": "Anteprima",
|
||||
"PE.Views.DocumentHolder.txtSelectAll": "Seleziona tutto",
|
||||
"PE.Views.DocumentHolder.txtSlide": "Diapositiva",
|
||||
"PE.Views.DocumentHolder.txtUngroup": "Separa",
|
||||
"PE.Views.DocumentHolder.vertAlignText": "Allineamento verticale",
|
||||
"PE.Views.DocumentPreview.goToSlideText": "Va' alla diapositiva",
|
||||
"PE.Views.DocumentPreview.slideIndexText": "Diapositiva {0} di {1}",
|
||||
"PE.Views.DocumentPreview.txtClose": "Chiudi anteprima",
|
||||
"PE.Views.DocumentPreview.txtExitFullScreen": "Exit Full Screen",
|
||||
"PE.Views.DocumentPreview.txtFinalMessage": "Fine dell'anteprima di diapositiva. Clicca per uscire.",
|
||||
"PE.Views.DocumentPreview.txtFullScreen": "Full Screen",
|
||||
"PE.Views.DocumentPreview.txtNext": "Diapositiva successiva",
|
||||
"PE.Views.DocumentPreview.txtPageNumInvalid": "Numero diapositiva non corretto",
|
||||
"PE.Views.DocumentPreview.txtPause": "Sospendi presentazione",
|
||||
"PE.Views.DocumentPreview.txtPlay": "Avvia presentazione",
|
||||
"PE.Views.DocumentPreview.txtPrev": "Diapositiva precedente",
|
||||
"PE.Views.FileMenu.btnAboutCaption": "Informazioni sul programma",
|
||||
"PE.Views.FileMenu.btnBackCaption": "Va' ai Documenti",
|
||||
"PE.Views.FileMenu.btnCreateNewCaption": "Crea nuovo oggetto",
|
||||
"PE.Views.FileMenu.btnDownloadCaption": "Scarica in...",
|
||||
"PE.Views.FileMenu.btnHelpCaption": "Guida...",
|
||||
"PE.Views.FileMenu.btnInfoCaption": "Informazioni presentazione...",
|
||||
"PE.Views.FileMenu.btnPrintCaption": "Stampa",
|
||||
"PE.Views.FileMenu.btnRecentFilesCaption": "Apri recenti...",
|
||||
"PE.Views.FileMenu.btnReturnCaption": "Torna alla presentazione",
|
||||
"PE.Views.FileMenu.btnRightsCaption": "Access Rights...",
|
||||
"PE.Views.FileMenu.btnSaveAsCaption": "Salva con",
|
||||
"PE.Views.FileMenu.btnSaveCaption": "Salva",
|
||||
"PE.Views.FileMenu.btnSettingsCaption": "Impostazioni avanzate...",
|
||||
"PE.Views.FileMenu.btnToEditCaption": "Modifica presentazione",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromBlankText": "Da vuoto",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromTemplateText": "Da modello",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Crea una nuova presentazione vuota che potrai formattare durante la modifica. O scegli uno dei modelli per creare una presentazione di un certo tipo a quale sono già applicati certi stili.",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDocumentText": "Nuova presentazione",
|
||||
"PE.Views.FileMenuPanels.CreateNew.noTemplatesText": "Nessun modello",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtAuthor": "Autore",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Cambia diritti di accesso",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtDate": "Data di creazione",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Percorso",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtRights": "Persone con diritti",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Titolo presentazione",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Cambia diritti di accesso",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtRights": "Persone con diritti",
|
||||
"PE.Views.FileMenuPanels.Settings.okButtonText": "Applica",
|
||||
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides",
|
||||
"PE.Views.FileMenuPanels.Settings.strAutosave": "Attiva salvataggio automatico",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing mode",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them",
|
||||
"PE.Views.FileMenuPanels.Settings.strFast": "Fast",
|
||||
"PE.Views.FileMenuPanels.Settings.strInputMode": "Attiva geroglifici",
|
||||
"PE.Views.FileMenuPanels.Settings.strShowChanges": "Evidenzia modifiche di collaborazione",
|
||||
"PE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
||||
"PE.Views.FileMenuPanels.Settings.strUnit": "Unità di misura",
|
||||
"PE.Views.FileMenuPanels.Settings.strZoom": "Valore di zoom predefinito",
|
||||
"PE.Views.FileMenuPanels.Settings.text10Minutes": "Ogni 10 minuti",
|
||||
"PE.Views.FileMenuPanels.Settings.text30Minutes": "Ogni 30 minuti",
|
||||
"PE.Views.FileMenuPanels.Settings.text5Minutes": "Ogni 5 minuti",
|
||||
"PE.Views.FileMenuPanels.Settings.text60Minutes": "Ogni ora",
|
||||
"PE.Views.FileMenuPanels.Settings.textAlignGuides": "Alignment Guides",
|
||||
"PE.Views.FileMenuPanels.Settings.textAutoSave": "Salvataggio automatico",
|
||||
"PE.Views.FileMenuPanels.Settings.textDisabled": "Disattivato",
|
||||
"PE.Views.FileMenuPanels.Settings.textMinute": "Ogni minuto",
|
||||
"PE.Views.FileMenuPanels.Settings.txtAll": "Tutte",
|
||||
"PE.Views.FileMenuPanels.Settings.txtCm": "Centimetro",
|
||||
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "Adatta alla diapositiva",
|
||||
"PE.Views.FileMenuPanels.Settings.txtInput": "Input alternativo",
|
||||
"PE.Views.FileMenuPanels.Settings.txtLast": "Ultime",
|
||||
"PE.Views.FileMenuPanels.Settings.txtPt": "Punto",
|
||||
"PE.Views.HyperlinkSettingsDialog.cancelButtonText": "Annulla",
|
||||
"PE.Views.HyperlinkSettingsDialog.okButtonText": "OK",
|
||||
"PE.Views.HyperlinkSettingsDialog.strDisplay": "Visualizza",
|
||||
"PE.Views.HyperlinkSettingsDialog.strLinkTo": "Collega a",
|
||||
"PE.Views.HyperlinkSettingsDialog.strPlaceInDocument": "Seleziona in questo documento",
|
||||
"PE.Views.HyperlinkSettingsDialog.textDefault": "Testo selezionato",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyDesc": "Inserisci didascalia qui",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyLink": "Inserisci collegamento qui",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "Inserisci descrizione comando qui",
|
||||
"PE.Views.HyperlinkSettingsDialog.textExternalLink": "Collegamento esterno",
|
||||
"PE.Views.HyperlinkSettingsDialog.textInternalLink": "Diapositiva in questa presentazione",
|
||||
"PE.Views.HyperlinkSettingsDialog.textLinkType": "Tipo collegamento",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTipText": "Testo del suggerimento",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTitle": "Impostazioni collegamento ipertestuale",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtEmpty": "Questo campo è richiesto",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtFirst": "Prima diapositiva",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtLast": "Ultima diapositiva",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNext": "Diapositiva successiva",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNotUrl": "Il formato URL richiesto è \"http://www.example.com\"",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtPrev": "Diapositiva precedente",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtSlide": "Diapositiva",
|
||||
"PE.Views.ImageSettings.textAdvanced": "Mostra impostazioni avanzate",
|
||||
"PE.Views.ImageSettings.textFromFile": "Da file",
|
||||
"PE.Views.ImageSettings.textFromUrl": "Da URL",
|
||||
"PE.Views.ImageSettings.textHeight": "Altezza",
|
||||
"PE.Views.ImageSettings.textInsert": "Sostituisci immagine",
|
||||
"PE.Views.ImageSettings.textOriginalSize": "Predefinita",
|
||||
"PE.Views.ImageSettings.textSize": "Dimensione",
|
||||
"PE.Views.ImageSettings.textWidth": "Larghezza",
|
||||
"PE.Views.ImageSettingsAdvanced.cancelButtonText": "Annulla",
|
||||
"PE.Views.ImageSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ImageSettingsAdvanced.textHeight": "Altezza",
|
||||
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Proporzioni costanti",
|
||||
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Predefinita",
|
||||
"PE.Views.ImageSettingsAdvanced.textPosition": "Posizione",
|
||||
"PE.Views.ImageSettingsAdvanced.textSize": "Dimensione",
|
||||
"PE.Views.ImageSettingsAdvanced.textTitle": "Immagine - Impostazioni avanzate",
|
||||
"PE.Views.ImageSettingsAdvanced.textWidth": "Larghezza",
|
||||
"PE.Views.LeftMenu.tipAbout": "Informazioni su",
|
||||
"PE.Views.LeftMenu.tipChat": "Chat",
|
||||
"PE.Views.LeftMenu.tipComments": "Commenti",
|
||||
"PE.Views.LeftMenu.tipFile": "File",
|
||||
"PE.Views.LeftMenu.tipSearch": "Ricerca",
|
||||
"PE.Views.LeftMenu.tipSlides": "Diapositive",
|
||||
"PE.Views.LeftMenu.tipSupport": "Feedback & Support",
|
||||
"PE.Views.LeftMenu.tipTitles": "Titoli",
|
||||
"PE.Views.ParagraphSettings.strLineHeight": "Interlinea",
|
||||
"PE.Views.ParagraphSettings.strParagraphSpacing": "Spaziatura",
|
||||
"PE.Views.ParagraphSettings.strSpacingAfter": "Dopo",
|
||||
"PE.Views.ParagraphSettings.strSpacingBefore": "Prima",
|
||||
"PE.Views.ParagraphSettings.textAdvanced": "Mostra impostazioni avanzate",
|
||||
"PE.Views.ParagraphSettings.textAt": "A",
|
||||
"PE.Views.ParagraphSettings.textAtLeast": "Minima",
|
||||
"PE.Views.ParagraphSettings.textAuto": "Multipla",
|
||||
"PE.Views.ParagraphSettings.textExact": "Esatta",
|
||||
"PE.Views.ParagraphSettings.txtAutoText": "Auto",
|
||||
"PE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Annulla",
|
||||
"PE.Views.ParagraphSettingsAdvanced.noTabs": "The specified tabs will appear in this field",
|
||||
"PE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strAllCaps": "Maiuscole",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Barrato doppio",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Prima riga",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "A sinistra",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "A destra",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Tipo di carattere",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "Rientri e posizionamento",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSmallCaps": "Maiuscoletto",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strStrike": "Barrato",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSubscript": "Pedice",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSuperscript": "Apice",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strTabs": "Tabulazione",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textAlign": "Allineamento",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Spaziatura caratteri",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textDefault": "Predefinita",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textEffects": "Effetti",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemove": "Elimina",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Elimina tutto",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textSet": "Specifica",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabCenter": "Al centro",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabLeft": "A sinistra",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabPosition": "Posizione",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabRight": "A destra",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTitle": "Paragrafo - Impostazioni avanzate",
|
||||
"PE.Views.RightMenu.txtChartSettings": "Impostazioni grafico",
|
||||
"PE.Views.RightMenu.txtImageSettings": "Impostazioni immagine",
|
||||
"PE.Views.RightMenu.txtParagraphSettings": "Impostazioni testo",
|
||||
"PE.Views.RightMenu.txtShapeSettings": "Impostazioni forma",
|
||||
"PE.Views.RightMenu.txtSlideSettings": "Impostazioni diapositiva",
|
||||
"PE.Views.RightMenu.txtTableSettings": "Impostazioni tabella",
|
||||
"PE.Views.RightMenu.txtTextArtSettings": "Text Art Settings",
|
||||
"PE.Views.ShapeSettings.strBackground": "Colore sfondo",
|
||||
"PE.Views.ShapeSettings.strChange": "Cambia forma",
|
||||
"PE.Views.ShapeSettings.strColor": "Colore",
|
||||
"PE.Views.ShapeSettings.strFill": "Riempimento",
|
||||
"PE.Views.ShapeSettings.strForeground": "Colore primo piano",
|
||||
"PE.Views.ShapeSettings.strPattern": "Modello",
|
||||
"PE.Views.ShapeSettings.strSize": "Dimensione",
|
||||
"PE.Views.ShapeSettings.strStroke": "Tratto",
|
||||
"PE.Views.ShapeSettings.strTransparency": "Opacità",
|
||||
"PE.Views.ShapeSettings.textAdvanced": "Mostra impostazioni avanzate",
|
||||
"PE.Views.ShapeSettings.textBorderSizeErr": "Il valore inserito non è corretto.<br>Inserisci un valore tra 0 pt e 1584 pt.",
|
||||
"PE.Views.ShapeSettings.textColor": "Colore di riempimento",
|
||||
"PE.Views.ShapeSettings.textDirection": "Direzione",
|
||||
"PE.Views.ShapeSettings.textEmptyPattern": "Nessun modello",
|
||||
"PE.Views.ShapeSettings.textFromFile": "Da file",
|
||||
"PE.Views.ShapeSettings.textFromUrl": "Da URL",
|
||||
"PE.Views.ShapeSettings.textGradient": "Sfumatura",
|
||||
"PE.Views.ShapeSettings.textGradientFill": "Sfumatura",
|
||||
"PE.Views.ShapeSettings.textImageTexture": "Immagine o trama",
|
||||
"PE.Views.ShapeSettings.textLinear": "Lineare",
|
||||
"PE.Views.ShapeSettings.textNewColor": "Colore personalizzato",
|
||||
"PE.Views.ShapeSettings.textNoFill": "Nessun riempimento",
|
||||
"PE.Views.ShapeSettings.textPatternFill": "Modello",
|
||||
"PE.Views.ShapeSettings.textRadial": "Radiale",
|
||||
"PE.Views.ShapeSettings.textSelectTexture": "Seleziona",
|
||||
"PE.Views.ShapeSettings.textStandartColors": "Colori standard",
|
||||
"PE.Views.ShapeSettings.textStretch": "Estendi",
|
||||
"PE.Views.ShapeSettings.textStyle": "Stile",
|
||||
"PE.Views.ShapeSettings.textTexture": "Da trama",
|
||||
"PE.Views.ShapeSettings.textThemeColors": "Colori tema",
|
||||
"PE.Views.ShapeSettings.textTile": "Tela",
|
||||
"PE.Views.ShapeSettings.txtBrownPaper": "Carta da pacchi",
|
||||
"PE.Views.ShapeSettings.txtCanvas": "Tappeto",
|
||||
"PE.Views.ShapeSettings.txtCarton": "Cartone",
|
||||
"PE.Views.ShapeSettings.txtDarkFabric": "Tessuto scuro",
|
||||
"PE.Views.ShapeSettings.txtGrain": "Grano",
|
||||
"PE.Views.ShapeSettings.txtGranite": "Granito",
|
||||
"PE.Views.ShapeSettings.txtGreyPaper": "Carta grigia",
|
||||
"PE.Views.ShapeSettings.txtKnit": "A maglia",
|
||||
"PE.Views.ShapeSettings.txtLeather": "Cuoio",
|
||||
"PE.Views.ShapeSettings.txtNoBorders": "Nessuna linea",
|
||||
"PE.Views.ShapeSettings.txtPapyrus": "Papiro",
|
||||
"PE.Views.ShapeSettings.txtWood": "Legno",
|
||||
"PE.Views.ShapeSettingsAdvanced.cancelButtonText": "Annulla",
|
||||
"PE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ShapeSettingsAdvanced.strMargins": "Spaziatura interna",
|
||||
"PE.Views.ShapeSettingsAdvanced.textArrows": "Frecce",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginSize": "Dimensioni inizio",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginStyle": "Stile inizio",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBevel": "Smussato",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBottom": "In basso",
|
||||
"PE.Views.ShapeSettingsAdvanced.textCapType": "Tipo estremità",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Dimensioni fine",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Stile fine",
|
||||
"PE.Views.ShapeSettingsAdvanced.textFlat": "Uniforme",
|
||||
"PE.Views.ShapeSettingsAdvanced.textHeight": "Altezza",
|
||||
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Tipo giunzione",
|
||||
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Proporzioni costanti",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLeft": "A sinistra",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Stile linea",
|
||||
"PE.Views.ShapeSettingsAdvanced.textMiter": "Acuto",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRight": "A destra",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRound": "Rotondo",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSize": "Dimensione",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSquare": "Quadrato",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTitle": "Forma - Impostazioni avanzate",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTop": "In alto",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Spessori e frecce",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWidth": "Larghezza",
|
||||
"PE.Views.ShapeSettingsAdvanced.txtNone": "Niente",
|
||||
"PE.Views.SlideSettings.strBackground": "Colore sfondo",
|
||||
"PE.Views.SlideSettings.strColor": "Colore",
|
||||
"PE.Views.SlideSettings.strDelay": "Ritardo",
|
||||
"PE.Views.SlideSettings.strDuration": "Durata",
|
||||
"PE.Views.SlideSettings.strEffect": "Effetto",
|
||||
"PE.Views.SlideSettings.strFill": "Riempimento",
|
||||
"PE.Views.SlideSettings.strForeground": "Colore primo piano",
|
||||
"PE.Views.SlideSettings.strPattern": "Modello",
|
||||
"PE.Views.SlideSettings.strStartOnClick": "Inizia al clic del mouse",
|
||||
"PE.Views.SlideSettings.textAdvanced": "Mostra impostazioni avanzate",
|
||||
"PE.Views.SlideSettings.textApplyAll": "Applica a tutte le diapositive",
|
||||
"PE.Views.SlideSettings.textBlack": "Attraverso il nero",
|
||||
"PE.Views.SlideSettings.textBottom": "In basso",
|
||||
"PE.Views.SlideSettings.textBottomLeft": "In basso a sinistra",
|
||||
"PE.Views.SlideSettings.textBottomRight": "In basso a destra",
|
||||
"PE.Views.SlideSettings.textClock": "Orologio",
|
||||
"PE.Views.SlideSettings.textClockwise": "In senso orario",
|
||||
"PE.Views.SlideSettings.textColor": "Colore di riempimento",
|
||||
"PE.Views.SlideSettings.textCounterclockwise": "In senso antiorario",
|
||||
"PE.Views.SlideSettings.textCover": "Copri",
|
||||
"PE.Views.SlideSettings.textDirection": "Direzione",
|
||||
"PE.Views.SlideSettings.textEmptyPattern": "Nessun modello",
|
||||
"PE.Views.SlideSettings.textFade": "Dissolvenza",
|
||||
"PE.Views.SlideSettings.textFromFile": "Da file",
|
||||
"PE.Views.SlideSettings.textFromUrl": "Da URL",
|
||||
"PE.Views.SlideSettings.textGradient": "Sfumatura",
|
||||
"PE.Views.SlideSettings.textGradientFill": "Sfumatura",
|
||||
"PE.Views.SlideSettings.textHorizontalIn": "Avanti orizzontale",
|
||||
"PE.Views.SlideSettings.textHorizontalOut": "Indietro orizzontale",
|
||||
"PE.Views.SlideSettings.textImageTexture": "Immagine o trama",
|
||||
"PE.Views.SlideSettings.textLeft": "A sinistra",
|
||||
"PE.Views.SlideSettings.textLinear": "Lineare",
|
||||
"PE.Views.SlideSettings.textNewColor": "Colore personalizzato",
|
||||
"PE.Views.SlideSettings.textNoFill": "Nessun riempimento",
|
||||
"PE.Views.SlideSettings.textNone": "Niente",
|
||||
"PE.Views.SlideSettings.textPatternFill": "Modello",
|
||||
"PE.Views.SlideSettings.textPreview": "Anteprima",
|
||||
"PE.Views.SlideSettings.textPush": "Spinta",
|
||||
"PE.Views.SlideSettings.textRadial": "Radiale",
|
||||
"PE.Views.SlideSettings.textReset": "Reimposta modifiche",
|
||||
"PE.Views.SlideSettings.textRight": "A destra",
|
||||
"PE.Views.SlideSettings.textSelectTexture": "Seleziona",
|
||||
"PE.Views.SlideSettings.textSmoothly": "Sfumatura",
|
||||
"PE.Views.SlideSettings.textSplit": "Dividi",
|
||||
"PE.Views.SlideSettings.textStandartColors": "Colori standard",
|
||||
"PE.Views.SlideSettings.textStretch": "Estendi",
|
||||
"PE.Views.SlideSettings.textStyle": "Stile",
|
||||
"PE.Views.SlideSettings.textTexture": "Da trama",
|
||||
"PE.Views.SlideSettings.textThemeColors": "Colori tema",
|
||||
"PE.Views.SlideSettings.textTile": "Tela",
|
||||
"PE.Views.SlideSettings.textTop": "In alto",
|
||||
"PE.Views.SlideSettings.textTopLeft": "In alto a sinistra",
|
||||
"PE.Views.SlideSettings.textTopRight": "In alto a destra",
|
||||
"PE.Views.SlideSettings.textUnCover": "Scopri",
|
||||
"PE.Views.SlideSettings.textVerticalIn": "Avanti verticale",
|
||||
"PE.Views.SlideSettings.textVerticalOut": "Indietro verticale",
|
||||
"PE.Views.SlideSettings.textWedge": "Cuneo",
|
||||
"PE.Views.SlideSettings.textWipe": "Tendina",
|
||||
"PE.Views.SlideSettings.textZoom": "Zoom",
|
||||
"PE.Views.SlideSettings.textZoomIn": "Zoom avanti",
|
||||
"PE.Views.SlideSettings.textZoomOut": "Zoom indietro",
|
||||
"PE.Views.SlideSettings.textZoomRotate": "Zoom e rotazione",
|
||||
"PE.Views.SlideSettings.txtBrownPaper": "Carta da pacchi",
|
||||
"PE.Views.SlideSettings.txtCanvas": "Tappeto",
|
||||
"PE.Views.SlideSettings.txtCarton": "Cartone",
|
||||
"PE.Views.SlideSettings.txtDarkFabric": "Tessuto scuro",
|
||||
"PE.Views.SlideSettings.txtGrain": "Grano",
|
||||
"PE.Views.SlideSettings.txtGranite": "Granito",
|
||||
"PE.Views.SlideSettings.txtGreyPaper": "Carta grigia",
|
||||
"PE.Views.SlideSettings.txtKnit": "A maglia",
|
||||
"PE.Views.SlideSettings.txtLeather": "Cuoio",
|
||||
"PE.Views.SlideSettings.txtPapyrus": "Papiro",
|
||||
"PE.Views.SlideSettings.txtWood": "Legno",
|
||||
"PE.Views.SlideSizeSettings.cancelButtonText": "Annulla",
|
||||
"PE.Views.SlideSizeSettings.okButtonText": "OK",
|
||||
"PE.Views.SlideSizeSettings.textHeight": "Altezza",
|
||||
"PE.Views.SlideSizeSettings.textSlideSize": "Dimensione diapositiva",
|
||||
"PE.Views.SlideSizeSettings.textTitle": "Impostazioni dimensione diapositiva",
|
||||
"PE.Views.SlideSizeSettings.textWidth": "Larghezza",
|
||||
"PE.Views.SlideSizeSettings.txt35": "35 mm Slides",
|
||||
"PE.Views.SlideSizeSettings.txtA3": "A3 Paper (297x420 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtA4": "A4 Paper (210x297 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtB4": "B4 (ICO) Paper (250x353 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtB5": "B5 (ICO) Paper (176x250 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtBanner": "Banner",
|
||||
"PE.Views.SlideSizeSettings.txtCustom": "Personalizzato",
|
||||
"PE.Views.SlideSizeSettings.txtLedger": "Ledger Paper (11x17 in)",
|
||||
"PE.Views.SlideSizeSettings.txtLetter": "Letter Paper (8.5x11 in)",
|
||||
"PE.Views.SlideSizeSettings.txtOverhead": "Lucidi",
|
||||
"PE.Views.SlideSizeSettings.txtStandard": "Standard (4:3)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen1": "Widescreen (16:9)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen2": "Widescreen (16:10)",
|
||||
"PE.Views.Statusbar.goToPageText": "Va' alla diapositiva",
|
||||
"PE.Views.Statusbar.pageIndexText": "Diapositiva {0} di {1}",
|
||||
"PE.Views.Statusbar.tipAccessRights": "Manage document access rights",
|
||||
"PE.Views.Statusbar.tipFitPage": "Adatta alla diapositiva",
|
||||
"PE.Views.Statusbar.tipFitWidth": "Adatta alla larghezza",
|
||||
"PE.Views.Statusbar.tipMoreUsers": "e %1 utenti.",
|
||||
"PE.Views.Statusbar.tipPreview": "Start Preview",
|
||||
"PE.Views.Statusbar.tipShowUsers": "Per vedere tutti gli utenti, clicca sull'icona di sotto.",
|
||||
"PE.Views.Statusbar.tipUsers": "Il documento sta modificando da più utenti.",
|
||||
"PE.Views.Statusbar.tipViewUsers": "View users and manage document access rights",
|
||||
"PE.Views.Statusbar.tipZoomFactor": "Ingrandimento",
|
||||
"PE.Views.Statusbar.tipZoomIn": "Zoom avanti",
|
||||
"PE.Views.Statusbar.tipZoomOut": "Zoom indietro",
|
||||
"PE.Views.Statusbar.txAccessRights": "Change access rights",
|
||||
"PE.Views.Statusbar.txtPageNumInvalid": "Numero diapositiva non corretto",
|
||||
"PE.Views.TableSettings.deleteColumnText": "Elimina colonna",
|
||||
"PE.Views.TableSettings.deleteRowText": "Elimina riga",
|
||||
"PE.Views.TableSettings.deleteTableText": "Elimina tabella",
|
||||
"PE.Views.TableSettings.insertColumnLeftText": "Inserisci colonna a sinistra",
|
||||
"PE.Views.TableSettings.insertColumnRightText": "Inserisci colonna a destra",
|
||||
"PE.Views.TableSettings.insertRowAboveText": "Inserisci riga sopra",
|
||||
"PE.Views.TableSettings.insertRowBelowText": "Inserisci riga sotto",
|
||||
"PE.Views.TableSettings.mergeCellsText": "Unisci celle",
|
||||
"PE.Views.TableSettings.selectCellText": "Seleziona cella",
|
||||
"PE.Views.TableSettings.selectColumnText": "Seleziona colonna",
|
||||
"PE.Views.TableSettings.selectRowText": "Seleziona riga",
|
||||
"PE.Views.TableSettings.selectTableText": "Seleziona tabella",
|
||||
"PE.Views.TableSettings.splitCellsText": "Dividi cella...",
|
||||
"PE.Views.TableSettings.splitCellTitleText": "Dividi cella",
|
||||
"PE.Views.TableSettings.textAdvanced": "Mostra impostazioni avanzate",
|
||||
"PE.Views.TableSettings.textBackColor": "Colore sfondo",
|
||||
"PE.Views.TableSettings.textBanded": "Altera",
|
||||
"PE.Views.TableSettings.textBorderColor": "Colore",
|
||||
"PE.Views.TableSettings.textBorders": "Stile bordo",
|
||||
"PE.Views.TableSettings.textColumns": "Colonne",
|
||||
"PE.Views.TableSettings.textEdit": "Righe e colonne",
|
||||
"PE.Views.TableSettings.textEmptyTemplate": "Nessun modello",
|
||||
"PE.Views.TableSettings.textFirst": "Prima",
|
||||
"PE.Views.TableSettings.textHeader": "Intestazione",
|
||||
"PE.Views.TableSettings.textLast": "Ultima",
|
||||
"PE.Views.TableSettings.textNewColor": "Colore personalizzato",
|
||||
"PE.Views.TableSettings.textRows": "Righe",
|
||||
"PE.Views.TableSettings.textSelectBorders": "Seleziona i bordi che desideri modificare applicando lo stile scelto sopra",
|
||||
"PE.Views.TableSettings.textStandartColors": "Colori standard",
|
||||
"PE.Views.TableSettings.textTemplate": "Seleziona da modello",
|
||||
"PE.Views.TableSettings.textThemeColors": "Colori tema",
|
||||
"PE.Views.TableSettings.textTotal": "Totale",
|
||||
"PE.Views.TableSettings.tipAll": "Imposta bordo esterno e tutte le linee interne",
|
||||
"PE.Views.TableSettings.tipBottom": "Imposta solo bordo esterno inferiore",
|
||||
"PE.Views.TableSettings.tipInner": "Imposta solo linee interne",
|
||||
"PE.Views.TableSettings.tipInnerHor": "Imposta solo linee interne orizzontali",
|
||||
"PE.Views.TableSettings.tipInnerVert": "Imposta solo linee interne verticali",
|
||||
"PE.Views.TableSettings.tipLeft": "Imposta solo bordo esterno sinistro",
|
||||
"PE.Views.TableSettings.tipNone": "Non impostare bordi",
|
||||
"PE.Views.TableSettings.tipOuter": "Imposta solo bordi esterni",
|
||||
"PE.Views.TableSettings.tipRight": "Imposta solo bordo esterno destro",
|
||||
"PE.Views.TableSettings.tipTop": "Imposta solo bordo esterno superiore",
|
||||
"PE.Views.TableSettings.txtNoBorders": "Nessun bordo",
|
||||
"PE.Views.TableSettingsAdvanced.cancelButtonText": "Annulla",
|
||||
"PE.Views.TableSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.TableSettingsAdvanced.textBottom": "In basso",
|
||||
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Utilizza margini predefiniti",
|
||||
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Margini predefiniti",
|
||||
"PE.Views.TableSettingsAdvanced.textLeft": "A sinistra",
|
||||
"PE.Views.TableSettingsAdvanced.textMargins": "Margini cella",
|
||||
"PE.Views.TableSettingsAdvanced.textRight": "A destra",
|
||||
"PE.Views.TableSettingsAdvanced.textTitle": "Tabella - Impostazioni avanzate",
|
||||
"PE.Views.TableSettingsAdvanced.textTop": "In alto",
|
||||
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Margini",
|
||||
"PE.Views.TextArtSettings.strBackground": "Background color",
|
||||
"PE.Views.TextArtSettings.strColor": "Color",
|
||||
"PE.Views.TextArtSettings.strFill": "Fill",
|
||||
"PE.Views.TextArtSettings.strForeground": "Foreground color",
|
||||
"PE.Views.TextArtSettings.strPattern": "Pattern",
|
||||
"PE.Views.TextArtSettings.strSize": "Size",
|
||||
"PE.Views.TextArtSettings.strStroke": "Stroke",
|
||||
"PE.Views.TextArtSettings.strTransparency": "Opacity",
|
||||
"PE.Views.TextArtSettings.textBorderSizeErr": "The entered value is incorrect.<br>Please enter a value between 0 pt and 1584 pt.",
|
||||
"PE.Views.TextArtSettings.textColor": "Color Fill",
|
||||
"PE.Views.TextArtSettings.textDirection": "Direction",
|
||||
"PE.Views.TextArtSettings.textEmptyPattern": "No Pattern",
|
||||
"PE.Views.TextArtSettings.textFromFile": "From File",
|
||||
"PE.Views.TextArtSettings.textFromUrl": "From URL",
|
||||
"PE.Views.TextArtSettings.textGradient": "Gradient",
|
||||
"PE.Views.TextArtSettings.textGradientFill": "Gradient Fill",
|
||||
"PE.Views.TextArtSettings.textImageTexture": "Picture or Texture",
|
||||
"PE.Views.TextArtSettings.textLinear": "Linear",
|
||||
"PE.Views.TextArtSettings.textNewColor": "Add New Custom Color",
|
||||
"PE.Views.TextArtSettings.textNoFill": "No Fill",
|
||||
"PE.Views.TextArtSettings.textPatternFill": "Pattern",
|
||||
"PE.Views.TextArtSettings.textRadial": "Radial",
|
||||
"PE.Views.TextArtSettings.textSelectTexture": "Select",
|
||||
"PE.Views.TextArtSettings.textStandartColors": "Standard Colors",
|
||||
"PE.Views.TextArtSettings.textStretch": "Stretch",
|
||||
"PE.Views.TextArtSettings.textStyle": "Style",
|
||||
"PE.Views.TextArtSettings.textTemplate": "Template",
|
||||
"PE.Views.TextArtSettings.textTexture": "From Texture",
|
||||
"PE.Views.TextArtSettings.textThemeColors": "Theme Colors",
|
||||
"PE.Views.TextArtSettings.textTile": "Tile",
|
||||
"PE.Views.TextArtSettings.textTransform": "Transform",
|
||||
"PE.Views.TextArtSettings.txtBrownPaper": "Brown Paper",
|
||||
"PE.Views.TextArtSettings.txtCanvas": "Canvas",
|
||||
"PE.Views.TextArtSettings.txtCarton": "Carton",
|
||||
"PE.Views.TextArtSettings.txtDarkFabric": "Dark Fabric",
|
||||
"PE.Views.TextArtSettings.txtGrain": "Grain",
|
||||
"PE.Views.TextArtSettings.txtGranite": "Granite",
|
||||
"PE.Views.TextArtSettings.txtGreyPaper": "Gray Paper",
|
||||
"PE.Views.TextArtSettings.txtKnit": "Knit",
|
||||
"PE.Views.TextArtSettings.txtLeather": "Leather",
|
||||
"PE.Views.TextArtSettings.txtNoBorders": "No Line",
|
||||
"PE.Views.TextArtSettings.txtPapyrus": "Papyrus",
|
||||
"PE.Views.TextArtSettings.txtWood": "Wood",
|
||||
"PE.Views.Toolbar.mniCustomTable": "Inserisci tabella personalizzata",
|
||||
"PE.Views.Toolbar.mniImageFromFile": "Immagine da file",
|
||||
"PE.Views.Toolbar.mniImageFromUrl": "Immagine da URL",
|
||||
"PE.Views.Toolbar.mniSlideAdvanced": "Impostazioni avanzate",
|
||||
"PE.Views.Toolbar.mniSlideStandard": "Standard (4:3)",
|
||||
"PE.Views.Toolbar.mniSlideWide": "Widescreen (16:9)",
|
||||
"PE.Views.Toolbar.textAlignBottom": "Allinea testo in basso",
|
||||
"PE.Views.Toolbar.textAlignCenter": "Centra testo",
|
||||
"PE.Views.Toolbar.textAlignJust": "Giustifica",
|
||||
"PE.Views.Toolbar.textAlignLeft": "Allinea testo a sinistra",
|
||||
"PE.Views.Toolbar.textAlignMiddle": "Allinea testo in mezzo",
|
||||
"PE.Views.Toolbar.textAlignRight": "Allinea testo a destra",
|
||||
"PE.Views.Toolbar.textAlignTop": "Allinea testo in alto",
|
||||
"PE.Views.Toolbar.textArea": "Ad area",
|
||||
"PE.Views.Toolbar.textArrangeBack": "Porta in secondo piano",
|
||||
"PE.Views.Toolbar.textArrangeBackward": "Porta indietro",
|
||||
"PE.Views.Toolbar.textArrangeForward": "Porta avanti",
|
||||
"PE.Views.Toolbar.textArrangeFront": "Porta in primo piano",
|
||||
"PE.Views.Toolbar.textBar": "A barre",
|
||||
"PE.Views.Toolbar.textBold": "Grassetto",
|
||||
"PE.Views.Toolbar.textCancel": "Annulla",
|
||||
"PE.Views.Toolbar.textColumn": "Istogramma",
|
||||
"PE.Views.Toolbar.textCompactView": "Mostra barra degli strumenti compatta",
|
||||
"PE.Views.Toolbar.textFitPage": "Adatta alla diapositiva",
|
||||
"PE.Views.Toolbar.textFitWidth": "Adatta alla larghezza",
|
||||
"PE.Views.Toolbar.textHideLines": "Nascondi righelli",
|
||||
"PE.Views.Toolbar.textHideStatusBar": "Nascondi barra di stato",
|
||||
"PE.Views.Toolbar.textHideTitleBar": "Nascondi barra di titolo",
|
||||
"PE.Views.Toolbar.textInsText": "Insert text box",
|
||||
"PE.Views.Toolbar.textInsTextArt": "Insert Text Art",
|
||||
"PE.Views.Toolbar.textItalic": "Corsivo",
|
||||
"PE.Views.Toolbar.textLine": "A linee",
|
||||
"PE.Views.Toolbar.textNewColor": "Colore personalizzato",
|
||||
"PE.Views.Toolbar.textOK": "OK",
|
||||
"PE.Views.Toolbar.textPie": "A torta",
|
||||
"PE.Views.Toolbar.textPoint": "A punti",
|
||||
"PE.Views.Toolbar.textShapeAlignBottom": "Allinea in basso",
|
||||
"PE.Views.Toolbar.textShapeAlignCenter": "Allinea al centro",
|
||||
"PE.Views.Toolbar.textShapeAlignLeft": "Allinea a sinistra",
|
||||
"PE.Views.Toolbar.textShapeAlignMiddle": "Allinea in mezzo",
|
||||
"PE.Views.Toolbar.textShapeAlignRight": "Allinea a destra",
|
||||
"PE.Views.Toolbar.textShapeAlignTop": "Allinea in alto",
|
||||
"PE.Views.Toolbar.textStandartColors": "Colori standard",
|
||||
"PE.Views.Toolbar.textStock": "Azionario",
|
||||
"PE.Views.Toolbar.textStrikeout": "Barrato",
|
||||
"PE.Views.Toolbar.textSubscript": "Pedice",
|
||||
"PE.Views.Toolbar.textSuperscript": "Apice",
|
||||
"PE.Views.Toolbar.textThemeColors": "Colori tema",
|
||||
"PE.Views.Toolbar.textTitleError": "Errore",
|
||||
"PE.Views.Toolbar.textUnderline": "Sottolineato",
|
||||
"PE.Views.Toolbar.textZoom": "Zoom",
|
||||
"PE.Views.Toolbar.tipAddSlide": "Aggiungi diapositiva",
|
||||
"PE.Views.Toolbar.tipAdvSettings": "Impostazioni avanzate",
|
||||
"PE.Views.Toolbar.tipBack": "Indietro",
|
||||
"PE.Views.Toolbar.tipChangeSlide": "Cambia layout diapositiva",
|
||||
"PE.Views.Toolbar.tipClearStyle": "Cancella stile",
|
||||
"PE.Views.Toolbar.tipColorSchemas": "Cambia combinazione colori",
|
||||
"PE.Views.Toolbar.tipCopy": "Copia",
|
||||
"PE.Views.Toolbar.tipCopyStyle": "Copia stile",
|
||||
"PE.Views.Toolbar.tipDecPrLeft": "Riduci rientro",
|
||||
"PE.Views.Toolbar.tipFontColor": "Colore caratteri",
|
||||
"PE.Views.Toolbar.tipFontName": "Nome tipo di carattere",
|
||||
"PE.Views.Toolbar.tipFontSize": "Dimensione carattere",
|
||||
"PE.Views.Toolbar.tipHAligh": "Allineamento orizzontale",
|
||||
"PE.Views.Toolbar.tipHideBars": "Nascondi barra di titolo e barra di stato",
|
||||
"PE.Views.Toolbar.tipIncPrLeft": "Aumenta rientro",
|
||||
"PE.Views.Toolbar.tipInsertChart": "Inserisci grafico",
|
||||
"PE.Views.Toolbar.tipInsertHyperlink": "Aggiungi collegamento ipertestuale",
|
||||
"PE.Views.Toolbar.tipInsertImage": "Inserisci immagine",
|
||||
"PE.Views.Toolbar.tipInsertShape": "Inserisci forma",
|
||||
"PE.Views.Toolbar.tipInsertTable": "Inserisci tabella",
|
||||
"PE.Views.Toolbar.tipInsertText": "Inserisci testo",
|
||||
"PE.Views.Toolbar.tipLineSpace": "Interlinea",
|
||||
"PE.Views.Toolbar.tipMarkers": "Elenchi puntati",
|
||||
"PE.Views.Toolbar.tipNewDocument": "Nuova presentazione",
|
||||
"PE.Views.Toolbar.tipNumbers": "Elenchi numerati",
|
||||
"PE.Views.Toolbar.tipOpenDocument": "Apri presentazione",
|
||||
"PE.Views.Toolbar.tipPaste": "Incolla",
|
||||
"PE.Views.Toolbar.tipPreview": "Avvia anteprima",
|
||||
"PE.Views.Toolbar.tipPrint": "Stampa",
|
||||
"PE.Views.Toolbar.tipRedo": "Ripristina",
|
||||
"PE.Views.Toolbar.tipSave": "Salva",
|
||||
"PE.Views.Toolbar.tipSaveCoauth": "Save your changes for the other users to see them.",
|
||||
"PE.Views.Toolbar.tipShapeAlign": "Allinea forma",
|
||||
"PE.Views.Toolbar.tipShapeArrange": "Disponi forma",
|
||||
"PE.Views.Toolbar.tipSlideSize": "Seleziona dimensione diapositiva",
|
||||
"PE.Views.Toolbar.tipSlideTheme": "Tema diapositiva",
|
||||
"PE.Views.Toolbar.tipUndo": "Annulla",
|
||||
"PE.Views.Toolbar.tipVAligh": "Allineamento verticale",
|
||||
"PE.Views.Toolbar.tipViewSettings": "Mostra impostazioni",
|
||||
"PE.Views.Toolbar.txtDistribHor": "Distribuisci orizzontalmente",
|
||||
"PE.Views.Toolbar.txtDistribVert": "Distribuisci verticalmente",
|
||||
"PE.Views.Toolbar.txtGroup": "Raggruppa",
|
||||
"PE.Views.Toolbar.txtScheme1": "Ufficio",
|
||||
"PE.Views.Toolbar.txtScheme10": "Luna",
|
||||
"PE.Views.Toolbar.txtScheme11": "Metro",
|
||||
"PE.Views.Toolbar.txtScheme12": "Modulo",
|
||||
"PE.Views.Toolbar.txtScheme13": "Mito",
|
||||
"PE.Views.Toolbar.txtScheme14": "Loggia",
|
||||
"PE.Views.Toolbar.txtScheme15": "Satellite",
|
||||
"PE.Views.Toolbar.txtScheme16": "Carta",
|
||||
"PE.Views.Toolbar.txtScheme17": "Solstizio",
|
||||
"PE.Views.Toolbar.txtScheme18": "Tecnologia",
|
||||
"PE.Views.Toolbar.txtScheme19": "Terra",
|
||||
"PE.Views.Toolbar.txtScheme2": "Scala di grigi",
|
||||
"PE.Views.Toolbar.txtScheme20": "Tramonto",
|
||||
"PE.Views.Toolbar.txtScheme21": "Verve",
|
||||
"PE.Views.Toolbar.txtScheme3": "Vertice",
|
||||
"PE.Views.Toolbar.txtScheme4": "Astro",
|
||||
"PE.Views.Toolbar.txtScheme5": "Città",
|
||||
"PE.Views.Toolbar.txtScheme6": "Viale",
|
||||
"PE.Views.Toolbar.txtScheme7": "Universo",
|
||||
"PE.Views.Toolbar.txtScheme8": "Flusso",
|
||||
"PE.Views.Toolbar.txtScheme9": "Galassia",
|
||||
"PE.Views.Toolbar.txtUngroup": "Separa"
|
||||
}
|
||||
@@ -0,0 +1,858 @@
|
||||
{
|
||||
"Common.Controllers.Chat.notcriticalErrorTitle": " 警告",
|
||||
"Common.Controllers.Chat.textEnterMessage": "ここでメッセージを挿入してください。",
|
||||
"Common.Controllers.Chat.textUserLimit": "ONLYOFFICE無料版を使用しています。<br>同時に2人のユーザのみは文書を編集することができます。<br>もっとが必要ですか。ONLYOFFICEエンタープライズ版の購入を検討してください。<br><a href=\"http://www.onlyoffice.com/free-edition.aspx\" target=\"_blank\">Read more</a>",
|
||||
"Common.Controllers.ExternalDiagramEditor.textAnonymous": "匿名",
|
||||
"Common.Controllers.ExternalDiagramEditor.textClose": "閉じる",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningText": "他のユーザは編集しているのためオブジェクトが無効になります。",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningTitle": " 警告",
|
||||
"Common.UI.ComboBorderSize.txtNoBorders": "枠線なし",
|
||||
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "枠線なし",
|
||||
"Common.UI.ComboDataView.emptyComboText": "スタイルなし",
|
||||
"Common.UI.ExtendedColorDialog.addButtonText": "追加",
|
||||
"Common.UI.ExtendedColorDialog.cancelButtonText": "キャンセル",
|
||||
"Common.UI.ExtendedColorDialog.textCurrent": "現在",
|
||||
"Common.UI.ExtendedColorDialog.textHexErr": "入力された値が正しくありません。<br>000000〜FFFFFFの数値を入力してください。",
|
||||
"Common.UI.ExtendedColorDialog.textNew": "新しい",
|
||||
"Common.UI.ExtendedColorDialog.textRGBErr": "入力された値が正しくありません。<br>0〜255の数値を入力してください。",
|
||||
"Common.UI.HSBColorPicker.textNoColor": "色なし",
|
||||
"Common.UI.SearchDialog.textHighlight": "結果を強調表示",
|
||||
"Common.UI.SearchDialog.textMatchCase": "大文字と小文字の区別",
|
||||
"Common.UI.SearchDialog.textReplaceDef": "代替テキストの挿入",
|
||||
"Common.UI.SearchDialog.textSearchStart": "ここでテキストを挿入してください。",
|
||||
"Common.UI.SearchDialog.textTitle": "検索",
|
||||
"Common.UI.SearchDialog.textTitle2": "検索",
|
||||
"Common.UI.SearchDialog.textWholeWords": "単語全体",
|
||||
"Common.UI.SearchDialog.txtBtnHideReplace": "変更を表示しない",
|
||||
"Common.UI.SearchDialog.txtBtnReplace": "置き換え",
|
||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "全ての置き換え",
|
||||
"Common.UI.SynchronizeTip.textDontShow": "今後このメッセージを表示しない",
|
||||
"Common.UI.SynchronizeTip.textSynchronize": "ドキュメントは他のユーザーによって変更されました。<br/>変更を保存するためにここでクリックし、アップデートを再ロードしてください。",
|
||||
"Common.UI.Window.cancelButtonText": "キャンセル",
|
||||
"Common.UI.Window.closeButtonText": "閉じる",
|
||||
"Common.UI.Window.noButtonText": "いいえ",
|
||||
"Common.UI.Window.okButtonText": "OK",
|
||||
"Common.UI.Window.textConfirmation": "確認",
|
||||
"Common.UI.Window.textDontShow": "今後このメッセージを表示しない",
|
||||
"Common.UI.Window.textError": "エラー",
|
||||
"Common.UI.Window.textInformation": "情報",
|
||||
"Common.UI.Window.textWarning": " 警告",
|
||||
"Common.UI.Window.yesButtonText": "はい",
|
||||
"Common.Utils.Metric.txtCm": "センチ",
|
||||
"Common.Utils.Metric.txtPt": "pt",
|
||||
"Common.Views.About.txtAddress": "アドレス:",
|
||||
"Common.Views.About.txtAscAddress": "Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021",
|
||||
"Common.Views.About.txtLicensee": "ライセンス",
|
||||
"Common.Views.About.txtLicensor": "ライセンサー",
|
||||
"Common.Views.About.txtMail": "メール:",
|
||||
"Common.Views.About.txtPoweredBy": "Powered by",
|
||||
"Common.Views.About.txtTel": "電話番号:",
|
||||
"Common.Views.About.txtVersion": "バージョン",
|
||||
"Common.Views.AdvancedSettingsWindow.cancelButtonText": "キャンセル",
|
||||
"Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
|
||||
"Common.Views.Chat.textSend": "送信",
|
||||
"Common.Views.Comments.textAdd": "追加",
|
||||
"Common.Views.Comments.textAddComment": "コメントの追加",
|
||||
"Common.Views.Comments.textAddCommentToDoc": "ドキュメントにコメントの追加",
|
||||
"Common.Views.Comments.textAddReply": "返信の追加",
|
||||
"Common.Views.Comments.textAnonym": "ゲスト",
|
||||
"Common.Views.Comments.textCancel": "キャンセル",
|
||||
"Common.Views.Comments.textClose": "閉じる",
|
||||
"Common.Views.Comments.textComments": "コメント",
|
||||
"Common.Views.Comments.textEdit": "編集",
|
||||
"Common.Views.Comments.textEnterCommentHint": "ここでコメントを挿入してください。",
|
||||
"Common.Views.Comments.textOpenAgain": "もう一度開きます",
|
||||
"Common.Views.Comments.textReply": "返信",
|
||||
"Common.Views.Comments.textResolve": "解決",
|
||||
"Common.Views.Comments.textResolved": "解決済み",
|
||||
"Common.Views.CopyWarningDialog.textDontShow": "今後このメッセージを表示しない",
|
||||
"Common.Views.CopyWarningDialog.textMsg": "このタブの編集のツールバーのボタンとコンテキストメニューを使って、コピー、分割と貼り付けをすることができます。<br><br>他のアプリケーションにコピーと貼り付けのために、次のショートカットキー を使ってください:",
|
||||
"Common.Views.CopyWarningDialog.textTitle": "コピー,切り取り,貼り付けの操作",
|
||||
"Common.Views.CopyWarningDialog.textToCopy": "コピーのため",
|
||||
"Common.Views.CopyWarningDialog.textToCut": "切り取りのため",
|
||||
"Common.Views.CopyWarningDialog.textToPaste": "貼り付のため",
|
||||
"Common.Views.DocumentAccessDialog.textLoading": "読み込み中...",
|
||||
"Common.Views.DocumentAccessDialog.textTitle": "共有設定",
|
||||
"Common.Views.ExternalDiagramEditor.textClose": "閉じる",
|
||||
"Common.Views.ExternalDiagramEditor.textSave": "保存と終了",
|
||||
"Common.Views.ExternalDiagramEditor.textTitle": "グラフの編集",
|
||||
"Common.Views.Header.openNewTabText": "新しいタブに開く",
|
||||
"Common.Views.Header.textBack": "ドキュメントに移動",
|
||||
"Common.Views.ImageFromUrlDialog.cancelButtonText": "キャンセル",
|
||||
"Common.Views.ImageFromUrlDialog.okButtonText": "OK",
|
||||
"Common.Views.ImageFromUrlDialog.textUrl": "画像のURLの貼り付け",
|
||||
"Common.Views.ImageFromUrlDialog.txtEmpty": "このフィールドは必須項目です",
|
||||
"Common.Views.ImageFromUrlDialog.txtNotUrl": "このフィールドは「http://www.example.com」の形式のURLである必要があります。",
|
||||
"Common.Views.InsertTableDialog.cancelButtonText": "キャンセル",
|
||||
"Common.Views.InsertTableDialog.okButtonText": "OK",
|
||||
"Common.Views.InsertTableDialog.textInvalidRowsCols": "有効な行と列の数を指定する必要があります。",
|
||||
"Common.Views.InsertTableDialog.txtColumns": "列数",
|
||||
"Common.Views.InsertTableDialog.txtMaxText": "このフィールドの最大値は{0}です。",
|
||||
"Common.Views.InsertTableDialog.txtMinText": "このフィールドの最小値は{0}です。",
|
||||
"Common.Views.InsertTableDialog.txtRows": "行数",
|
||||
"Common.Views.InsertTableDialog.txtTitle": "表のサイズ",
|
||||
"PE.Controllers.LeftMenu.newDocumentTitle": "名前が付けられていないプレゼンテーション",
|
||||
"PE.Controllers.LeftMenu.requestEditRightsText": "アクセス権の編集の要求中...",
|
||||
"PE.Controllers.LeftMenu.textNoTextFound": "検索データが見つかりませんでした。他の検索設定を選択してください。",
|
||||
"PE.Controllers.Main.applyChangesTextText": "データを読み込んでいます...",
|
||||
"PE.Controllers.Main.applyChangesTitleText": "データを読み込んでいます",
|
||||
"PE.Controllers.Main.convertationErrorText": "変換に失敗しました",
|
||||
"PE.Controllers.Main.convertationTimeoutText": "変換のタイムアウトを超過しました。",
|
||||
"PE.Controllers.Main.criticalErrorExtText": "OKボタンを押すと文書リストに戻ることができます。",
|
||||
"PE.Controllers.Main.criticalErrorTitle": "エラー",
|
||||
"PE.Controllers.Main.defaultTitleText": "ONLYOFFICE Presentation Editor",
|
||||
"PE.Controllers.Main.downloadErrorText": "ダウンロードに失敗しました",
|
||||
"PE.Controllers.Main.downloadTextText": "プレゼンテーションのダウンロード中...",
|
||||
"PE.Controllers.Main.downloadTitleText": "プレゼンテーションのダウンロード中",
|
||||
"PE.Controllers.Main.errorCoAuthoringDisconnect": "サーバーとの接続が失われました。今、文書を編集することができません。",
|
||||
"PE.Controllers.Main.errorConnectToServer": "文書を保存できませんでした。接続設定を確認するか、管理者にお問い合わせください。<br>OKボタンをクリックするとドキュメントをダウンロードするように求められます。<br><br>ドキュメントサーバーの接続の詳細情報を見つけます:<a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
|
||||
"PE.Controllers.Main.errorDatabaseConnection": "外部エラーです。<br>データベース接続エラーです。この問題は解決しない場合は、サポートにお問い合わせください。 ",
|
||||
"PE.Controllers.Main.errorDataRange": "データ範囲が正しくありません",
|
||||
"PE.Controllers.Main.errorDefaultMessage": "エラー コード:%1",
|
||||
"PE.Controllers.Main.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません",
|
||||
"PE.Controllers.Main.errorKeyEncrypt": "不明なキーの記述子",
|
||||
"PE.Controllers.Main.errorKeyExpire": "署名キーは期限切れました。",
|
||||
"PE.Controllers.Main.errorProcessSaveResult": "保存に失敗しました",
|
||||
"PE.Controllers.Main.errorStockChart": "行の順序が正しくありません。この株価チャートを作成するには、<br>始値、高値、安値、終値の順でシートのデータを配置してください。",
|
||||
"PE.Controllers.Main.errorUpdateVersion": "ファイルのバージョンが変更されました。ページが再ロードされます。",
|
||||
"PE.Controllers.Main.errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
||||
"PE.Controllers.Main.errorUsersExceed": "料金プランによってユーザ数を超過しています。",
|
||||
"PE.Controllers.Main.leavePageText": "このプレゼンテーションの保存されていない変更があります。保存するために「このページにとどまる」、「保存」をクリックしてください。全ての保存しない変更をキャンサルするために「このページを離れる」をクリックしてください。",
|
||||
"PE.Controllers.Main.loadFontsTextText": "データを読み込んでいます...",
|
||||
"PE.Controllers.Main.loadFontsTitleText": "データを読み込んでいます",
|
||||
"PE.Controllers.Main.loadFontTextText": "データを読み込んでいます...",
|
||||
"PE.Controllers.Main.loadFontTitleText": "データを読み込んでいます",
|
||||
"PE.Controllers.Main.loadImagesTextText": "イメージの読み込み中...",
|
||||
"PE.Controllers.Main.loadImagesTitleText": "イメージの読み込み中",
|
||||
"PE.Controllers.Main.loadImageTextText": "イメージの読み込み中...",
|
||||
"PE.Controllers.Main.loadImageTitleText": "イメージの読み込み中",
|
||||
"PE.Controllers.Main.loadingDocumentTextText": "プレゼンテーションを読み込み中...",
|
||||
"PE.Controllers.Main.loadingDocumentTitleText": "プレゼンテーションを読み込み中...",
|
||||
"PE.Controllers.Main.loadThemeTextText": "テーマの読み込み中...",
|
||||
"PE.Controllers.Main.loadThemeTitleText": "テーマの読み込み中",
|
||||
"PE.Controllers.Main.notcriticalErrorTitle": " 警告",
|
||||
"PE.Controllers.Main.openTextText": "プレゼンテーションの読み込み中...",
|
||||
"PE.Controllers.Main.openTitleText": "プレゼンテーションの読み込み中",
|
||||
"PE.Controllers.Main.printTextText": "プレゼンテーションの印刷中...",
|
||||
"PE.Controllers.Main.printTitleText": "プレゼンテーションの印刷中",
|
||||
"PE.Controllers.Main.reloadButtonText": "ページの再読み込み",
|
||||
"PE.Controllers.Main.requestEditFailedMessageText": "今このプレゼンテーションが誰かによって編集されています。",
|
||||
"PE.Controllers.Main.requestEditFailedTitleText": "アクセスが拒否されました",
|
||||
"PE.Controllers.Main.savePreparingText": "保存の準備中",
|
||||
"PE.Controllers.Main.savePreparingTitle": "保存の準備中です。お待ちください。",
|
||||
"PE.Controllers.Main.saveTextText": "プレゼンテーションの保存中...",
|
||||
"PE.Controllers.Main.saveTitleText": "プレゼンテーションの保存中",
|
||||
"PE.Controllers.Main.splitDividerErrorText": "行数は%1の除数になければなりません。",
|
||||
"PE.Controllers.Main.splitMaxColsErrorText": "列の数は%1より小さくなければなりません。",
|
||||
"PE.Controllers.Main.splitMaxRowsErrorText": "行数は%1より小さくなければなりません。",
|
||||
"PE.Controllers.Main.textAnonymous": "匿名",
|
||||
"PE.Controllers.Main.textBuyNow": "今すぐに購入",
|
||||
"PE.Controllers.Main.textCloseTip": "ヒントを閉じるためにクリックください",
|
||||
"PE.Controllers.Main.textContactUs": "お問い合わせ",
|
||||
"PE.Controllers.Main.textLoadingDocument": "プレゼンテーションを読み込み中...",
|
||||
"PE.Controllers.Main.textNoLicenseTitle": "ライセンスは期限切れないか、または見つかりません",
|
||||
"PE.Controllers.Main.textShape": "図形",
|
||||
"PE.Controllers.Main.textStrict": "厳格モード",
|
||||
"PE.Controllers.Main.textTryUndoRedo": "ファスト共同編集モードに元に戻す/やり直しの機能は無効になります。<br>他のユーザーの干渉なし編集するために「厳密なモード」をクリックして、厳密な共同編集モードに切り替えてください。保存した後にのみ、変更を送信してください。編集の詳細設定を使用して共同編集モードを切り替えることができます。",
|
||||
"PE.Controllers.Main.txtArt": "あなたのテキストはここです。",
|
||||
"PE.Controllers.Main.txtBasicShapes": "基本図形",
|
||||
"PE.Controllers.Main.txtButtons": "ボタン",
|
||||
"PE.Controllers.Main.txtCallouts": "引き出し",
|
||||
"PE.Controllers.Main.txtCharts": "チャート",
|
||||
"PE.Controllers.Main.txtDiagramTitle": "グラフのタイトル",
|
||||
"PE.Controllers.Main.txtEditingMode": "編集モードを設定しています...",
|
||||
"PE.Controllers.Main.txtFiguredArrows": "形の矢印",
|
||||
"PE.Controllers.Main.txtLines": "行",
|
||||
"PE.Controllers.Main.txtMath": "数学",
|
||||
"PE.Controllers.Main.txtNeedSynchronize": "更新があります。",
|
||||
"PE.Controllers.Main.txtRectangles": "四角形",
|
||||
"PE.Controllers.Main.txtSeries": "系列",
|
||||
"PE.Controllers.Main.txtSldLtTBlank": "空白",
|
||||
"PE.Controllers.Main.txtSldLtTChart": "グラフ",
|
||||
"PE.Controllers.Main.txtSldLtTChartAndTx": "グラフとテキスト",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndTx": "クリップアートとテキスト",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndVertTx": "クリップアートと縦書きテキスト",
|
||||
"PE.Controllers.Main.txtSldLtTCust": "カスタム",
|
||||
"PE.Controllers.Main.txtSldLtTDgm": "ダイアグラム",
|
||||
"PE.Controllers.Main.txtSldLtTFourObj": "四つのオブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTMediaAndTx": "メディア クリップとテキスト",
|
||||
"PE.Controllers.Main.txtSldLtTObj": "タイトルとオブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTwoObj": "一つのオブジェクトと二つのオブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTx": "オブジェクトとテキスト",
|
||||
"PE.Controllers.Main.txtSldLtTObjOnly": "オブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTObjOverTx": "テキストの上にオブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTObjTx": "タイトル、オブジェクトとキャプション",
|
||||
"PE.Controllers.Main.txtSldLtTPicTx": "タイトルと図",
|
||||
"PE.Controllers.Main.txtSldLtTSecHead": "セクションのヘッダ",
|
||||
"PE.Controllers.Main.txtSldLtTTbl": "表",
|
||||
"PE.Controllers.Main.txtSldLtTTitle": "タイトル",
|
||||
"PE.Controllers.Main.txtSldLtTTitleOnly": "タイトルだけ",
|
||||
"PE.Controllers.Main.txtSldLtTTwoColTx": "2段組みテキスト",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObj": "二つのオブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndObj": "二つのオブジェクトとオブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndTx": "二つのオブジェクトとテキスト",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjOverTx": "テキストの上に二つのオブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTTwoTxTwoObj": "二つのテキストと二つのオブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTTx": "テキスト",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndChart": "テキストとグラフ",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndClipArt": "テキストとクリップ・アート",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndMedia": "テキストとメディアクリップ",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndObj": "テキストとオブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndTwoObj": "テキストと二つのオブジェクト",
|
||||
"PE.Controllers.Main.txtSldLtTTxOverObj": "オブジェクトの上にテキスト",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTx": "縦書きタイトルとテキスト",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "縦書きタイトルとグラフの上にテキスト",
|
||||
"PE.Controllers.Main.txtSldLtTVertTx": "縦書きテキスト",
|
||||
"PE.Controllers.Main.txtStarsRibbons": "スター&リボン",
|
||||
"PE.Controllers.Main.txtXAxis": "X 軸",
|
||||
"PE.Controllers.Main.txtYAxis": "Y軸",
|
||||
"PE.Controllers.Main.unknownErrorText": "不明なエラー",
|
||||
"PE.Controllers.Main.unsupportedBrowserErrorText": "お使いのブラウザがサポートされていません。",
|
||||
"PE.Controllers.Main.uploadImageExtMessage": "不明なイメージの形式",
|
||||
"PE.Controllers.Main.uploadImageFileCountMessage": "アップロードした画像なし",
|
||||
"PE.Controllers.Main.uploadImageSizeMessage": "最大イメージサイズの極限を超えました。",
|
||||
"PE.Controllers.Main.uploadImageTextText": "イメージをアップロードしています...",
|
||||
"PE.Controllers.Main.uploadImageTitleText": "イメージをアップロードしています",
|
||||
"PE.Controllers.Main.warnBrowserIE9": "IE9にアプリケーションの機能のレベルが低いです。IE10または次のバージョンを使ってください。",
|
||||
"PE.Controllers.Main.warnBrowserZoom": "お使いのブラウザの現在のズームの設定は完全にサポートされていません。Ctrl+0を押して、デフォルトのズームにリセットしてください。",
|
||||
"PE.Controllers.Main.warnNoLicense": "ライセンスが見つかりなかったか、期限切れました。ファイルを編集することができません。<br>Enterprise Editionのライセンスを購入するために「今すぐ購入」をクリックしてください。Integration Editionの場合は、「お問い合わせください」をクリックしてください。",
|
||||
"PE.Controllers.Main.warnProcessRightsChange": "ファイルを編集する権限を拒否されています。",
|
||||
"PE.Controllers.Statusbar.zoomText": "ズーム{0}%",
|
||||
"PE.Controllers.Toolbar.confirmAddFontName": "保存しようとしているフォントを現在のデバイスで使用することができません。<br>システムフォントを使って、テキストのスタイルが表示されます。利用できます時、保存されたフォントが使用されます。<br>続行しますか。",
|
||||
"PE.Controllers.Toolbar.textEmptyImgUrl": "画像のURLを指定しなければなりません。",
|
||||
"PE.Controllers.Toolbar.textFontSizeErr": "入力された値が正しくありません。<br>1〜100の数値を入力してください。",
|
||||
"PE.Controllers.Toolbar.textWarning": " 警告",
|
||||
"PE.Views.ChartSettings.textArea": "面グラフ",
|
||||
"PE.Views.ChartSettings.textBar": "横棒グラフ",
|
||||
"PE.Views.ChartSettings.textChartType": "グラフの種類の変更",
|
||||
"PE.Views.ChartSettings.textColumn": "縦棒グラフ",
|
||||
"PE.Views.ChartSettings.textEditData": "データの編集",
|
||||
"PE.Views.ChartSettings.textHeight": "高さ",
|
||||
"PE.Views.ChartSettings.textKeepRatio": "比例の定数",
|
||||
"PE.Views.ChartSettings.textLine": "折れ線グラフ",
|
||||
"PE.Views.ChartSettings.textPie": "円グラフ",
|
||||
"PE.Views.ChartSettings.textPoint": "点グラフ",
|
||||
"PE.Views.ChartSettings.textSize": "サイズ",
|
||||
"PE.Views.ChartSettings.textStock": "株価チャート",
|
||||
"PE.Views.ChartSettings.textStyle": "スタイル",
|
||||
"PE.Views.ChartSettings.textWidth": "幅",
|
||||
"PE.Views.DocumentHolder.aboveText": "上",
|
||||
"PE.Views.DocumentHolder.addCommentText": "コメントの追加",
|
||||
"PE.Views.DocumentHolder.advancedImageText": "画像の詳細設定",
|
||||
"PE.Views.DocumentHolder.advancedParagraphText": "テキストの詳細設定",
|
||||
"PE.Views.DocumentHolder.advancedShapeText": "図形の詳細設定",
|
||||
"PE.Views.DocumentHolder.advancedTableText": "表の詳細設定",
|
||||
"PE.Views.DocumentHolder.belowText": "下",
|
||||
"PE.Views.DocumentHolder.bottomCellText": "下揃え",
|
||||
"PE.Views.DocumentHolder.cellAlignText": "セルの縦方向の配置",
|
||||
"PE.Views.DocumentHolder.cellText": "セル",
|
||||
"PE.Views.DocumentHolder.centerCellText": "中央揃え\t",
|
||||
"PE.Views.DocumentHolder.columnText": "列",
|
||||
"PE.Views.DocumentHolder.deleteColumnText": "列の削除",
|
||||
"PE.Views.DocumentHolder.deleteRowText": "行の削除",
|
||||
"PE.Views.DocumentHolder.deleteTableText": "表の削除",
|
||||
"PE.Views.DocumentHolder.deleteText": "削除",
|
||||
"PE.Views.DocumentHolder.direct270Text": "270度回転",
|
||||
"PE.Views.DocumentHolder.direct90Text": "90度回転",
|
||||
"PE.Views.DocumentHolder.directHText": "水平",
|
||||
"PE.Views.DocumentHolder.directionText": "文字の方向",
|
||||
"PE.Views.DocumentHolder.editChartText": "データの編集",
|
||||
"PE.Views.DocumentHolder.editHyperlinkText": "ハイパーリンクの編集",
|
||||
"PE.Views.DocumentHolder.hyperlinkText": "ハイパーリンク",
|
||||
"PE.Views.DocumentHolder.insertColumnLeftText": "1 列左",
|
||||
"PE.Views.DocumentHolder.insertColumnRightText": "1 列右",
|
||||
"PE.Views.DocumentHolder.insertColumnText": "列の挿入",
|
||||
"PE.Views.DocumentHolder.insertRowAboveText": "行 (上)",
|
||||
"PE.Views.DocumentHolder.insertRowBelowText": "行(下)",
|
||||
"PE.Views.DocumentHolder.insertRowText": "行の挿入",
|
||||
"PE.Views.DocumentHolder.insertText": "挿入",
|
||||
"PE.Views.DocumentHolder.mergeCellsText": "セルの結合",
|
||||
"PE.Views.DocumentHolder.originalSizeText": "既定サイズ",
|
||||
"PE.Views.DocumentHolder.removeHyperlinkText": "ハイパーリンクの削除",
|
||||
"PE.Views.DocumentHolder.rowText": "行",
|
||||
"PE.Views.DocumentHolder.selectText": "選択",
|
||||
"PE.Views.DocumentHolder.splitCellsText": "セルの分割...",
|
||||
"PE.Views.DocumentHolder.splitCellTitleText": "セルの分割",
|
||||
"PE.Views.DocumentHolder.tableText": "表",
|
||||
"PE.Views.DocumentHolder.textArrangeBack": "背景へ移動",
|
||||
"PE.Views.DocumentHolder.textArrangeBackward": "背面へ移動",
|
||||
"PE.Views.DocumentHolder.textArrangeForward": "前面へ移動",
|
||||
"PE.Views.DocumentHolder.textArrangeFront": "前景に移動",
|
||||
"PE.Views.DocumentHolder.textCopy": "コピー",
|
||||
"PE.Views.DocumentHolder.textCut": "切り取り",
|
||||
"PE.Views.DocumentHolder.textNextPage": "次のスライド",
|
||||
"PE.Views.DocumentHolder.textPaste": "貼り付け",
|
||||
"PE.Views.DocumentHolder.textPrevPage": "前のスライド",
|
||||
"PE.Views.DocumentHolder.textShapeAlignBottom": "下揃え",
|
||||
"PE.Views.DocumentHolder.textShapeAlignCenter": "中央揃え\t",
|
||||
"PE.Views.DocumentHolder.textShapeAlignLeft": "左揃え",
|
||||
"PE.Views.DocumentHolder.textShapeAlignMiddle": "上下中央揃え",
|
||||
"PE.Views.DocumentHolder.textShapeAlignRight": "右揃え",
|
||||
"PE.Views.DocumentHolder.textShapeAlignTop": "上揃え",
|
||||
"PE.Views.DocumentHolder.textSlideSettings": "スライドの設定",
|
||||
"PE.Views.DocumentHolder.tipIsLocked": "今、この要素が他のユーザによって編集されています。",
|
||||
"PE.Views.DocumentHolder.topCellText": "上揃え",
|
||||
"PE.Views.DocumentHolder.txtAlign": "配置",
|
||||
"PE.Views.DocumentHolder.txtArrange": "整列",
|
||||
"PE.Views.DocumentHolder.txtBackground": "背景",
|
||||
"PE.Views.DocumentHolder.txtChangeLayout": "レイアウトの変更",
|
||||
"PE.Views.DocumentHolder.txtDeleteSlide": "スタンドの削除",
|
||||
"PE.Views.DocumentHolder.txtDistribHor": "左右に整列",
|
||||
"PE.Views.DocumentHolder.txtDistribVert": "上下に整列",
|
||||
"PE.Views.DocumentHolder.txtDuplicateSlide": "スライドの複製",
|
||||
"PE.Views.DocumentHolder.txtGroup": "グループ",
|
||||
"PE.Views.DocumentHolder.txtNewSlide": "新しいスライド",
|
||||
"PE.Views.DocumentHolder.txtPressLink": "リンクをクリックしてCTRLを押してください。 ",
|
||||
"PE.Views.DocumentHolder.txtPreview": "プレビュー",
|
||||
"PE.Views.DocumentHolder.txtSelectAll": "すべての選択",
|
||||
"PE.Views.DocumentHolder.txtSlide": "スライド",
|
||||
"PE.Views.DocumentHolder.txtUngroup": "グループ解除",
|
||||
"PE.Views.DocumentHolder.vertAlignText": "垂直方向の配置",
|
||||
"PE.Views.DocumentPreview.goToSlideText": "スライドへジャンプ",
|
||||
"PE.Views.DocumentPreview.slideIndexText": "スライド{0}から{1}",
|
||||
"PE.Views.DocumentPreview.txtClose": "プレビューを閉じる",
|
||||
"PE.Views.DocumentPreview.txtExitFullScreen": "全画面表示の終了",
|
||||
"PE.Views.DocumentPreview.txtFinalMessage": "スライドプレビューの終わりです。終了するにはここをクリックします。",
|
||||
"PE.Views.DocumentPreview.txtFullScreen": "全画面表示",
|
||||
"PE.Views.DocumentPreview.txtNext": "次のスライド",
|
||||
"PE.Views.DocumentPreview.txtPageNumInvalid": "スライド番号が正しくありません。",
|
||||
"PE.Views.DocumentPreview.txtPause": "プレゼンテーションの一時停止",
|
||||
"PE.Views.DocumentPreview.txtPlay": "プレゼンテーションの開始",
|
||||
"PE.Views.DocumentPreview.txtPrev": "前のスライド",
|
||||
"PE.Views.FileMenu.btnAboutCaption": "詳細情報",
|
||||
"PE.Views.FileMenu.btnBackCaption": "ドキュメントに移動",
|
||||
"PE.Views.FileMenu.btnCreateNewCaption": "新規作成",
|
||||
"PE.Views.FileMenu.btnDownloadCaption": "ダウンロード...",
|
||||
"PE.Views.FileMenu.btnHelpCaption": "ヘルプ...",
|
||||
"PE.Views.FileMenu.btnInfoCaption": "プレゼンテーションの情報...",
|
||||
"PE.Views.FileMenu.btnPrintCaption": "印刷",
|
||||
"PE.Views.FileMenu.btnRecentFilesCaption": "最近使用した...",
|
||||
"PE.Views.FileMenu.btnReturnCaption": "プレゼンテーションに戻る",
|
||||
"PE.Views.FileMenu.btnRightsCaption": "アクセス許可...",
|
||||
"PE.Views.FileMenu.btnSaveAsCaption": "名前を付けて保存",
|
||||
"PE.Views.FileMenu.btnSaveCaption": "保存",
|
||||
"PE.Views.FileMenu.btnSettingsCaption": "詳細設定...",
|
||||
"PE.Views.FileMenu.btnToEditCaption": "プレゼンテーションの編集",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromBlankText": "空白から",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromTemplateText": "テンプレートから",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDescriptionText": "編集の間スタイルを適用し、フォルマットすることができる新しい空白のプレゼンテーションを作成します。または特定の種類や目的のプレゼンテーションを開始するためにすでにスタイルを適用したテンプレートを選択してください。",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDocumentText": "新しいプレゼンテーション",
|
||||
"PE.Views.FileMenuPanels.CreateNew.noTemplatesText": "テンプレートなし",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtAuthor": "作成者",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "アクセス許可の変更",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtDate": "作成日",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "場所",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtRights": "権利を持っている者",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "プレゼンテーションのタイトル",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "アクセス許可の変更",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtRights": "権利を持っている者",
|
||||
"PE.Views.FileMenuPanels.Settings.okButtonText": "適用",
|
||||
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "配置ガイドターンにします。",
|
||||
"PE.Views.FileMenuPanels.Settings.strAutoRecover": "自動バックアップをターンにします。",
|
||||
"PE.Views.FileMenuPanels.Settings.strAutosave": "自動保存をターンにします。",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "共同編集のモード",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "他のユーザーにすぐに変更が表示されます",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "変更を見れる前に、変更を受け入れる必要があります。",
|
||||
"PE.Views.FileMenuPanels.Settings.strFast": "速い",
|
||||
"PE.Views.FileMenuPanels.Settings.strInputMode": "漢字をターンにします。",
|
||||
"PE.Views.FileMenuPanels.Settings.strShowChanges": "リアルタイム共同編集の変更を表示します。",
|
||||
"PE.Views.FileMenuPanels.Settings.strStrict": "高レベル",
|
||||
"PE.Views.FileMenuPanels.Settings.strUnit": "販売単位",
|
||||
"PE.Views.FileMenuPanels.Settings.strZoom": "既定のズーム値",
|
||||
"PE.Views.FileMenuPanels.Settings.text10Minutes": "10 分ごと",
|
||||
"PE.Views.FileMenuPanels.Settings.text30Minutes": "30 分ごと",
|
||||
"PE.Views.FileMenuPanels.Settings.text5Minutes": "5 分ごと",
|
||||
"PE.Views.FileMenuPanels.Settings.text60Minutes": "1 時間ごと",
|
||||
"PE.Views.FileMenuPanels.Settings.textAlignGuides": "配置ガイド",
|
||||
"PE.Views.FileMenuPanels.Settings.textAutoRecover": "自動バックアップ",
|
||||
"PE.Views.FileMenuPanels.Settings.textAutoSave": "自動保存",
|
||||
"PE.Views.FileMenuPanels.Settings.textDisabled": "無効",
|
||||
"PE.Views.FileMenuPanels.Settings.textMinute": "1 分ごと",
|
||||
"PE.Views.FileMenuPanels.Settings.txtAll": "全ての表示",
|
||||
"PE.Views.FileMenuPanels.Settings.txtCm": "センチ",
|
||||
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "スライドを拡大または縮小します。",
|
||||
"PE.Views.FileMenuPanels.Settings.txtInch": "インチ",
|
||||
"PE.Views.FileMenuPanels.Settings.txtInput": "代替入力",
|
||||
"PE.Views.FileMenuPanels.Settings.txtLast": "最後の",
|
||||
"PE.Views.FileMenuPanels.Settings.txtPt": "ポイント",
|
||||
"PE.Views.HyperlinkSettingsDialog.cancelButtonText": "キャンセル",
|
||||
"PE.Views.HyperlinkSettingsDialog.okButtonText": "OK",
|
||||
"PE.Views.HyperlinkSettingsDialog.strDisplay": "表示",
|
||||
"PE.Views.HyperlinkSettingsDialog.strLinkTo": "リンク",
|
||||
"PE.Views.HyperlinkSettingsDialog.strPlaceInDocument": "ドキュメント内の場所",
|
||||
"PE.Views.HyperlinkSettingsDialog.textDefault": "テキスト フラグメントの選択",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyDesc": "ここでキャプションを挿入してください。",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyLink": "ここでリンクを挿入してください。",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "ここでヒントを挿入してください。",
|
||||
"PE.Views.HyperlinkSettingsDialog.textExternalLink": "外部リンク",
|
||||
"PE.Views.HyperlinkSettingsDialog.textInternalLink": "プレゼンテーションのスライド",
|
||||
"PE.Views.HyperlinkSettingsDialog.textLinkType": "リンクの種類",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTipText": "ヒントのテキスト:",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTitle": "ハイパーリンクの設定",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtEmpty": "このフィールドは必須項目です",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtFirst": "最初のスライド",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtLast": "最後のスライド",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNext": "次のスライド",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNotUrl": "このフィールドは「http://www.example.com」の形式のURLである必要があります。",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtPrev": "前のスライド",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtSlide": "スライド",
|
||||
"PE.Views.ImageSettings.textAdvanced": "詳細設定の表示",
|
||||
"PE.Views.ImageSettings.textFromFile": " ファイルから",
|
||||
"PE.Views.ImageSettings.textFromUrl": "URLから",
|
||||
"PE.Views.ImageSettings.textHeight": "高さ",
|
||||
"PE.Views.ImageSettings.textInsert": "画像の置き換え",
|
||||
"PE.Views.ImageSettings.textOriginalSize": "既定サイズ",
|
||||
"PE.Views.ImageSettings.textSize": "サイズ",
|
||||
"PE.Views.ImageSettings.textWidth": "幅",
|
||||
"PE.Views.ImageSettingsAdvanced.cancelButtonText": "キャンセル",
|
||||
"PE.Views.ImageSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ImageSettingsAdvanced.textHeight": "高さ",
|
||||
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "比例の定数",
|
||||
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "既定サイズ",
|
||||
"PE.Views.ImageSettingsAdvanced.textPosition": "位置",
|
||||
"PE.Views.ImageSettingsAdvanced.textSize": "サイズ",
|
||||
"PE.Views.ImageSettingsAdvanced.textTitle": "画像 - 詳細設定",
|
||||
"PE.Views.ImageSettingsAdvanced.textWidth": "幅",
|
||||
"PE.Views.LeftMenu.tipAbout": "詳細情報",
|
||||
"PE.Views.LeftMenu.tipChat": "チャット",
|
||||
"PE.Views.LeftMenu.tipComments": "コメント",
|
||||
"PE.Views.LeftMenu.tipFile": "ファイル",
|
||||
"PE.Views.LeftMenu.tipSearch": "検索",
|
||||
"PE.Views.LeftMenu.tipSlides": "スライド",
|
||||
"PE.Views.LeftMenu.tipSupport": "フィードバック&サポート",
|
||||
"PE.Views.LeftMenu.tipTitles": "タイトル",
|
||||
"PE.Views.ParagraphSettings.strLineHeight": "行間",
|
||||
"PE.Views.ParagraphSettings.strParagraphSpacing": "段落の間隔",
|
||||
"PE.Views.ParagraphSettings.strSpacingAfter": "後に",
|
||||
"PE.Views.ParagraphSettings.strSpacingBefore": "前",
|
||||
"PE.Views.ParagraphSettings.textAdvanced": "詳細設定の表示",
|
||||
"PE.Views.ParagraphSettings.textAt": "に",
|
||||
"PE.Views.ParagraphSettings.textAtLeast": "最小",
|
||||
"PE.Views.ParagraphSettings.textAuto": "複数",
|
||||
"PE.Views.ParagraphSettings.textExact": "固定値",
|
||||
"PE.Views.ParagraphSettings.txtAutoText": "自動",
|
||||
"PE.Views.ParagraphSettingsAdvanced.cancelButtonText": "キャンセル",
|
||||
"PE.Views.ParagraphSettingsAdvanced.noTabs": "指定されたタブは、このフィールドに表示されます。",
|
||||
"PE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strAllCaps": "全てのキャップ",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "二重取り消し線",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "最初の行",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "左",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "右に",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphFont": "フォント",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "インデント&配置",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSmallCaps": "小型英大文字\t",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strStrike": "取り消し線",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSubscript": "下付き",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSuperscript": "上付き文字",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strTabs": "タブ",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textAlign": "配置",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "文字間のスペース",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textDefault": "既定のタブ",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textEffects": "効果",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemove": "削除",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemoveAll": "全ての削除",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textSet": "指定",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabCenter": "中央揃え",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabLeft": "左",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabPosition": "タブの位置",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabRight": "右揃え",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTitle": "段落 - 詳細設定",
|
||||
"PE.Views.RightMenu.txtChartSettings": "グラフの設定",
|
||||
"PE.Views.RightMenu.txtImageSettings": "画像の設定",
|
||||
"PE.Views.RightMenu.txtParagraphSettings": "テキストの設定",
|
||||
"PE.Views.RightMenu.txtShapeSettings": "図形の設定",
|
||||
"PE.Views.RightMenu.txtSlideSettings": "スライドの設定",
|
||||
"PE.Views.RightMenu.txtTableSettings": "表の設定",
|
||||
"PE.Views.RightMenu.txtTextArtSettings": "テキストアートの設定",
|
||||
"PE.Views.ShapeSettings.strBackground": "背景色",
|
||||
"PE.Views.ShapeSettings.strChange": "オートシェイプの変更",
|
||||
"PE.Views.ShapeSettings.strColor": "色",
|
||||
"PE.Views.ShapeSettings.strFill": "塗りつぶし",
|
||||
"PE.Views.ShapeSettings.strForeground": "前景色",
|
||||
"PE.Views.ShapeSettings.strPattern": "パターン",
|
||||
"PE.Views.ShapeSettings.strSize": "サイズ",
|
||||
"PE.Views.ShapeSettings.strStroke": "画数",
|
||||
"PE.Views.ShapeSettings.strTransparency": "不透明度",
|
||||
"PE.Views.ShapeSettings.textAdvanced": "詳細設定の表示",
|
||||
"PE.Views.ShapeSettings.textBorderSizeErr": "入力された値が正しくありません。<br>0〜1584の数値を入力してください。",
|
||||
"PE.Views.ShapeSettings.textColor": "色での塗りつぶし",
|
||||
"PE.Views.ShapeSettings.textDirection": "方向",
|
||||
"PE.Views.ShapeSettings.textEmptyPattern": "パターンなし",
|
||||
"PE.Views.ShapeSettings.textFromFile": " ファイルから",
|
||||
"PE.Views.ShapeSettings.textFromUrl": "URLから",
|
||||
"PE.Views.ShapeSettings.textGradient": "グラデーション",
|
||||
"PE.Views.ShapeSettings.textGradientFill": "塗りつぶし (グラデーション)",
|
||||
"PE.Views.ShapeSettings.textImageTexture": "画像またはテクスチャ",
|
||||
"PE.Views.ShapeSettings.textLinear": "線形",
|
||||
"PE.Views.ShapeSettings.textNewColor": "ユーザー設定の色",
|
||||
"PE.Views.ShapeSettings.textNoFill": "塗りつぶしなし",
|
||||
"PE.Views.ShapeSettings.textPatternFill": "パターン",
|
||||
"PE.Views.ShapeSettings.textRadial": "放射状",
|
||||
"PE.Views.ShapeSettings.textSelectTexture": "選択",
|
||||
"PE.Views.ShapeSettings.textStandartColors": "標準の色",
|
||||
"PE.Views.ShapeSettings.textStretch": "ストレッチ",
|
||||
"PE.Views.ShapeSettings.textStyle": "スタイル",
|
||||
"PE.Views.ShapeSettings.textTexture": "テクスチャから",
|
||||
"PE.Views.ShapeSettings.textThemeColors": "テーマの色",
|
||||
"PE.Views.ShapeSettings.textTile": "タイル",
|
||||
"PE.Views.ShapeSettings.txtBrownPaper": "クラフト紙",
|
||||
"PE.Views.ShapeSettings.txtCanvas": "キャンバス",
|
||||
"PE.Views.ShapeSettings.txtCarton": "カートン",
|
||||
"PE.Views.ShapeSettings.txtDarkFabric": "ダークファブリック",
|
||||
"PE.Views.ShapeSettings.txtGrain": "粒子",
|
||||
"PE.Views.ShapeSettings.txtGranite": "みかげ石",
|
||||
"PE.Views.ShapeSettings.txtGreyPaper": "グレー紙",
|
||||
"PE.Views.ShapeSettings.txtKnit": "ニット",
|
||||
"PE.Views.ShapeSettings.txtLeather": "レザー",
|
||||
"PE.Views.ShapeSettings.txtNoBorders": "線なし",
|
||||
"PE.Views.ShapeSettings.txtPapyrus": "パピルス",
|
||||
"PE.Views.ShapeSettings.txtWood": "木",
|
||||
"PE.Views.ShapeSettingsAdvanced.cancelButtonText": "キャンセル",
|
||||
"PE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ShapeSettingsAdvanced.strMargins": "テキストの埋め込み文字",
|
||||
"PE.Views.ShapeSettingsAdvanced.textArrows": "矢印",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginSize": "始点のサイズ",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginStyle": "始点のスタイル",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBevel": "面取り",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBottom": "下",
|
||||
"PE.Views.ShapeSettingsAdvanced.textCapType": "線の先端",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndSize": "終点のサイズ",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "終了スタイル",
|
||||
"PE.Views.ShapeSettingsAdvanced.textFlat": "フラット",
|
||||
"PE.Views.ShapeSettingsAdvanced.textHeight": "高さ",
|
||||
"PE.Views.ShapeSettingsAdvanced.textJoinType": "結合の種類",
|
||||
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "比例の定数",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLeft": "左",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "線のスタイル",
|
||||
"PE.Views.ShapeSettingsAdvanced.textMiter": "角",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRight": "右に",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRound": "ラウンド",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSize": "サイズ",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSquare": "四角の",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTitle": "図形 - 詳細設定",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTop": "トップ",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "太さ&矢印",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWidth": "幅",
|
||||
"PE.Views.ShapeSettingsAdvanced.txtNone": "なし",
|
||||
"PE.Views.SlideSettings.strBackground": "背景色",
|
||||
"PE.Views.SlideSettings.strColor": "色",
|
||||
"PE.Views.SlideSettings.strDelay": "遅延",
|
||||
"PE.Views.SlideSettings.strDuration": "期間",
|
||||
"PE.Views.SlideSettings.strEffect": "結果",
|
||||
"PE.Views.SlideSettings.strFill": "塗りつぶし",
|
||||
"PE.Views.SlideSettings.strForeground": "前景色",
|
||||
"PE.Views.SlideSettings.strPattern": "パターン",
|
||||
"PE.Views.SlideSettings.strStartOnClick": "クリック時",
|
||||
"PE.Views.SlideSettings.textAdvanced": "詳細設定の表示",
|
||||
"PE.Views.SlideSettings.textApplyAll": "すべてのスライドに適用",
|
||||
"PE.Views.SlideSettings.textBlack": "黒色を使う",
|
||||
"PE.Views.SlideSettings.textBottom": "下",
|
||||
"PE.Views.SlideSettings.textBottomLeft": "左下",
|
||||
"PE.Views.SlideSettings.textBottomRight": "右下",
|
||||
"PE.Views.SlideSettings.textClock": "クロック",
|
||||
"PE.Views.SlideSettings.textClockwise": "時計回り",
|
||||
"PE.Views.SlideSettings.textColor": "色での塗りつぶし",
|
||||
"PE.Views.SlideSettings.textCounterclockwise": "反時計回り",
|
||||
"PE.Views.SlideSettings.textCover": "カバー",
|
||||
"PE.Views.SlideSettings.textDirection": "方向",
|
||||
"PE.Views.SlideSettings.textEmptyPattern": "パターンなし",
|
||||
"PE.Views.SlideSettings.textFade": "フェード",
|
||||
"PE.Views.SlideSettings.textFromFile": " ファイルから",
|
||||
"PE.Views.SlideSettings.textFromUrl": "URLから",
|
||||
"PE.Views.SlideSettings.textGradient": "グラデーション",
|
||||
"PE.Views.SlideSettings.textGradientFill": "塗りつぶし (グラデーション)",
|
||||
"PE.Views.SlideSettings.textHorizontalIn": "水平(中)",
|
||||
"PE.Views.SlideSettings.textHorizontalOut": "水平(外)",
|
||||
"PE.Views.SlideSettings.textImageTexture": "画像またはテクスチャ",
|
||||
"PE.Views.SlideSettings.textLeft": "左",
|
||||
"PE.Views.SlideSettings.textLinear": "線形",
|
||||
"PE.Views.SlideSettings.textNewColor": "ユーザー設定の色",
|
||||
"PE.Views.SlideSettings.textNoFill": "塗りつぶしなし",
|
||||
"PE.Views.SlideSettings.textNone": "なし",
|
||||
"PE.Views.SlideSettings.textPatternFill": "パターン",
|
||||
"PE.Views.SlideSettings.textPreview": "プレビュー",
|
||||
"PE.Views.SlideSettings.textPush": "プッシュ",
|
||||
"PE.Views.SlideSettings.textRadial": "放射状",
|
||||
"PE.Views.SlideSettings.textReset": "変更をリセットします",
|
||||
"PE.Views.SlideSettings.textRight": "右に",
|
||||
"PE.Views.SlideSettings.textSec": "分",
|
||||
"PE.Views.SlideSettings.textSelectTexture": "選択",
|
||||
"PE.Views.SlideSettings.textSmoothly": "スムース",
|
||||
"PE.Views.SlideSettings.textSplit": "分割",
|
||||
"PE.Views.SlideSettings.textStandartColors": "標準の色",
|
||||
"PE.Views.SlideSettings.textStretch": "ストレッチ",
|
||||
"PE.Views.SlideSettings.textStyle": "スタイル",
|
||||
"PE.Views.SlideSettings.textTexture": "テクスチャから",
|
||||
"PE.Views.SlideSettings.textThemeColors": "テーマの色",
|
||||
"PE.Views.SlideSettings.textTile": "タイル",
|
||||
"PE.Views.SlideSettings.textTop": "トップ",
|
||||
"PE.Views.SlideSettings.textTopLeft": "左上",
|
||||
"PE.Views.SlideSettings.textTopRight": "右上",
|
||||
"PE.Views.SlideSettings.textUnCover": "アンカバー",
|
||||
"PE.Views.SlideSettings.textVerticalIn": "縦(中)",
|
||||
"PE.Views.SlideSettings.textVerticalOut": "縦(外)",
|
||||
"PE.Views.SlideSettings.textWedge": "くさび形",
|
||||
"PE.Views.SlideSettings.textWipe": "ワイプ",
|
||||
"PE.Views.SlideSettings.textZoom": "ズーム",
|
||||
"PE.Views.SlideSettings.textZoomIn": "拡大",
|
||||
"PE.Views.SlideSettings.textZoomOut": "縮小",
|
||||
"PE.Views.SlideSettings.textZoomRotate": "ズームと回転",
|
||||
"PE.Views.SlideSettings.txtBrownPaper": "クラフト紙",
|
||||
"PE.Views.SlideSettings.txtCanvas": "キャンバス",
|
||||
"PE.Views.SlideSettings.txtCarton": "カートン",
|
||||
"PE.Views.SlideSettings.txtDarkFabric": "ダークファブリック",
|
||||
"PE.Views.SlideSettings.txtGrain": "粒子",
|
||||
"PE.Views.SlideSettings.txtGranite": "みかげ石",
|
||||
"PE.Views.SlideSettings.txtGreyPaper": "グレー紙",
|
||||
"PE.Views.SlideSettings.txtKnit": "ニット",
|
||||
"PE.Views.SlideSettings.txtLeather": "レザー",
|
||||
"PE.Views.SlideSettings.txtPapyrus": "パピルス",
|
||||
"PE.Views.SlideSettings.txtWood": "木",
|
||||
"PE.Views.SlideSizeSettings.cancelButtonText": "キャンセル",
|
||||
"PE.Views.SlideSizeSettings.okButtonText": "OK",
|
||||
"PE.Views.SlideSizeSettings.textHeight": "高さ",
|
||||
"PE.Views.SlideSizeSettings.textSlideSize": "スライドのサイズ",
|
||||
"PE.Views.SlideSizeSettings.textTitle": "スライドのサイズの設定",
|
||||
"PE.Views.SlideSizeSettings.textWidth": "幅",
|
||||
"PE.Views.SlideSizeSettings.txt35": "35mmのスライド",
|
||||
"PE.Views.SlideSizeSettings.txtA3": "A3 297x420 mm",
|
||||
"PE.Views.SlideSizeSettings.txtA4": "A4 210 x 297 mm",
|
||||
"PE.Views.SlideSizeSettings.txtB4": "B4(ICO)(250x353 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtB5": "B5(ICO)(176x250 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtBanner": "バナー",
|
||||
"PE.Views.SlideSizeSettings.txtCustom": "カスタム",
|
||||
"PE.Views.SlideSizeSettings.txtLedger": "Ledger Paper 11x17 インチ",
|
||||
"PE.Views.SlideSizeSettings.txtLetter": "レター サイズ 8.5x11 インチ",
|
||||
"PE.Views.SlideSizeSettings.txtOverhead": "オーバーヘッド",
|
||||
"PE.Views.SlideSizeSettings.txtStandard": "標準(4:3)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen1": "ワイド画面(16:9)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen2": "ワイド画面(16:10)",
|
||||
"PE.Views.Statusbar.goToPageText": "スライドへジャンプ",
|
||||
"PE.Views.Statusbar.pageIndexText": "スライド{0}から{1}",
|
||||
"PE.Views.Statusbar.tipAccessRights": "文書のアクセス許可のの管理",
|
||||
"PE.Views.Statusbar.tipFitPage": "スライドを拡大または縮小します。",
|
||||
"PE.Views.Statusbar.tipFitWidth": "幅を合わせる",
|
||||
"PE.Views.Statusbar.tipMoreUsers": "と%1ユーザ",
|
||||
"PE.Views.Statusbar.tipPreview": "プレビューの開始",
|
||||
"PE.Views.Statusbar.tipShowUsers": "全てのユーザを表示するために下のアイコンをクリックしてください。",
|
||||
"PE.Views.Statusbar.tipUsers": "文書を複数のユーザで同時に編集しています。",
|
||||
"PE.Views.Statusbar.tipViewUsers": "ユーザとドキュメントのアクセス権限の管理を表示します。",
|
||||
"PE.Views.Statusbar.tipZoomFactor": "拡大図",
|
||||
"PE.Views.Statusbar.tipZoomIn": "拡大",
|
||||
"PE.Views.Statusbar.tipZoomOut": "縮小",
|
||||
"PE.Views.Statusbar.txAccessRights": "アクセス許可の変更",
|
||||
"PE.Views.Statusbar.txtPageNumInvalid": "スライド番号が正しくありません。",
|
||||
"PE.Views.TableSettings.deleteColumnText": "列の削除",
|
||||
"PE.Views.TableSettings.deleteRowText": "行の削除",
|
||||
"PE.Views.TableSettings.deleteTableText": "表の削除",
|
||||
"PE.Views.TableSettings.insertColumnLeftText": "左に列を挿入",
|
||||
"PE.Views.TableSettings.insertColumnRightText": "右に列の挿入",
|
||||
"PE.Views.TableSettings.insertRowAboveText": "上に行の挿入",
|
||||
"PE.Views.TableSettings.insertRowBelowText": "下に行の挿入",
|
||||
"PE.Views.TableSettings.mergeCellsText": "セルの結合",
|
||||
"PE.Views.TableSettings.selectCellText": "セルの選択",
|
||||
"PE.Views.TableSettings.selectColumnText": "列の選択",
|
||||
"PE.Views.TableSettings.selectRowText": "行の選択",
|
||||
"PE.Views.TableSettings.selectTableText": "テーブルの選択",
|
||||
"PE.Views.TableSettings.splitCellsText": "セルの分割...",
|
||||
"PE.Views.TableSettings.splitCellTitleText": "セルの分割",
|
||||
"PE.Views.TableSettings.textAdvanced": "詳細設定の表示",
|
||||
"PE.Views.TableSettings.textBackColor": "背景色",
|
||||
"PE.Views.TableSettings.textBanded": "縞模様",
|
||||
"PE.Views.TableSettings.textBorderColor": "色",
|
||||
"PE.Views.TableSettings.textBorders": "罫線のスタイル",
|
||||
"PE.Views.TableSettings.textColumns": "列",
|
||||
"PE.Views.TableSettings.textEdit": "行/列",
|
||||
"PE.Views.TableSettings.textEmptyTemplate": "テンプレートなし",
|
||||
"PE.Views.TableSettings.textFirst": "最初の",
|
||||
"PE.Views.TableSettings.textHeader": "ヘッダー",
|
||||
"PE.Views.TableSettings.textLast": "最後",
|
||||
"PE.Views.TableSettings.textNewColor": "ユーザー設定の色",
|
||||
"PE.Views.TableSettings.textRows": "行",
|
||||
"PE.Views.TableSettings.textSelectBorders": "選択したスタイルを適用する罫線を選択してください。 ",
|
||||
"PE.Views.TableSettings.textStandartColors": "標準の色",
|
||||
"PE.Views.TableSettings.textTemplate": "テンプレートから選択する",
|
||||
"PE.Views.TableSettings.textThemeColors": "テーマの色",
|
||||
"PE.Views.TableSettings.textTotal": "合計",
|
||||
"PE.Views.TableSettings.tipAll": "外部の罫線と全ての内部の線",
|
||||
"PE.Views.TableSettings.tipBottom": "外部の罫線(下)だけを設定します。",
|
||||
"PE.Views.TableSettings.tipInner": "内部の線だけを設定します。",
|
||||
"PE.Views.TableSettings.tipInnerHor": "横線内部の線だけを設定します。",
|
||||
"PE.Views.TableSettings.tipInnerVert": "内部の縦線だけを設定します。",
|
||||
"PE.Views.TableSettings.tipLeft": "外部の罫線(左)だけを設定します。",
|
||||
"PE.Views.TableSettings.tipNone": "罫線の設定なし",
|
||||
"PE.Views.TableSettings.tipOuter": "外部の罫線だけを設定します。",
|
||||
"PE.Views.TableSettings.tipRight": "外部の罫線(右)だけを設定します。",
|
||||
"PE.Views.TableSettings.tipTop": "外部の罫線(上)だけを設定します。",
|
||||
"PE.Views.TableSettings.txtNoBorders": "枠線なし",
|
||||
"PE.Views.TableSettingsAdvanced.cancelButtonText": "キャンセル",
|
||||
"PE.Views.TableSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.TableSettingsAdvanced.textBottom": "下",
|
||||
"PE.Views.TableSettingsAdvanced.textCheckMargins": "既定の余白を使用します。",
|
||||
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "既定の余白",
|
||||
"PE.Views.TableSettingsAdvanced.textLeft": "左",
|
||||
"PE.Views.TableSettingsAdvanced.textMargins": "セル内の配置",
|
||||
"PE.Views.TableSettingsAdvanced.textRight": "右に",
|
||||
"PE.Views.TableSettingsAdvanced.textTitle": "表 - 詳細設定",
|
||||
"PE.Views.TableSettingsAdvanced.textTop": "トップ",
|
||||
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "余白",
|
||||
"PE.Views.TextArtSettings.strBackground": "背景色",
|
||||
"PE.Views.TextArtSettings.strColor": "色",
|
||||
"PE.Views.TextArtSettings.strFill": "塗りつぶし",
|
||||
"PE.Views.TextArtSettings.strForeground": "前景色",
|
||||
"PE.Views.TextArtSettings.strPattern": "パターン",
|
||||
"PE.Views.TextArtSettings.strSize": "サイズ",
|
||||
"PE.Views.TextArtSettings.strStroke": "画数",
|
||||
"PE.Views.TextArtSettings.strTransparency": "不透明度",
|
||||
"PE.Views.TextArtSettings.textBorderSizeErr": "入力された値が正しくありません。<br>0〜1584の数値を入力してください。",
|
||||
"PE.Views.TextArtSettings.textColor": "色での塗りつぶし",
|
||||
"PE.Views.TextArtSettings.textDirection": "方向",
|
||||
"PE.Views.TextArtSettings.textEmptyPattern": "パターンなし",
|
||||
"PE.Views.TextArtSettings.textFromFile": " ファイルから",
|
||||
"PE.Views.TextArtSettings.textFromUrl": "URLから",
|
||||
"PE.Views.TextArtSettings.textGradient": "グラデーション",
|
||||
"PE.Views.TextArtSettings.textGradientFill": "塗りつぶし (グラデーション)",
|
||||
"PE.Views.TextArtSettings.textImageTexture": "画像またはテクスチャ",
|
||||
"PE.Views.TextArtSettings.textLinear": "線形",
|
||||
"PE.Views.TextArtSettings.textNewColor": "ユーザー設定の色の追加",
|
||||
"PE.Views.TextArtSettings.textNoFill": "塗りつぶしなし",
|
||||
"PE.Views.TextArtSettings.textPatternFill": "パターン",
|
||||
"PE.Views.TextArtSettings.textRadial": "放射状",
|
||||
"PE.Views.TextArtSettings.textSelectTexture": "選択",
|
||||
"PE.Views.TextArtSettings.textStandartColors": "標準の色",
|
||||
"PE.Views.TextArtSettings.textStretch": "ストレッチ",
|
||||
"PE.Views.TextArtSettings.textStyle": "スタイル",
|
||||
"PE.Views.TextArtSettings.textTemplate": "テンプレート",
|
||||
"PE.Views.TextArtSettings.textTexture": "テクスチャから",
|
||||
"PE.Views.TextArtSettings.textThemeColors": "テーマの色",
|
||||
"PE.Views.TextArtSettings.textTile": "タイル",
|
||||
"PE.Views.TextArtSettings.textTransform": "変換",
|
||||
"PE.Views.TextArtSettings.txtBrownPaper": "クラフト紙",
|
||||
"PE.Views.TextArtSettings.txtCanvas": "キャンバス",
|
||||
"PE.Views.TextArtSettings.txtCarton": "カートン",
|
||||
"PE.Views.TextArtSettings.txtDarkFabric": "ダークファブリック",
|
||||
"PE.Views.TextArtSettings.txtGrain": "粒子",
|
||||
"PE.Views.TextArtSettings.txtGranite": "みかげ石",
|
||||
"PE.Views.TextArtSettings.txtGreyPaper": "グレー紙",
|
||||
"PE.Views.TextArtSettings.txtKnit": "ニット",
|
||||
"PE.Views.TextArtSettings.txtLeather": "レザー",
|
||||
"PE.Views.TextArtSettings.txtNoBorders": "線なし",
|
||||
"PE.Views.TextArtSettings.txtPapyrus": "パピルス",
|
||||
"PE.Views.TextArtSettings.txtWood": "木",
|
||||
"PE.Views.Toolbar.mniCustomTable": "ユーザー設定の表の挿入",
|
||||
"PE.Views.Toolbar.mniImageFromFile": "ファイルからの画像",
|
||||
"PE.Views.Toolbar.mniImageFromUrl": "ファイルからのURL",
|
||||
"PE.Views.Toolbar.mniSlideAdvanced": "詳細設定",
|
||||
"PE.Views.Toolbar.mniSlideStandard": "標準(4:3)",
|
||||
"PE.Views.Toolbar.mniSlideWide": "ワイド画面(16:9)",
|
||||
"PE.Views.Toolbar.textAlignBottom": "テキストの下揃え",
|
||||
"PE.Views.Toolbar.textAlignCenter": "テキストを中央に揃える",
|
||||
"PE.Views.Toolbar.textAlignJust": "両端揃え",
|
||||
"PE.Views.Toolbar.textAlignLeft": "テキストの左揃え",
|
||||
"PE.Views.Toolbar.textAlignMiddle": "テキストを中央に揃えます",
|
||||
"PE.Views.Toolbar.textAlignRight": "テキストの右揃え",
|
||||
"PE.Views.Toolbar.textAlignTop": "テキストの上揃え",
|
||||
"PE.Views.Toolbar.textArea": "面グラフ",
|
||||
"PE.Views.Toolbar.textArrangeBack": "背景へ移動",
|
||||
"PE.Views.Toolbar.textArrangeBackward": "背面へ移動",
|
||||
"PE.Views.Toolbar.textArrangeForward": "前面へ移動",
|
||||
"PE.Views.Toolbar.textArrangeFront": "前景に移動",
|
||||
"PE.Views.Toolbar.textBar": "横棒グラフ",
|
||||
"PE.Views.Toolbar.textBold": "太字",
|
||||
"PE.Views.Toolbar.textCancel": "キャンセル",
|
||||
"PE.Views.Toolbar.textColumn": "縦棒グラフ",
|
||||
"PE.Views.Toolbar.textCompactView": "コンパクトのツールバー",
|
||||
"PE.Views.Toolbar.textFitPage": "スライドを拡大または縮小します。",
|
||||
"PE.Views.Toolbar.textFitWidth": "幅を合わせる",
|
||||
"PE.Views.Toolbar.textHideLines": "ルーラーを表示しない",
|
||||
"PE.Views.Toolbar.textHideStatusBar": "ステータスバーを表示しない",
|
||||
"PE.Views.Toolbar.textHideTitleBar": "タイトルバーを表示しない",
|
||||
"PE.Views.Toolbar.textInsText": "テキスト ボックスの挿入",
|
||||
"PE.Views.Toolbar.textInsTextArt": "テキスト アートの挿入",
|
||||
"PE.Views.Toolbar.textItalic": "斜体",
|
||||
"PE.Views.Toolbar.textLine": "折れ線グラフ",
|
||||
"PE.Views.Toolbar.textNewColor": "ユーザー設定の色",
|
||||
"PE.Views.Toolbar.textOK": "OK",
|
||||
"PE.Views.Toolbar.textPie": "円グラフ",
|
||||
"PE.Views.Toolbar.textPoint": "点グラフ",
|
||||
"PE.Views.Toolbar.textShapeAlignBottom": "下揃え",
|
||||
"PE.Views.Toolbar.textShapeAlignCenter": "中央揃え\t",
|
||||
"PE.Views.Toolbar.textShapeAlignLeft": "左揃え",
|
||||
"PE.Views.Toolbar.textShapeAlignMiddle": "上下中央揃え",
|
||||
"PE.Views.Toolbar.textShapeAlignRight": "右揃え",
|
||||
"PE.Views.Toolbar.textShapeAlignTop": "上揃え",
|
||||
"PE.Views.Toolbar.textStandartColors": "標準の色",
|
||||
"PE.Views.Toolbar.textStock": "株価チャート",
|
||||
"PE.Views.Toolbar.textStrikeout": "取り消し線",
|
||||
"PE.Views.Toolbar.textSubscript": "下付き",
|
||||
"PE.Views.Toolbar.textSuperscript": "上付き文字",
|
||||
"PE.Views.Toolbar.textThemeColors": "テーマの色",
|
||||
"PE.Views.Toolbar.textTitleError": "エラー",
|
||||
"PE.Views.Toolbar.textUnderline": "下線",
|
||||
"PE.Views.Toolbar.textZoom": "ズーム",
|
||||
"PE.Views.Toolbar.tipAddSlide": "スライドの追加",
|
||||
"PE.Views.Toolbar.tipAdvSettings": "詳細設定",
|
||||
"PE.Views.Toolbar.tipBack": "戻る",
|
||||
"PE.Views.Toolbar.tipChangeSlide": "レイアウトスライドの変更",
|
||||
"PE.Views.Toolbar.tipClearStyle": "スタイルのクリア",
|
||||
"PE.Views.Toolbar.tipColorSchemas": "配色の変更",
|
||||
"PE.Views.Toolbar.tipCopy": "コピー",
|
||||
"PE.Views.Toolbar.tipCopyStyle": "スタイルのコピー",
|
||||
"PE.Views.Toolbar.tipDecPrLeft": "インデントを減らす",
|
||||
"PE.Views.Toolbar.tipFontColor": "フォントの色",
|
||||
"PE.Views.Toolbar.tipFontName": "フォント名",
|
||||
"PE.Views.Toolbar.tipFontSize": "フォントのサイズ",
|
||||
"PE.Views.Toolbar.tipHAligh": "左右の整列",
|
||||
"PE.Views.Toolbar.tipHideBars": "タイトルバーとステータスバーを表示しない。",
|
||||
"PE.Views.Toolbar.tipIncPrLeft": "インデントを増やす",
|
||||
"PE.Views.Toolbar.tipInsertChart": "グラフの挿入",
|
||||
"PE.Views.Toolbar.tipInsertHyperlink": "ハイパーリンクの追加",
|
||||
"PE.Views.Toolbar.tipInsertImage": "画像の挿入",
|
||||
"PE.Views.Toolbar.tipInsertShape": "オートシェイプの挿入",
|
||||
"PE.Views.Toolbar.tipInsertTable": "テーブルの挿入",
|
||||
"PE.Views.Toolbar.tipInsertText": "テキストの挿入",
|
||||
"PE.Views.Toolbar.tipLineSpace": "行間",
|
||||
"PE.Views.Toolbar.tipMarkers": "箇条書き",
|
||||
"PE.Views.Toolbar.tipNewDocument": "新しいプレゼンテーション",
|
||||
"PE.Views.Toolbar.tipNumbers": "番号設定",
|
||||
"PE.Views.Toolbar.tipOpenDocument": "プレゼンテーションを開く",
|
||||
"PE.Views.Toolbar.tipPaste": "貼り付け",
|
||||
"PE.Views.Toolbar.tipPreview": "プレビューの開始",
|
||||
"PE.Views.Toolbar.tipPrint": "印刷",
|
||||
"PE.Views.Toolbar.tipRedo": "やり直す",
|
||||
"PE.Views.Toolbar.tipSave": "保存",
|
||||
"PE.Views.Toolbar.tipSaveCoauth": "他のユーザが変更を見れるために変更を保存します。",
|
||||
"PE.Views.Toolbar.tipShapeAlign": "図形の配置",
|
||||
"PE.Views.Toolbar.tipShapeArrange": "図形の整列",
|
||||
"PE.Views.Toolbar.tipSlideSize": "スライドサイズの選択",
|
||||
"PE.Views.Toolbar.tipSlideTheme": "スライドのテーマ",
|
||||
"PE.Views.Toolbar.tipUndo": "元に戻す",
|
||||
"PE.Views.Toolbar.tipVAligh": "垂直揃え",
|
||||
"PE.Views.Toolbar.tipViewSettings": "設定の表示",
|
||||
"PE.Views.Toolbar.txtDistribHor": "左右に整列",
|
||||
"PE.Views.Toolbar.txtDistribVert": "上下に整列",
|
||||
"PE.Views.Toolbar.txtGroup": "グループ",
|
||||
"PE.Views.Toolbar.txtScheme1": "オフィス",
|
||||
"PE.Views.Toolbar.txtScheme10": "デザート",
|
||||
"PE.Views.Toolbar.txtScheme11": "メトロ",
|
||||
"PE.Views.Toolbar.txtScheme12": "モジュール",
|
||||
"PE.Views.Toolbar.txtScheme13": "キュート",
|
||||
"PE.Views.Toolbar.txtScheme14": "スパイス",
|
||||
"PE.Views.Toolbar.txtScheme15": "発生元",
|
||||
"PE.Views.Toolbar.txtScheme16": "紙",
|
||||
"PE.Views.Toolbar.txtScheme17": "フレッシュ",
|
||||
"PE.Views.Toolbar.txtScheme18": "テクノロジー",
|
||||
"PE.Views.Toolbar.txtScheme19": "トラベル",
|
||||
"PE.Views.Toolbar.txtScheme2": "グレースケール",
|
||||
"PE.Views.Toolbar.txtScheme20": "アーバン",
|
||||
"PE.Views.Toolbar.txtScheme21": "ネオン",
|
||||
"PE.Views.Toolbar.txtScheme3": "ひらめき",
|
||||
"PE.Views.Toolbar.txtScheme4": "アスペクト",
|
||||
"PE.Views.Toolbar.txtScheme5": "クール",
|
||||
"PE.Views.Toolbar.txtScheme6": "ビジネス",
|
||||
"PE.Views.Toolbar.txtScheme7": "ジャパネスク",
|
||||
"PE.Views.Toolbar.txtScheme8": "フロー",
|
||||
"PE.Views.Toolbar.txtScheme9": "エコロジー",
|
||||
"PE.Views.Toolbar.txtUngroup": "グループ解除"
|
||||
}
|
||||
@@ -0,0 +1,847 @@
|
||||
{
|
||||
"Common.Controllers.Chat.notcriticalErrorTitle": "Aviso",
|
||||
"Common.Controllers.Chat.textEnterMessage": "Inserir sua mensagem aqui",
|
||||
"Common.Controllers.Chat.textUserLimit": "You are using ONLYOFFICE Free Edition.<br>Only two users can co-edit the document simultaneously.<br>Want more? Consider buying ONLYOFFICE Enterprise Edition.<br><a href=\"http://www.onlyoffice.com/free-edition.aspx\" target=\"_blank\">Read more</a>",
|
||||
"Common.Controllers.ExternalDiagramEditor.textAnonymous": "Anônimo",
|
||||
"Common.Controllers.ExternalDiagramEditor.textClose": "Fechar",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningText": "O objeto está desabilitado por que está sendo editado por outro usuário.",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningTitle": "Aviso",
|
||||
"Common.UI.ComboBorderSize.txtNoBorders": "Sem bordas",
|
||||
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Sem bordas",
|
||||
"Common.UI.ComboDataView.emptyComboText": "Sem estilos",
|
||||
"Common.UI.ExtendedColorDialog.addButtonText": "Adicionar",
|
||||
"Common.UI.ExtendedColorDialog.cancelButtonText": "Cancelar",
|
||||
"Common.UI.ExtendedColorDialog.textCurrent": "Atual",
|
||||
"Common.UI.ExtendedColorDialog.textHexErr": "O valor inserido está incorreto.<br>Insira um valor entre 000000 e FFFFFF.",
|
||||
"Common.UI.ExtendedColorDialog.textNew": "Novo",
|
||||
"Common.UI.ExtendedColorDialog.textRGBErr": "O valor inserido está incorreto.<br>Insira um valor numérico entre 0 e 255.",
|
||||
"Common.UI.HSBColorPicker.textNoColor": "Sem cor",
|
||||
"Common.UI.SearchDialog.textHighlight": "Destacar resultados",
|
||||
"Common.UI.SearchDialog.textMatchCase": "Diferenciar maiúsculas de minúsculas",
|
||||
"Common.UI.SearchDialog.textReplaceDef": "Inserir o texto de substituição",
|
||||
"Common.UI.SearchDialog.textSearchStart": "Inserir seu texto aqui",
|
||||
"Common.UI.SearchDialog.textTitle": "Pesquisar",
|
||||
"Common.UI.SearchDialog.textTitle2": "Pesquisar",
|
||||
"Common.UI.SearchDialog.textWholeWords": "Palavras inteiras apenas",
|
||||
"Common.UI.SearchDialog.txtBtnReplace": "Substituir",
|
||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Substituir tudo",
|
||||
"Common.UI.SynchronizeTip.textDontShow": "Não exibir esta mensagem novamente",
|
||||
"Common.UI.SynchronizeTip.textSynchronize": "O documento foi alterado por outro usuário.<br/>Clique para salvar suas alterações e recarregar as atualizações.",
|
||||
"Common.UI.Window.cancelButtonText": "Cancelar",
|
||||
"Common.UI.Window.closeButtonText": "Fechar",
|
||||
"Common.UI.Window.noButtonText": "Não",
|
||||
"Common.UI.Window.okButtonText": "OK",
|
||||
"Common.UI.Window.textConfirmation": "Confirmação",
|
||||
"Common.UI.Window.textDontShow": "Não exibir esta mensagem novamente",
|
||||
"Common.UI.Window.textError": "Erro",
|
||||
"Common.UI.Window.textInformation": "Informações",
|
||||
"Common.UI.Window.textWarning": "Aviso",
|
||||
"Common.UI.Window.yesButtonText": "Sim",
|
||||
"Common.Views.About.txtAddress": "endereço:",
|
||||
"Common.Views.About.txtAscAddress": "Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021",
|
||||
"Common.Views.About.txtLicensee": "LICENÇA",
|
||||
"Common.Views.About.txtLicensor": "LICENCIANTE",
|
||||
"Common.Views.About.txtMail": "e-mail:",
|
||||
"Common.Views.About.txtPoweredBy": "Desenvolvido por",
|
||||
"Common.Views.About.txtTel": "tel.: ",
|
||||
"Common.Views.About.txtVersion": "Versão",
|
||||
"Common.Views.AdvancedSettingsWindow.cancelButtonText": "Cancelar",
|
||||
"Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
|
||||
"Common.Views.Chat.textSend": "Enviar",
|
||||
"Common.Views.Comments.textAdd": "Adicionar",
|
||||
"Common.Views.Comments.textAddComment": "Adicionar",
|
||||
"Common.Views.Comments.textAddCommentToDoc": "Adicionar comentário ao documento",
|
||||
"Common.Views.Comments.textAddReply": "Adicionar resposta",
|
||||
"Common.Views.Comments.textAnonym": "Visitante",
|
||||
"Common.Views.Comments.textCancel": "Cancelar",
|
||||
"Common.Views.Comments.textClose": "Fechar",
|
||||
"Common.Views.Comments.textComments": "Comentários",
|
||||
"Common.Views.Comments.textEdit": "Editar",
|
||||
"Common.Views.Comments.textEnterCommentHint": "Inserir seu comentário aqui",
|
||||
"Common.Views.Comments.textOpenAgain": "Abrir novamente",
|
||||
"Common.Views.Comments.textReply": "Responder",
|
||||
"Common.Views.Comments.textResolve": "Resolver",
|
||||
"Common.Views.Comments.textResolved": "Resolvido",
|
||||
"Common.Views.CopyWarningDialog.textDontShow": "Não exibir esta mensagem novamente",
|
||||
"Common.Views.CopyWarningDialog.textMsg": "As ações copiar, cortar e colar usando os botões da barra de ferramentas do editor e as ações de menu de contexto serão realizadas apenas nesta aba do editor.<br><br>Para copiar ou colar para ou de aplicativos externos a aba do editor, use as seguintes combinações do teclado:",
|
||||
"Common.Views.CopyWarningDialog.textTitle": "Ações copiar, cortar e colar",
|
||||
"Common.Views.CopyWarningDialog.textToCopy": "para Copiar",
|
||||
"Common.Views.CopyWarningDialog.textToCut": "para Cortar",
|
||||
"Common.Views.CopyWarningDialog.textToPaste": "para Colar",
|
||||
"Common.Views.DocumentAccessDialog.textLoading": "Carregando...",
|
||||
"Common.Views.DocumentAccessDialog.textTitle": "Configurações de compartilhamento",
|
||||
"Common.Views.ExternalDiagramEditor.textClose": "Fechar",
|
||||
"Common.Views.ExternalDiagramEditor.textSave": "Salvar e Sair",
|
||||
"Common.Views.ExternalDiagramEditor.textTitle": "Editor de gráfico",
|
||||
"Common.Views.Header.openNewTabText": "Open in New Tab",
|
||||
"Common.Views.Header.textBack": "Ir para Documentos",
|
||||
"Common.Views.ImageFromUrlDialog.cancelButtonText": "Cancelar",
|
||||
"Common.Views.ImageFromUrlDialog.okButtonText": "OK",
|
||||
"Common.Views.ImageFromUrlDialog.textUrl": "Colar uma URL de imagem:",
|
||||
"Common.Views.ImageFromUrlDialog.txtEmpty": "Este campo é obrigatório",
|
||||
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Este campo deve ser uma URL no formato \"http://www.example.com\"",
|
||||
"Common.Views.InsertTableDialog.cancelButtonText": "Cancelar",
|
||||
"Common.Views.InsertTableDialog.okButtonText": "OK",
|
||||
"Common.Views.InsertTableDialog.textInvalidRowsCols": "Você precisa especificar números de linhas e colunas válidos.",
|
||||
"Common.Views.InsertTableDialog.txtColumns": "Número de colunas",
|
||||
"Common.Views.InsertTableDialog.txtMaxText": "O valor máximo para este campo é {0}.",
|
||||
"Common.Views.InsertTableDialog.txtMinText": "O valor mínimo para este campo é {0}.",
|
||||
"Common.Views.InsertTableDialog.txtRows": "Número de linhas",
|
||||
"Common.Views.InsertTableDialog.txtTitle": "Tamanho da tabela",
|
||||
"PE.Controllers.LeftMenu.newDocumentTitle": "Apresentação sem nome",
|
||||
"PE.Controllers.LeftMenu.requestEditRightsText": "Solicitando direitos de edição...",
|
||||
"PE.Controllers.LeftMenu.textNoTextFound": "Os dados que você tem estado procurando não podem ser encontrados. Ajuste suas opções de pesquisa.",
|
||||
"PE.Controllers.Main.applyChangesTextText": "Carregando dados...",
|
||||
"PE.Controllers.Main.applyChangesTitleText": "Carregando dados",
|
||||
"PE.Controllers.Main.convertationErrorText": "Conversão falhou.",
|
||||
"PE.Controllers.Main.convertationTimeoutText": "Tempo limite de conversão excedido.",
|
||||
"PE.Controllers.Main.criticalErrorExtText": "Pressione \"OK\" para voltar para a lista de documentos.",
|
||||
"PE.Controllers.Main.criticalErrorTitle": "Erro",
|
||||
"PE.Controllers.Main.defaultTitleText": "Editor de apresentação ONLYOFFICE",
|
||||
"PE.Controllers.Main.downloadErrorText": "Download falhou.",
|
||||
"PE.Controllers.Main.downloadTextText": "Baixando apresentação...",
|
||||
"PE.Controllers.Main.downloadTitleText": "Baixando apresentação",
|
||||
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Conexão com servidor perdida. O documento não pode ser editado neste momento.",
|
||||
"PE.Controllers.Main.errorConnectToServer": "The document could not be saved. Please check connection settings or contact your administrator.<br>When you click the 'OK' button, you will be prompted to download the document.<br><br>Find more information about connecting Document Server <a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
|
||||
"PE.Controllers.Main.errorDatabaseConnection": "Erro externo.<br>Erro de conexão ao banco de dados. Entre em contato com o suporte caso o erro persista.",
|
||||
"PE.Controllers.Main.errorDataRange": "Intervalo de dados incorreto.",
|
||||
"PE.Controllers.Main.errorDefaultMessage": "Código do erro: %1",
|
||||
"PE.Controllers.Main.errorFilePassProtect": "O documento é protegido por senha e não pode ser aberto.",
|
||||
"PE.Controllers.Main.errorKeyEncrypt": "Descritor de chave desconhecido",
|
||||
"PE.Controllers.Main.errorKeyExpire": "Descritor de chave expirado",
|
||||
"PE.Controllers.Main.errorProcessSaveResult": "Salvamento falhou.",
|
||||
"PE.Controllers.Main.errorStockChart": "Ordem da linha incorreta. Para criar um gráfico de ações coloque os dados na planilha na seguinte ordem:<br>preço de abertura, preço máx., preço mín., preço de fechamento.",
|
||||
"PE.Controllers.Main.errorUpdateVersion": "A versão do arquivo foi alterada. A página será recarregada.",
|
||||
"PE.Controllers.Main.errorUserDrop": "O arquivo não pode ser acessado agora.",
|
||||
"PE.Controllers.Main.errorUsersExceed": "O número de usuários permitidos pelo plano de preços foi excedido",
|
||||
"PE.Controllers.Main.leavePageText": "Você não salvou as alterações nesta apresentação. Clique em \"Permanecer nesta página\", em seguida em \"Salvar\" para salvá-las. Clique em \"Sair desta página\" para descartar todas as alterações não salvas.",
|
||||
"PE.Controllers.Main.loadFontsTextText": "Carregando dados...",
|
||||
"PE.Controllers.Main.loadFontsTitleText": "Carregando dados",
|
||||
"PE.Controllers.Main.loadFontTextText": "Carregando dados...",
|
||||
"PE.Controllers.Main.loadFontTitleText": "Carregando dados",
|
||||
"PE.Controllers.Main.loadImagesTextText": "Carregando imagens...",
|
||||
"PE.Controllers.Main.loadImagesTitleText": "Carregando imagens",
|
||||
"PE.Controllers.Main.loadImageTextText": "Carregando imagem...",
|
||||
"PE.Controllers.Main.loadImageTitleText": "Carregando imagem",
|
||||
"PE.Controllers.Main.loadingDocumentTextText": "Carregando apresentação...",
|
||||
"PE.Controllers.Main.loadingDocumentTitleText": "Carregando apresentação",
|
||||
"PE.Controllers.Main.loadThemeTextText": "Carregando temas...",
|
||||
"PE.Controllers.Main.loadThemeTitleText": "Carregando tema",
|
||||
"PE.Controllers.Main.notcriticalErrorTitle": "Aviso",
|
||||
"PE.Controllers.Main.openTextText": "Abrindo apresentação...",
|
||||
"PE.Controllers.Main.openTitleText": "Abrindo apresentação",
|
||||
"PE.Controllers.Main.printTextText": "Imprimindo apresentação...",
|
||||
"PE.Controllers.Main.printTitleText": "Imprimindo apresentação",
|
||||
"PE.Controllers.Main.reloadButtonText": "Recarregar página",
|
||||
"PE.Controllers.Main.requestEditFailedMessageText": "Alguém está editando esta apresentação neste momento. Tente novamente mais tarde.",
|
||||
"PE.Controllers.Main.requestEditFailedTitleText": "Acesso negado",
|
||||
"PE.Controllers.Main.savePreparingText": "Preparando para salvar",
|
||||
"PE.Controllers.Main.savePreparingTitle": "Preparando para salvar. Aguarde...",
|
||||
"PE.Controllers.Main.saveTextText": "Salvando apresentação...",
|
||||
"PE.Controllers.Main.saveTitleText": "Salvando apresentação",
|
||||
"PE.Controllers.Main.splitDividerErrorText": "O número de linhas deve ser um divisor de %1.",
|
||||
"PE.Controllers.Main.splitMaxColsErrorText": "O número de colunas deve ser inferior a %1.",
|
||||
"PE.Controllers.Main.splitMaxRowsErrorText": "O número de linhas deve ser inferior a %1.",
|
||||
"PE.Controllers.Main.textAnonymous": "Anônimo",
|
||||
"PE.Controllers.Main.textCloseTip": "Clique para fechar a dica",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Carregando apresentação",
|
||||
"PE.Controllers.Main.textShape": "Forma",
|
||||
"PE.Controllers.Main.textStrict": "Strict mode",
|
||||
"PE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||
"PE.Controllers.Main.txtArt": "Your text here",
|
||||
"PE.Controllers.Main.txtBasicShapes": "Formas básicas",
|
||||
"PE.Controllers.Main.txtButtons": "Botões",
|
||||
"PE.Controllers.Main.txtCallouts": "Textos explicativos",
|
||||
"PE.Controllers.Main.txtCharts": "Gráficos",
|
||||
"PE.Controllers.Main.txtDiagramTitle": "Título do diagrama",
|
||||
"PE.Controllers.Main.txtEditingMode": "Definir modo de edição...",
|
||||
"PE.Controllers.Main.txtFiguredArrows": "Setas figuradas",
|
||||
"PE.Controllers.Main.txtLines": "Linhas",
|
||||
"PE.Controllers.Main.txtMath": "Matemática",
|
||||
"PE.Controllers.Main.txtNeedSynchronize": "Você tem atualizações",
|
||||
"PE.Controllers.Main.txtRectangles": "Retângulos",
|
||||
"PE.Controllers.Main.txtSeries": "Série",
|
||||
"PE.Controllers.Main.txtSldLtTBlank": "Branco",
|
||||
"PE.Controllers.Main.txtSldLtTChart": "Gráfico",
|
||||
"PE.Controllers.Main.txtSldLtTChartAndTx": "Gráfico e Texto",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndTx": "Clip Art e Texto",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndVertTx": "Clip Art e Texto vertical",
|
||||
"PE.Controllers.Main.txtSldLtTCust": "Personalizar",
|
||||
"PE.Controllers.Main.txtSldLtTDgm": "Diagrama",
|
||||
"PE.Controllers.Main.txtSldLtTFourObj": "Quatro objetos",
|
||||
"PE.Controllers.Main.txtSldLtTMediaAndTx": "Mídia e Texto",
|
||||
"PE.Controllers.Main.txtSldLtTObj": "Título e Objeto",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTwoObj": "Objeto e Dois objetos",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTx": "Objeto e Texto",
|
||||
"PE.Controllers.Main.txtSldLtTObjOnly": "Objeto",
|
||||
"PE.Controllers.Main.txtSldLtTObjOverTx": "Objeto sobre o texto",
|
||||
"PE.Controllers.Main.txtSldLtTObjTx": "Título, objeto e legenda",
|
||||
"PE.Controllers.Main.txtSldLtTPicTx": "Imagem e Legenda",
|
||||
"PE.Controllers.Main.txtSldLtTSecHead": "Cabeçalho da seção",
|
||||
"PE.Controllers.Main.txtSldLtTTbl": "Tabela",
|
||||
"PE.Controllers.Main.txtSldLtTTitle": "Titulo",
|
||||
"PE.Controllers.Main.txtSldLtTTitleOnly": "Apenas título",
|
||||
"PE.Controllers.Main.txtSldLtTTwoColTx": "Texto em duas colulas",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObj": "Dois objetos",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndObj": "Dois objetos e Objeto",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndTx": "Dois objetos e Texto",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjOverTx": "Dois objetos sobre Texto",
|
||||
"PE.Controllers.Main.txtSldLtTTwoTxTwoObj": "Dois textos e Dois objetos",
|
||||
"PE.Controllers.Main.txtSldLtTTx": "Тexto",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndChart": "Texto e Gráfico",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndClipArt": "Texto e Clip Art",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndMedia": "Texto e Mídia",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndObj": "Texto e Objeto",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndTwoObj": "Texto e Dois objetos",
|
||||
"PE.Controllers.Main.txtSldLtTTxOverObj": "Texto sobre Objeto",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTx": "Título vertical e Texto",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "Título vertical e Texto sobre gráfico",
|
||||
"PE.Controllers.Main.txtSldLtTVertTx": "Texto vertical",
|
||||
"PE.Controllers.Main.txtStarsRibbons": "Estrelas e Arco-íris",
|
||||
"PE.Controllers.Main.txtXAxis": "Eixo X",
|
||||
"PE.Controllers.Main.txtYAxis": "Eixo Y",
|
||||
"PE.Controllers.Main.unknownErrorText": "Erro desconhecido.",
|
||||
"PE.Controllers.Main.unsupportedBrowserErrorText": "Seu navegador não é suportado.",
|
||||
"PE.Controllers.Main.uploadImageExtMessage": "Formato de imagem desconhecido.",
|
||||
"PE.Controllers.Main.uploadImageFileCountMessage": "Sem imagens carregadas.",
|
||||
"PE.Controllers.Main.uploadImageSizeMessage": "Limite máximo do tamanho da imagem excedido.",
|
||||
"PE.Controllers.Main.uploadImageTextText": "Carregando imagem...",
|
||||
"PE.Controllers.Main.uploadImageTitleText": "Carregando imagem",
|
||||
"PE.Controllers.Main.warnBrowserIE9": "O aplicativo tem baixa capacidade no IE9. Usar IE10 ou superior",
|
||||
"PE.Controllers.Main.warnBrowserZoom": "A configuração de zoom atual de seu navegador não é completamente suportada. Redefina para o zoom padrão pressionando Ctrl+0.",
|
||||
"PE.Controllers.Main.warnProcessRightsChange": "Foi negado a você o direito de editar o arquivo.",
|
||||
"PE.Controllers.Statusbar.zoomText": "Zoom {0}%",
|
||||
"PE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.<br>The text style will be displayed using one of the device fonts, the saved font will be used when it is available.<br>Do you want to continue?",
|
||||
"PE.Controllers.Toolbar.textEmptyImgUrl": "Você precisa especificar uma URL de imagem.",
|
||||
"PE.Controllers.Toolbar.textFontSizeErr": "O valor inserido está incorreto.<br>Insira um valor numérico entre 1 e 100",
|
||||
"PE.Controllers.Toolbar.textWarning": "Aviso",
|
||||
"PE.Views.ChartSettings.textArea": "Gráfico de área",
|
||||
"PE.Views.ChartSettings.textBar": "Gráfico de barras",
|
||||
"PE.Views.ChartSettings.textChartType": "Alterar tipo de gráfico",
|
||||
"PE.Views.ChartSettings.textColumn": "Gráfico de coluna",
|
||||
"PE.Views.ChartSettings.textEditData": "Editar dados",
|
||||
"PE.Views.ChartSettings.textHeight": "Altura",
|
||||
"PE.Views.ChartSettings.textKeepRatio": "Proporções constantes",
|
||||
"PE.Views.ChartSettings.textLine": "Gráfico de linha",
|
||||
"PE.Views.ChartSettings.textPie": "Gráfico de pizza",
|
||||
"PE.Views.ChartSettings.textPoint": "Gráfico de pontos",
|
||||
"PE.Views.ChartSettings.textSize": "Tamanho",
|
||||
"PE.Views.ChartSettings.textStock": "Gráfico de ações",
|
||||
"PE.Views.ChartSettings.textStyle": "Estilo",
|
||||
"PE.Views.ChartSettings.textWidth": "Largura",
|
||||
"PE.Views.DocumentHolder.aboveText": "Acima",
|
||||
"PE.Views.DocumentHolder.addCommentText": "Adicionar comentário",
|
||||
"PE.Views.DocumentHolder.advancedImageText": "Configurações avançadas de imagem",
|
||||
"PE.Views.DocumentHolder.advancedParagraphText": "Configurações avançadas de texto",
|
||||
"PE.Views.DocumentHolder.advancedShapeText": "Configurações avançadas de forma",
|
||||
"PE.Views.DocumentHolder.advancedTableText": "Configurações avançadas de tabela",
|
||||
"PE.Views.DocumentHolder.belowText": "Abaixo",
|
||||
"PE.Views.DocumentHolder.bottomCellText": "Alinhar à parte inferior",
|
||||
"PE.Views.DocumentHolder.cellAlignText": "Alinhamento vertical da célula",
|
||||
"PE.Views.DocumentHolder.cellText": "Célula",
|
||||
"PE.Views.DocumentHolder.centerCellText": "Alinhar ao centro",
|
||||
"PE.Views.DocumentHolder.columnText": "Coluna",
|
||||
"PE.Views.DocumentHolder.deleteColumnText": "Excluir coluna",
|
||||
"PE.Views.DocumentHolder.deleteRowText": "Excluir linha",
|
||||
"PE.Views.DocumentHolder.deleteTableText": "Excluir tabela",
|
||||
"PE.Views.DocumentHolder.deleteText": "Excluir",
|
||||
"PE.Views.DocumentHolder.direct270Text": "Rotate at 270°",
|
||||
"PE.Views.DocumentHolder.direct90Text": "Rotate at 90°",
|
||||
"PE.Views.DocumentHolder.directHText": "Horizontal",
|
||||
"PE.Views.DocumentHolder.directionText": "Text Direction",
|
||||
"PE.Views.DocumentHolder.editChartText": "Editar dados",
|
||||
"PE.Views.DocumentHolder.editHyperlinkText": "Editar hiperlink",
|
||||
"PE.Views.DocumentHolder.hyperlinkText": "Hiperlink",
|
||||
"PE.Views.DocumentHolder.insertColumnLeftText": "Coluna esquerda",
|
||||
"PE.Views.DocumentHolder.insertColumnRightText": "Coluna direita",
|
||||
"PE.Views.DocumentHolder.insertColumnText": "Inserir coluna",
|
||||
"PE.Views.DocumentHolder.insertRowAboveText": "Linha acima",
|
||||
"PE.Views.DocumentHolder.insertRowBelowText": "Linha abaixo",
|
||||
"PE.Views.DocumentHolder.insertRowText": "Inserir linha",
|
||||
"PE.Views.DocumentHolder.insertText": "Inserir",
|
||||
"PE.Views.DocumentHolder.mergeCellsText": "Mesclar células",
|
||||
"PE.Views.DocumentHolder.originalSizeText": "Tamanho padrão",
|
||||
"PE.Views.DocumentHolder.removeHyperlinkText": "Remover hiperlink",
|
||||
"PE.Views.DocumentHolder.rowText": "Linha",
|
||||
"PE.Views.DocumentHolder.selectText": "Selecionar",
|
||||
"PE.Views.DocumentHolder.splitCellsText": "Dividir célula...",
|
||||
"PE.Views.DocumentHolder.splitCellTitleText": "Dividir célula",
|
||||
"PE.Views.DocumentHolder.tableText": "Tabela",
|
||||
"PE.Views.DocumentHolder.textArrangeBack": "Enviar para plano de fundo",
|
||||
"PE.Views.DocumentHolder.textArrangeBackward": "Mover para trás",
|
||||
"PE.Views.DocumentHolder.textArrangeForward": "Mover para frente",
|
||||
"PE.Views.DocumentHolder.textArrangeFront": "Trazer para primeiro plano",
|
||||
"PE.Views.DocumentHolder.textCopy": "Copiar",
|
||||
"PE.Views.DocumentHolder.textCut": "Cortar",
|
||||
"PE.Views.DocumentHolder.textNextPage": "Próximo slide",
|
||||
"PE.Views.DocumentHolder.textPaste": "Colar",
|
||||
"PE.Views.DocumentHolder.textPrevPage": "Slide anterior",
|
||||
"PE.Views.DocumentHolder.textShapeAlignBottom": "Alinhar à parte inferior",
|
||||
"PE.Views.DocumentHolder.textShapeAlignCenter": "Alinhar ao centro",
|
||||
"PE.Views.DocumentHolder.textShapeAlignLeft": "Alinhar à esquerda",
|
||||
"PE.Views.DocumentHolder.textShapeAlignMiddle": "Alinhar ao meio",
|
||||
"PE.Views.DocumentHolder.textShapeAlignRight": "Alinhar à direita",
|
||||
"PE.Views.DocumentHolder.textShapeAlignTop": "Alinhar à parte superior",
|
||||
"PE.Views.DocumentHolder.textSlideSettings": "Configurações de slide",
|
||||
"PE.Views.DocumentHolder.tipIsLocked": "Este elemento está sendo atualmente editado por outro usuário.",
|
||||
"PE.Views.DocumentHolder.topCellText": "Alinhar à parte superior",
|
||||
"PE.Views.DocumentHolder.txtAlign": "Alinhar",
|
||||
"PE.Views.DocumentHolder.txtArrange": "Organizar",
|
||||
"PE.Views.DocumentHolder.txtBackground": "Plano de fundo",
|
||||
"PE.Views.DocumentHolder.txtChangeLayout": "Alterar layout",
|
||||
"PE.Views.DocumentHolder.txtDeleteSlide": "Excluir slide",
|
||||
"PE.Views.DocumentHolder.txtDistribHor": "Distribuir horizontalmente",
|
||||
"PE.Views.DocumentHolder.txtDistribVert": "Distribuir verticalmente",
|
||||
"PE.Views.DocumentHolder.txtDuplicateSlide": "Slide duplicado",
|
||||
"PE.Views.DocumentHolder.txtGroup": "Grupo",
|
||||
"PE.Views.DocumentHolder.txtNewSlide": "Novo slide",
|
||||
"PE.Views.DocumentHolder.txtPressLink": "Pressione CTRL e clique no link",
|
||||
"PE.Views.DocumentHolder.txtPreview": "Pré-visualizar",
|
||||
"PE.Views.DocumentHolder.txtSelectAll": "Selecionar tudo",
|
||||
"PE.Views.DocumentHolder.txtSlide": "Slide",
|
||||
"PE.Views.DocumentHolder.txtUngroup": "Desagrupar",
|
||||
"PE.Views.DocumentHolder.vertAlignText": "Alinhamento vertical",
|
||||
"PE.Views.DocumentPreview.goToSlideText": "Ir para Slide",
|
||||
"PE.Views.DocumentPreview.slideIndexText": "Slide {0} de {1}",
|
||||
"PE.Views.DocumentPreview.txtClose": "Fechar pré-visualização",
|
||||
"PE.Views.DocumentPreview.txtExitFullScreen": "Exit Full Screen",
|
||||
"PE.Views.DocumentPreview.txtFinalMessage": "Fim da pré-visualização de slide. Clique para sair.",
|
||||
"PE.Views.DocumentPreview.txtFullScreen": "Full Screen",
|
||||
"PE.Views.DocumentPreview.txtNext": "Próximo slide",
|
||||
"PE.Views.DocumentPreview.txtPageNumInvalid": "Número de slide inválido",
|
||||
"PE.Views.DocumentPreview.txtPause": "Pausar apresentação",
|
||||
"PE.Views.DocumentPreview.txtPlay": "Iniciar apresentação",
|
||||
"PE.Views.DocumentPreview.txtPrev": "Slide anterior",
|
||||
"PE.Views.FileMenu.btnAboutCaption": "Sobre",
|
||||
"PE.Views.FileMenu.btnBackCaption": "Ir para Documentos",
|
||||
"PE.Views.FileMenu.btnCreateNewCaption": "Criar novo",
|
||||
"PE.Views.FileMenu.btnDownloadCaption": "Baixar como...",
|
||||
"PE.Views.FileMenu.btnHelpCaption": "Ajuda...",
|
||||
"PE.Views.FileMenu.btnInfoCaption": "Informações de apresentação...",
|
||||
"PE.Views.FileMenu.btnPrintCaption": "Imprimir",
|
||||
"PE.Views.FileMenu.btnRecentFilesCaption": "Abrir recente...",
|
||||
"PE.Views.FileMenu.btnReturnCaption": "Voltar para a apresentação",
|
||||
"PE.Views.FileMenu.btnRightsCaption": "Access Rights...",
|
||||
"PE.Views.FileMenu.btnSaveAsCaption": "Save as",
|
||||
"PE.Views.FileMenu.btnSaveCaption": "Salvar",
|
||||
"PE.Views.FileMenu.btnSettingsCaption": "Configurações avançadas...",
|
||||
"PE.Views.FileMenu.btnToEditCaption": "Editar apresentação",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromBlankText": "Do branco",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromTemplateText": "Do modelo",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Criar uma nova apresentação em branco que você vai ser capaz de produzir e formatar depois que ele for criado durante a edição. Ou escolha um dos modelos para iniciar uma apresentação de um determinado tipo ou finalidade, onde alguns estilos já foram pré-aplicados.",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDocumentText": "Nova apresentação",
|
||||
"PE.Views.FileMenuPanels.CreateNew.noTemplatesText": "Não há modelos",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtAuthor": "Autor",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Alterar direitos de acesso",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtDate": "Data de criação",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Localização",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtRights": "Pessoas que têm direitos",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título de apresentação",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Alterar direitos de acesso",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtRights": "Pessoas que têm direitos",
|
||||
"PE.Views.FileMenuPanels.Settings.okButtonText": "Aplicar",
|
||||
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "Ativar guias de alinhamento",
|
||||
"PE.Views.FileMenuPanels.Settings.strAutosave": "Ativar salvamento automático",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing mode",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them",
|
||||
"PE.Views.FileMenuPanels.Settings.strFast": "Fast",
|
||||
"PE.Views.FileMenuPanels.Settings.strInputMode": "Ativar hieróglifos",
|
||||
"PE.Views.FileMenuPanels.Settings.strShowChanges": "Alterações de colaboração em tempo real",
|
||||
"PE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
||||
"PE.Views.FileMenuPanels.Settings.strUnit": "Unidade de medida",
|
||||
"PE.Views.FileMenuPanels.Settings.strZoom": "Valor de zoom padrão",
|
||||
"PE.Views.FileMenuPanels.Settings.text10Minutes": "A cada 10 minutos",
|
||||
"PE.Views.FileMenuPanels.Settings.text30Minutes": "A cada 30 minutos",
|
||||
"PE.Views.FileMenuPanels.Settings.text5Minutes": "A cada 5 minutos",
|
||||
"PE.Views.FileMenuPanels.Settings.text60Minutes": "A cada hora",
|
||||
"PE.Views.FileMenuPanels.Settings.textAlignGuides": "Guias de alinhamento",
|
||||
"PE.Views.FileMenuPanels.Settings.textAutoSave": "Salvamento automático",
|
||||
"PE.Views.FileMenuPanels.Settings.textDisabled": "Desabilitado",
|
||||
"PE.Views.FileMenuPanels.Settings.textMinute": "A cada minuto",
|
||||
"PE.Views.FileMenuPanels.Settings.txtAll": "Visualizar tudo",
|
||||
"PE.Views.FileMenuPanels.Settings.txtCm": "Centímetro",
|
||||
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "Ajustar slide",
|
||||
"PE.Views.FileMenuPanels.Settings.txtInput": "Entrada alternativa",
|
||||
"PE.Views.FileMenuPanels.Settings.txtLast": "Visualizar último",
|
||||
"PE.Views.FileMenuPanels.Settings.txtPt": "Ponto",
|
||||
"PE.Views.HyperlinkSettingsDialog.cancelButtonText": "Cancelar",
|
||||
"PE.Views.HyperlinkSettingsDialog.okButtonText": "OK",
|
||||
"PE.Views.HyperlinkSettingsDialog.strDisplay": "Exibir",
|
||||
"PE.Views.HyperlinkSettingsDialog.strLinkTo": "Vincular a",
|
||||
"PE.Views.HyperlinkSettingsDialog.strPlaceInDocument": "Selecionar um lugar neste documento",
|
||||
"PE.Views.HyperlinkSettingsDialog.textDefault": "Fragmento de texto selecionado",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyDesc": "Inserir legenda aqui",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyLink": "Inserir link aqui",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "Inserir dica de ferramenta aqui",
|
||||
"PE.Views.HyperlinkSettingsDialog.textExternalLink": "Link externo",
|
||||
"PE.Views.HyperlinkSettingsDialog.textInternalLink": "Slide nesta apresentação",
|
||||
"PE.Views.HyperlinkSettingsDialog.textLinkType": "Tipo de link",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTipText": "Texto de dica de tela:",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTitle": "Configurações de hiperlink",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtEmpty": "Este campo é obrigatório",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtFirst": "Primeiro slide",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtLast": "Último slide",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNext": "Próximo slide",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNotUrl": "Este campo deve ser uma URL no formato \"http://www.example.com\"",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtPrev": "Slide anterior",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtSlide": "Slide",
|
||||
"PE.Views.ImageSettings.textAdvanced": "Exibir configurações avançadas",
|
||||
"PE.Views.ImageSettings.textFromFile": "Do arquivo",
|
||||
"PE.Views.ImageSettings.textFromUrl": "Da URL",
|
||||
"PE.Views.ImageSettings.textHeight": "Altura",
|
||||
"PE.Views.ImageSettings.textInsert": "Substituir imagem",
|
||||
"PE.Views.ImageSettings.textOriginalSize": "Tamanho padrão",
|
||||
"PE.Views.ImageSettings.textSize": "Tamanho",
|
||||
"PE.Views.ImageSettings.textWidth": "Largura",
|
||||
"PE.Views.ImageSettingsAdvanced.cancelButtonText": "Cancelar",
|
||||
"PE.Views.ImageSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ImageSettingsAdvanced.textHeight": "Altura",
|
||||
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Proporções constantes",
|
||||
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Tamanho padrão",
|
||||
"PE.Views.ImageSettingsAdvanced.textPosition": "Posição",
|
||||
"PE.Views.ImageSettingsAdvanced.textSize": "Tamanho",
|
||||
"PE.Views.ImageSettingsAdvanced.textTitle": "Imagem - Configurações avançadas",
|
||||
"PE.Views.ImageSettingsAdvanced.textWidth": "Largura",
|
||||
"PE.Views.LeftMenu.tipAbout": "Sobre",
|
||||
"PE.Views.LeftMenu.tipChat": "Gráfico",
|
||||
"PE.Views.LeftMenu.tipComments": "Comentários",
|
||||
"PE.Views.LeftMenu.tipFile": "Arquivo",
|
||||
"PE.Views.LeftMenu.tipSearch": "Pesquisar",
|
||||
"PE.Views.LeftMenu.tipSlides": "Slides",
|
||||
"PE.Views.LeftMenu.tipSupport": "Feedback e Suporte",
|
||||
"PE.Views.LeftMenu.tipTitles": "Títulos",
|
||||
"PE.Views.ParagraphSettings.strLineHeight": "Espaçamento de linha",
|
||||
"PE.Views.ParagraphSettings.strParagraphSpacing": "Espaçamento",
|
||||
"PE.Views.ParagraphSettings.strSpacingAfter": "Depois",
|
||||
"PE.Views.ParagraphSettings.strSpacingBefore": "Antes",
|
||||
"PE.Views.ParagraphSettings.textAdvanced": "Exibir configurações avançadas",
|
||||
"PE.Views.ParagraphSettings.textAt": "Em",
|
||||
"PE.Views.ParagraphSettings.textAtLeast": "Pelo menos",
|
||||
"PE.Views.ParagraphSettings.textAuto": "Múltiplo",
|
||||
"PE.Views.ParagraphSettings.textExact": "Exatamente",
|
||||
"PE.Views.ParagraphSettings.txtAutoText": "Automático",
|
||||
"PE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Cancelar",
|
||||
"PE.Views.ParagraphSettingsAdvanced.noTabs": "As abas especificadas aparecerão neste campo",
|
||||
"PE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strAllCaps": "Todas maiúsculas",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Tachado duplo",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Primeira linha",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Esquerda",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Direita",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Fonte",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "Recuos e Posicionamento",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSmallCaps": "Versalete",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strStrike": "Taxado",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSubscript": "Subscrito",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSuperscript": "Sobrescrito",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strTabs": "Aba",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textAlign": "Alinhamento",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Espaçamento entre caracteres",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textDefault": "Aba padrão",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textEffects": "Efeitos",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemove": "Remover",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Remover todos",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textSet": "Especificar",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabCenter": "Centro",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabLeft": "Esquerda",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabPosition": "Posição da aba",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabRight": "Direita",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTitle": "Parágrafo - Configurações avançadas",
|
||||
"PE.Views.RightMenu.txtChartSettings": "Configurações do gráfico",
|
||||
"PE.Views.RightMenu.txtImageSettings": "Configurações de imagem",
|
||||
"PE.Views.RightMenu.txtParagraphSettings": "Configurações de texto",
|
||||
"PE.Views.RightMenu.txtShapeSettings": "Configurações da forma",
|
||||
"PE.Views.RightMenu.txtSlideSettings": "Configurações de slide",
|
||||
"PE.Views.RightMenu.txtTableSettings": "Configurações da tabela",
|
||||
"PE.Views.RightMenu.txtTextArtSettings": "Text Art Settings",
|
||||
"PE.Views.ShapeSettings.strBackground": "Cor do plano de fundo",
|
||||
"PE.Views.ShapeSettings.strChange": "Alterar forma automática",
|
||||
"PE.Views.ShapeSettings.strColor": "Cor",
|
||||
"PE.Views.ShapeSettings.strFill": "Preencher",
|
||||
"PE.Views.ShapeSettings.strForeground": "Cor do plano de fundo",
|
||||
"PE.Views.ShapeSettings.strPattern": "Padrão",
|
||||
"PE.Views.ShapeSettings.strSize": "Tamanho",
|
||||
"PE.Views.ShapeSettings.strStroke": "Traço",
|
||||
"PE.Views.ShapeSettings.strTransparency": "Opacidade",
|
||||
"PE.Views.ShapeSettings.textAdvanced": "Exibir configurações avançadas",
|
||||
"PE.Views.ShapeSettings.textBorderSizeErr": "O valor inserido está incorreto.<br>Insira um valor entre 0 pt e 1.584 pt.",
|
||||
"PE.Views.ShapeSettings.textColor": "Preenchimento de cor",
|
||||
"PE.Views.ShapeSettings.textDirection": "Direção",
|
||||
"PE.Views.ShapeSettings.textEmptyPattern": "Sem padrão",
|
||||
"PE.Views.ShapeSettings.textFromFile": "Do arquivo",
|
||||
"PE.Views.ShapeSettings.textFromUrl": "Da URL",
|
||||
"PE.Views.ShapeSettings.textGradient": "Gradiente",
|
||||
"PE.Views.ShapeSettings.textGradientFill": "Preenchimento gradiente",
|
||||
"PE.Views.ShapeSettings.textImageTexture": "Imagem ou Textura",
|
||||
"PE.Views.ShapeSettings.textLinear": "Linear",
|
||||
"PE.Views.ShapeSettings.textNewColor": "Cor personalizada",
|
||||
"PE.Views.ShapeSettings.textNoFill": "Sem preenchimento",
|
||||
"PE.Views.ShapeSettings.textPatternFill": "Padrão",
|
||||
"PE.Views.ShapeSettings.textRadial": "Radial",
|
||||
"PE.Views.ShapeSettings.textSelectTexture": "Selecionar",
|
||||
"PE.Views.ShapeSettings.textStandartColors": "Cores padrão",
|
||||
"PE.Views.ShapeSettings.textStretch": "Alongar",
|
||||
"PE.Views.ShapeSettings.textStyle": "Estilo",
|
||||
"PE.Views.ShapeSettings.textTexture": "Da textura",
|
||||
"PE.Views.ShapeSettings.textThemeColors": "Cores do tema",
|
||||
"PE.Views.ShapeSettings.textTile": "Lado a lado",
|
||||
"PE.Views.ShapeSettings.txtBrownPaper": "Papel pardo",
|
||||
"PE.Views.ShapeSettings.txtCanvas": "Canvas",
|
||||
"PE.Views.ShapeSettings.txtCarton": "Papelão",
|
||||
"PE.Views.ShapeSettings.txtDarkFabric": "Tecido escuro",
|
||||
"PE.Views.ShapeSettings.txtGrain": "Granulação",
|
||||
"PE.Views.ShapeSettings.txtGranite": "Granito",
|
||||
"PE.Views.ShapeSettings.txtGreyPaper": "Papel cinza",
|
||||
"PE.Views.ShapeSettings.txtKnit": "Encontro",
|
||||
"PE.Views.ShapeSettings.txtLeather": "Couro",
|
||||
"PE.Views.ShapeSettings.txtNoBorders": "Sem linha",
|
||||
"PE.Views.ShapeSettings.txtPapyrus": "Papiro",
|
||||
"PE.Views.ShapeSettings.txtWood": "Madeira",
|
||||
"PE.Views.ShapeSettingsAdvanced.cancelButtonText": "Cancelar",
|
||||
"PE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ShapeSettingsAdvanced.strMargins": "Preenchimento de texto",
|
||||
"PE.Views.ShapeSettingsAdvanced.textArrows": "Setas",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginSize": "Tamanho inicial",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginStyle": "Estilo inicial",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBevel": "Bisel",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBottom": "Inferior",
|
||||
"PE.Views.ShapeSettingsAdvanced.textCapType": "Tipo de letra",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Tamanho final",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Estilo final",
|
||||
"PE.Views.ShapeSettingsAdvanced.textFlat": "Plano",
|
||||
"PE.Views.ShapeSettingsAdvanced.textHeight": "Altura",
|
||||
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Tipo de junção",
|
||||
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Proporções constantes",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLeft": "Esquerda",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Estilo de linha",
|
||||
"PE.Views.ShapeSettingsAdvanced.textMiter": "Malhete",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRight": "Direita",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRound": "Rodada",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSize": "Tamanho",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSquare": "Quadrado",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTitle": "Forma - Configurações avançadas",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTop": "Parte superior",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Pesos e Setas",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWidth": "Largura",
|
||||
"PE.Views.ShapeSettingsAdvanced.txtNone": "Nenhum",
|
||||
"PE.Views.SlideSettings.strBackground": "Cor do plano de fundo",
|
||||
"PE.Views.SlideSettings.strColor": "Cor",
|
||||
"PE.Views.SlideSettings.strDelay": "Atraso",
|
||||
"PE.Views.SlideSettings.strDuration": "Duração",
|
||||
"PE.Views.SlideSettings.strEffect": "Efeito",
|
||||
"PE.Views.SlideSettings.strFill": "Preencher",
|
||||
"PE.Views.SlideSettings.strForeground": "Cor do plano de fundo",
|
||||
"PE.Views.SlideSettings.strPattern": "Padrão",
|
||||
"PE.Views.SlideSettings.strStartOnClick": "Iniciar ao clicar",
|
||||
"PE.Views.SlideSettings.textAdvanced": "Exibir configurações avançadas",
|
||||
"PE.Views.SlideSettings.textApplyAll": "Aplicar a todos os slides",
|
||||
"PE.Views.SlideSettings.textBlack": "Através preto",
|
||||
"PE.Views.SlideSettings.textBottom": "Inferior",
|
||||
"PE.Views.SlideSettings.textBottomLeft": "Esquerda inferior",
|
||||
"PE.Views.SlideSettings.textBottomRight": "Direita inferior",
|
||||
"PE.Views.SlideSettings.textClock": "Relógio",
|
||||
"PE.Views.SlideSettings.textClockwise": "Sentido horário",
|
||||
"PE.Views.SlideSettings.textColor": "Preenchimento de cor",
|
||||
"PE.Views.SlideSettings.textCounterclockwise": "Sentido anti-horário",
|
||||
"PE.Views.SlideSettings.textCover": "Folha de rosto",
|
||||
"PE.Views.SlideSettings.textDirection": "Direção",
|
||||
"PE.Views.SlideSettings.textEmptyPattern": "Sem padrão",
|
||||
"PE.Views.SlideSettings.textFade": "Esmaecer",
|
||||
"PE.Views.SlideSettings.textFromFile": "Do arquivo",
|
||||
"PE.Views.SlideSettings.textFromUrl": "Da URL",
|
||||
"PE.Views.SlideSettings.textGradient": "Gradiente",
|
||||
"PE.Views.SlideSettings.textGradientFill": "Preenchimento gradiente",
|
||||
"PE.Views.SlideSettings.textHorizontalIn": "Horizontal para dentro",
|
||||
"PE.Views.SlideSettings.textHorizontalOut": "Horizontal para fora",
|
||||
"PE.Views.SlideSettings.textImageTexture": "Imagem ou Textura",
|
||||
"PE.Views.SlideSettings.textLeft": "Esquerda",
|
||||
"PE.Views.SlideSettings.textLinear": "Linear",
|
||||
"PE.Views.SlideSettings.textNewColor": "Cor personalizada",
|
||||
"PE.Views.SlideSettings.textNoFill": "Sem preenchimento",
|
||||
"PE.Views.SlideSettings.textNone": "Nenhum",
|
||||
"PE.Views.SlideSettings.textPatternFill": "Padrão",
|
||||
"PE.Views.SlideSettings.textPreview": "Pré-visualizar",
|
||||
"PE.Views.SlideSettings.textPush": "Empurrar",
|
||||
"PE.Views.SlideSettings.textRadial": "Radial",
|
||||
"PE.Views.SlideSettings.textReset": "Resetar alterações",
|
||||
"PE.Views.SlideSettings.textRight": "Direita",
|
||||
"PE.Views.SlideSettings.textSelectTexture": "Selecionar",
|
||||
"PE.Views.SlideSettings.textSmoothly": "Suavemente",
|
||||
"PE.Views.SlideSettings.textSplit": "Dividir",
|
||||
"PE.Views.SlideSettings.textStandartColors": "Cores padrão",
|
||||
"PE.Views.SlideSettings.textStretch": "Alongar",
|
||||
"PE.Views.SlideSettings.textStyle": "Estilo",
|
||||
"PE.Views.SlideSettings.textTexture": "Da textura",
|
||||
"PE.Views.SlideSettings.textThemeColors": "Cores do tema",
|
||||
"PE.Views.SlideSettings.textTile": "Lado a lado",
|
||||
"PE.Views.SlideSettings.textTop": "Parte superior",
|
||||
"PE.Views.SlideSettings.textTopLeft": "Superior esquerdo",
|
||||
"PE.Views.SlideSettings.textTopRight": "Superior direito",
|
||||
"PE.Views.SlideSettings.textUnCover": "Descobrir",
|
||||
"PE.Views.SlideSettings.textVerticalIn": "Vertical para dentro",
|
||||
"PE.Views.SlideSettings.textVerticalOut": "Vertical para fora",
|
||||
"PE.Views.SlideSettings.textWedge": "Triangular",
|
||||
"PE.Views.SlideSettings.textWipe": "Revelar",
|
||||
"PE.Views.SlideSettings.textZoom": "Zoom",
|
||||
"PE.Views.SlideSettings.textZoomIn": "Ampliar",
|
||||
"PE.Views.SlideSettings.textZoomOut": "Reduzir",
|
||||
"PE.Views.SlideSettings.textZoomRotate": "Zoom e Rotação",
|
||||
"PE.Views.SlideSettings.txtBrownPaper": "Papel pardo",
|
||||
"PE.Views.SlideSettings.txtCanvas": "Canvas",
|
||||
"PE.Views.SlideSettings.txtCarton": "Papelão",
|
||||
"PE.Views.SlideSettings.txtDarkFabric": "Tecido escuro",
|
||||
"PE.Views.SlideSettings.txtGrain": "Granulação",
|
||||
"PE.Views.SlideSettings.txtGranite": "Granito",
|
||||
"PE.Views.SlideSettings.txtGreyPaper": "Papel cinza",
|
||||
"PE.Views.SlideSettings.txtKnit": "Encontro",
|
||||
"PE.Views.SlideSettings.txtLeather": "Couro",
|
||||
"PE.Views.SlideSettings.txtPapyrus": "Papiro",
|
||||
"PE.Views.SlideSettings.txtWood": "Madeira",
|
||||
"PE.Views.SlideSizeSettings.cancelButtonText": "Cancelar",
|
||||
"PE.Views.SlideSizeSettings.okButtonText": "OK",
|
||||
"PE.Views.SlideSizeSettings.textHeight": "Altura",
|
||||
"PE.Views.SlideSizeSettings.textSlideSize": "Tamanho de slide",
|
||||
"PE.Views.SlideSizeSettings.textTitle": "Configurações de tamanho do slide",
|
||||
"PE.Views.SlideSizeSettings.textWidth": "Largura",
|
||||
"PE.Views.SlideSizeSettings.txt35": "Slides de 35 mm",
|
||||
"PE.Views.SlideSizeSettings.txtA3": "Papel A3 (297x420 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtA4": "Papel A4 (210x297 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtB4": "Papel B4 (ICO) (250x353 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtB5": "Papel B5 (ICO) (176x250 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtBanner": "Banner",
|
||||
"PE.Views.SlideSizeSettings.txtCustom": "Personalizar",
|
||||
"PE.Views.SlideSizeSettings.txtLedger": "Papel Ledger(11x17 in)",
|
||||
"PE.Views.SlideSizeSettings.txtLetter": "Papel carta (8,5x11 pol)",
|
||||
"PE.Views.SlideSizeSettings.txtOverhead": "Transparência",
|
||||
"PE.Views.SlideSizeSettings.txtStandard": "Padrão (4:3)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen1": "Widescreen (16:9)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen2": "Widescreen (16:10)",
|
||||
"PE.Views.Statusbar.goToPageText": "Ir para Slide",
|
||||
"PE.Views.Statusbar.pageIndexText": "Slide {0} de {1}",
|
||||
"PE.Views.Statusbar.tipAccessRights": "Manage document access rights",
|
||||
"PE.Views.Statusbar.tipFitPage": "Ajustar slide",
|
||||
"PE.Views.Statusbar.tipFitWidth": "Ajustar largura",
|
||||
"PE.Views.Statusbar.tipMoreUsers": "e %1 usuários.",
|
||||
"PE.Views.Statusbar.tipPreview": "Start Preview",
|
||||
"PE.Views.Statusbar.tipShowUsers": "Para ver todos os usuários clique no ícone abaixo.",
|
||||
"PE.Views.Statusbar.tipUsers": "O documento atualmente está sendo editado por vários usuários.",
|
||||
"PE.Views.Statusbar.tipViewUsers": "View users and manage document access rights",
|
||||
"PE.Views.Statusbar.tipZoomFactor": "Ampliação",
|
||||
"PE.Views.Statusbar.tipZoomIn": "Ampliar",
|
||||
"PE.Views.Statusbar.tipZoomOut": "Reduzir",
|
||||
"PE.Views.Statusbar.txAccessRights": "Change access rights",
|
||||
"PE.Views.Statusbar.txtPageNumInvalid": "Número de slide inválido",
|
||||
"PE.Views.TableSettings.deleteColumnText": "Excluir coluna",
|
||||
"PE.Views.TableSettings.deleteRowText": "Excluir linha",
|
||||
"PE.Views.TableSettings.deleteTableText": "Excluir tabela",
|
||||
"PE.Views.TableSettings.insertColumnLeftText": "Inserir coluna à esquerda",
|
||||
"PE.Views.TableSettings.insertColumnRightText": "Inserir coluna à direita",
|
||||
"PE.Views.TableSettings.insertRowAboveText": "Inserir linha acima",
|
||||
"PE.Views.TableSettings.insertRowBelowText": "Inserir linha abaixo",
|
||||
"PE.Views.TableSettings.mergeCellsText": "Mesclar células",
|
||||
"PE.Views.TableSettings.selectCellText": "Selecionar célula",
|
||||
"PE.Views.TableSettings.selectColumnText": "Selecionar coluna",
|
||||
"PE.Views.TableSettings.selectRowText": "Selecionar linha",
|
||||
"PE.Views.TableSettings.selectTableText": "Selecionar tabela",
|
||||
"PE.Views.TableSettings.splitCellsText": "Dividir célula...",
|
||||
"PE.Views.TableSettings.splitCellTitleText": "Dividir célula",
|
||||
"PE.Views.TableSettings.textAdvanced": "Exibir configurações avançadas",
|
||||
"PE.Views.TableSettings.textBackColor": "Cor do plano de fundo",
|
||||
"PE.Views.TableSettings.textBanded": "Em tiras",
|
||||
"PE.Views.TableSettings.textBorderColor": "Cor",
|
||||
"PE.Views.TableSettings.textBorders": "Estilo das bordas",
|
||||
"PE.Views.TableSettings.textColumns": "Colunas",
|
||||
"PE.Views.TableSettings.textEdit": "Linhas e Colunas",
|
||||
"PE.Views.TableSettings.textEmptyTemplate": "Sem modelos",
|
||||
"PE.Views.TableSettings.textFirst": "Primeiro",
|
||||
"PE.Views.TableSettings.textHeader": "Cabeçalho",
|
||||
"PE.Views.TableSettings.textLast": "Último",
|
||||
"PE.Views.TableSettings.textNewColor": "Cor personalizada",
|
||||
"PE.Views.TableSettings.textRows": "Linhas",
|
||||
"PE.Views.TableSettings.textSelectBorders": "Selecione as bordas que você deseja alterar aplicando o estilo escolhido acima",
|
||||
"PE.Views.TableSettings.textStandartColors": "Cores padrão",
|
||||
"PE.Views.TableSettings.textTemplate": "Selecionar a partir do modelo",
|
||||
"PE.Views.TableSettings.textThemeColors": "Cores do tema",
|
||||
"PE.Views.TableSettings.textTotal": "Total",
|
||||
"PE.Views.TableSettings.tipAll": "Definir borda externa e todas as linhas internas",
|
||||
"PE.Views.TableSettings.tipBottom": "Definir apenas borda inferior externa",
|
||||
"PE.Views.TableSettings.tipInner": "Definir apenas linhas internas",
|
||||
"PE.Views.TableSettings.tipInnerHor": "Definir apenas linhas internas horizontais",
|
||||
"PE.Views.TableSettings.tipInnerVert": "Definir apenas linhas internas verticais",
|
||||
"PE.Views.TableSettings.tipLeft": "Definir apenas borda esquerda externa",
|
||||
"PE.Views.TableSettings.tipNone": "Definir sem bordas",
|
||||
"PE.Views.TableSettings.tipOuter": "Definir apenas borda externa",
|
||||
"PE.Views.TableSettings.tipRight": "Definir apenas borda direita externa",
|
||||
"PE.Views.TableSettings.tipTop": "Definir apenas borda superior externa",
|
||||
"PE.Views.TableSettings.txtNoBorders": "Sem bordas",
|
||||
"PE.Views.TableSettingsAdvanced.cancelButtonText": "Cancelar",
|
||||
"PE.Views.TableSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.TableSettingsAdvanced.textBottom": "Inferior",
|
||||
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Usar margens padrão",
|
||||
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Margens padrão",
|
||||
"PE.Views.TableSettingsAdvanced.textLeft": "Esquerda",
|
||||
"PE.Views.TableSettingsAdvanced.textMargins": "Margens da célula",
|
||||
"PE.Views.TableSettingsAdvanced.textRight": "Direita",
|
||||
"PE.Views.TableSettingsAdvanced.textTitle": "Tabela - Configurações avançadas",
|
||||
"PE.Views.TableSettingsAdvanced.textTop": "Parte superior",
|
||||
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Margens",
|
||||
"PE.Views.TextArtSettings.strBackground": "Background color",
|
||||
"PE.Views.TextArtSettings.strColor": "Color",
|
||||
"PE.Views.TextArtSettings.strFill": "Fill",
|
||||
"PE.Views.TextArtSettings.strForeground": "Foreground color",
|
||||
"PE.Views.TextArtSettings.strPattern": "Pattern",
|
||||
"PE.Views.TextArtSettings.strSize": "Size",
|
||||
"PE.Views.TextArtSettings.strStroke": "Stroke",
|
||||
"PE.Views.TextArtSettings.strTransparency": "Opacity",
|
||||
"PE.Views.TextArtSettings.textBorderSizeErr": "The entered value is incorrect.<br>Please enter a value between 0 pt and 1584 pt.",
|
||||
"PE.Views.TextArtSettings.textColor": "Color Fill",
|
||||
"PE.Views.TextArtSettings.textDirection": "Direction",
|
||||
"PE.Views.TextArtSettings.textEmptyPattern": "No Pattern",
|
||||
"PE.Views.TextArtSettings.textFromFile": "From File",
|
||||
"PE.Views.TextArtSettings.textFromUrl": "From URL",
|
||||
"PE.Views.TextArtSettings.textGradient": "Gradient",
|
||||
"PE.Views.TextArtSettings.textGradientFill": "Gradient Fill",
|
||||
"PE.Views.TextArtSettings.textImageTexture": "Picture or Texture",
|
||||
"PE.Views.TextArtSettings.textLinear": "Linear",
|
||||
"PE.Views.TextArtSettings.textNewColor": "Add New Custom Color",
|
||||
"PE.Views.TextArtSettings.textNoFill": "No Fill",
|
||||
"PE.Views.TextArtSettings.textPatternFill": "Pattern",
|
||||
"PE.Views.TextArtSettings.textRadial": "Radial",
|
||||
"PE.Views.TextArtSettings.textSelectTexture": "Select",
|
||||
"PE.Views.TextArtSettings.textStandartColors": "Standard Colors",
|
||||
"PE.Views.TextArtSettings.textStretch": "Stretch",
|
||||
"PE.Views.TextArtSettings.textStyle": "Style",
|
||||
"PE.Views.TextArtSettings.textTemplate": "Template",
|
||||
"PE.Views.TextArtSettings.textTexture": "From Texture",
|
||||
"PE.Views.TextArtSettings.textThemeColors": "Theme Colors",
|
||||
"PE.Views.TextArtSettings.textTile": "Tile",
|
||||
"PE.Views.TextArtSettings.textTransform": "Transform",
|
||||
"PE.Views.TextArtSettings.txtBrownPaper": "Brown Paper",
|
||||
"PE.Views.TextArtSettings.txtCanvas": "Canvas",
|
||||
"PE.Views.TextArtSettings.txtCarton": "Carton",
|
||||
"PE.Views.TextArtSettings.txtDarkFabric": "Dark Fabric",
|
||||
"PE.Views.TextArtSettings.txtGrain": "Grain",
|
||||
"PE.Views.TextArtSettings.txtGranite": "Granite",
|
||||
"PE.Views.TextArtSettings.txtGreyPaper": "Gray Paper",
|
||||
"PE.Views.TextArtSettings.txtKnit": "Knit",
|
||||
"PE.Views.TextArtSettings.txtLeather": "Leather",
|
||||
"PE.Views.TextArtSettings.txtNoBorders": "No Line",
|
||||
"PE.Views.TextArtSettings.txtPapyrus": "Papyrus",
|
||||
"PE.Views.TextArtSettings.txtWood": "Wood",
|
||||
"PE.Views.Toolbar.mniCustomTable": "Inserir tabela personalizada",
|
||||
"PE.Views.Toolbar.mniImageFromFile": "Imagem do Arquivo",
|
||||
"PE.Views.Toolbar.mniImageFromUrl": "Imagem da URL",
|
||||
"PE.Views.Toolbar.mniSlideAdvanced": "Configurações avançadas",
|
||||
"PE.Views.Toolbar.mniSlideStandard": "Padrão (4:3)",
|
||||
"PE.Views.Toolbar.mniSlideWide": "Widescreen (16:9)",
|
||||
"PE.Views.Toolbar.textAlignBottom": "Alinhar texto à parte inferior",
|
||||
"PE.Views.Toolbar.textAlignCenter": "Centralizar texto",
|
||||
"PE.Views.Toolbar.textAlignJust": "Justificar",
|
||||
"PE.Views.Toolbar.textAlignLeft": "Alinhar texto à esquerda",
|
||||
"PE.Views.Toolbar.textAlignMiddle": "Alinhar texto ao meio",
|
||||
"PE.Views.Toolbar.textAlignRight": "Alinhar texto à direita",
|
||||
"PE.Views.Toolbar.textAlignTop": "Alinhar texto à parte superior",
|
||||
"PE.Views.Toolbar.textArea": "Gráfico de área",
|
||||
"PE.Views.Toolbar.textArrangeBack": "Enviar para plano de fundo",
|
||||
"PE.Views.Toolbar.textArrangeBackward": "Mover para trás",
|
||||
"PE.Views.Toolbar.textArrangeForward": "Mover para frente",
|
||||
"PE.Views.Toolbar.textArrangeFront": "Trazer para primeiro plano",
|
||||
"PE.Views.Toolbar.textBar": "Gráfico de barras",
|
||||
"PE.Views.Toolbar.textBold": "Negrito",
|
||||
"PE.Views.Toolbar.textCancel": "Cancelar",
|
||||
"PE.Views.Toolbar.textColumn": "Gráfico de coluna",
|
||||
"PE.Views.Toolbar.textCompactView": "Visualizar barra de ferramentas compacta",
|
||||
"PE.Views.Toolbar.textFitPage": "Ajustar slide",
|
||||
"PE.Views.Toolbar.textFitWidth": "Ajustar largura",
|
||||
"PE.Views.Toolbar.textHideLines": "Ocultar réguas",
|
||||
"PE.Views.Toolbar.textHideStatusBar": "Ocultar barra de status",
|
||||
"PE.Views.Toolbar.textHideTitleBar": "Ocultar barra de título",
|
||||
"PE.Views.Toolbar.textInsText": "Insert text box",
|
||||
"PE.Views.Toolbar.textInsTextArt": "Insert Text Art",
|
||||
"PE.Views.Toolbar.textItalic": "Itálico",
|
||||
"PE.Views.Toolbar.textLine": "Gráfico de linha",
|
||||
"PE.Views.Toolbar.textNewColor": "Cor personalizada",
|
||||
"PE.Views.Toolbar.textOK": "OK",
|
||||
"PE.Views.Toolbar.textPie": "Gráfico de pizza",
|
||||
"PE.Views.Toolbar.textPoint": "Gráfico de pontos",
|
||||
"PE.Views.Toolbar.textShapeAlignBottom": "Alinhar à parte inferior",
|
||||
"PE.Views.Toolbar.textShapeAlignCenter": "Alinhar ao centro",
|
||||
"PE.Views.Toolbar.textShapeAlignLeft": "Alinhar à esquerda",
|
||||
"PE.Views.Toolbar.textShapeAlignMiddle": "Alinhar ao meio",
|
||||
"PE.Views.Toolbar.textShapeAlignRight": "Alinhar à direita",
|
||||
"PE.Views.Toolbar.textShapeAlignTop": "Alinhar à parte superior",
|
||||
"PE.Views.Toolbar.textStandartColors": "Cores padrão",
|
||||
"PE.Views.Toolbar.textStock": "Gráfico de ações",
|
||||
"PE.Views.Toolbar.textStrikeout": "Riscado",
|
||||
"PE.Views.Toolbar.textSubscript": "Subscrito",
|
||||
"PE.Views.Toolbar.textSuperscript": "Sobrescrito",
|
||||
"PE.Views.Toolbar.textThemeColors": "Cores do tema",
|
||||
"PE.Views.Toolbar.textTitleError": "Erro",
|
||||
"PE.Views.Toolbar.textUnderline": "Sublinhado",
|
||||
"PE.Views.Toolbar.textZoom": "Zoom",
|
||||
"PE.Views.Toolbar.tipAddSlide": "Adicionar slide",
|
||||
"PE.Views.Toolbar.tipAdvSettings": "Configurações avançadas",
|
||||
"PE.Views.Toolbar.tipBack": "Voltar",
|
||||
"PE.Views.Toolbar.tipChangeSlide": "Alterar slide de layout",
|
||||
"PE.Views.Toolbar.tipClearStyle": "Limpar estilo",
|
||||
"PE.Views.Toolbar.tipColorSchemas": "Alterar esquema de cor",
|
||||
"PE.Views.Toolbar.tipCopy": "Copiar",
|
||||
"PE.Views.Toolbar.tipCopyStyle": "Copiar estilo",
|
||||
"PE.Views.Toolbar.tipDecPrLeft": "Diminuir recuo",
|
||||
"PE.Views.Toolbar.tipFontColor": "Cor da fonte",
|
||||
"PE.Views.Toolbar.tipFontName": "Nome da fonte",
|
||||
"PE.Views.Toolbar.tipFontSize": "Tamanho da fonte",
|
||||
"PE.Views.Toolbar.tipHAligh": "Alinhamento horizontal",
|
||||
"PE.Views.Toolbar.tipHideBars": "Ocultar barra de título e barra de status",
|
||||
"PE.Views.Toolbar.tipIncPrLeft": "Aumentar recuo",
|
||||
"PE.Views.Toolbar.tipInsertChart": "Inserir gráfico",
|
||||
"PE.Views.Toolbar.tipInsertHyperlink": "Adicionar hiperlink",
|
||||
"PE.Views.Toolbar.tipInsertImage": "Inserir imagem",
|
||||
"PE.Views.Toolbar.tipInsertShape": "Inserir forma automática",
|
||||
"PE.Views.Toolbar.tipInsertTable": "Inserir tabela",
|
||||
"PE.Views.Toolbar.tipInsertText": "Inserir texto",
|
||||
"PE.Views.Toolbar.tipLineSpace": "Espaçamento de linha",
|
||||
"PE.Views.Toolbar.tipMarkers": "Marcadores",
|
||||
"PE.Views.Toolbar.tipNewDocument": "Nova apresentação",
|
||||
"PE.Views.Toolbar.tipNumbers": "Numeração",
|
||||
"PE.Views.Toolbar.tipOpenDocument": "Abrir apresentação",
|
||||
"PE.Views.Toolbar.tipPaste": "Colar",
|
||||
"PE.Views.Toolbar.tipPreview": "Iniciar pré-visualização",
|
||||
"PE.Views.Toolbar.tipPrint": "Imprimir",
|
||||
"PE.Views.Toolbar.tipRedo": "Refazer",
|
||||
"PE.Views.Toolbar.tipSave": "Salvar",
|
||||
"PE.Views.Toolbar.tipSaveCoauth": "Salvar suas alterações para que os outros usuários as vejam.",
|
||||
"PE.Views.Toolbar.tipShapeAlign": "Alinhar forma",
|
||||
"PE.Views.Toolbar.tipShapeArrange": "Organizar forma",
|
||||
"PE.Views.Toolbar.tipSlideSize": "Selecionar tamanho do slide",
|
||||
"PE.Views.Toolbar.tipSlideTheme": "Tema do slide",
|
||||
"PE.Views.Toolbar.tipUndo": "Desfazer",
|
||||
"PE.Views.Toolbar.tipVAligh": "Alinhamento vertical",
|
||||
"PE.Views.Toolbar.tipViewSettings": "Visualizar configurações",
|
||||
"PE.Views.Toolbar.txtDistribHor": "Distribuir horizontalmente",
|
||||
"PE.Views.Toolbar.txtDistribVert": "Distribuir verticalmente",
|
||||
"PE.Views.Toolbar.txtGroup": "Grupo",
|
||||
"PE.Views.Toolbar.txtScheme1": "Office",
|
||||
"PE.Views.Toolbar.txtScheme10": "Mediana",
|
||||
"PE.Views.Toolbar.txtScheme11": "Metro",
|
||||
"PE.Views.Toolbar.txtScheme12": "Módulo",
|
||||
"PE.Views.Toolbar.txtScheme13": "Opulento",
|
||||
"PE.Views.Toolbar.txtScheme14": "Balcão Envidraçado",
|
||||
"PE.Views.Toolbar.txtScheme15": "Origem",
|
||||
"PE.Views.Toolbar.txtScheme16": "Papel",
|
||||
"PE.Views.Toolbar.txtScheme17": "Solstício",
|
||||
"PE.Views.Toolbar.txtScheme18": "Técnica",
|
||||
"PE.Views.Toolbar.txtScheme19": "Viagem",
|
||||
"PE.Views.Toolbar.txtScheme2": "Escala de cinza",
|
||||
"PE.Views.Toolbar.txtScheme20": "Urbano",
|
||||
"PE.Views.Toolbar.txtScheme21": "Verve",
|
||||
"PE.Views.Toolbar.txtScheme3": "Ápice",
|
||||
"PE.Views.Toolbar.txtScheme4": "Aspecto",
|
||||
"PE.Views.Toolbar.txtScheme5": "Cívico",
|
||||
"PE.Views.Toolbar.txtScheme6": "Concurso",
|
||||
"PE.Views.Toolbar.txtScheme7": "Patrimônio Líquido",
|
||||
"PE.Views.Toolbar.txtScheme8": "Fluxo",
|
||||
"PE.Views.Toolbar.txtScheme9": "Fundição",
|
||||
"PE.Views.Toolbar.txtUngroup": "Desagrupar"
|
||||
}
|
||||
@@ -0,0 +1,847 @@
|
||||
{
|
||||
"Common.Controllers.Chat.notcriticalErrorTitle": "Opozorilo",
|
||||
"Common.Controllers.Chat.textEnterMessage": "Svoje sporočilo vnesite tu",
|
||||
"Common.Controllers.Chat.textUserLimit": "You are using ONLYOFFICE Free Edition.<br>Only two users can co-edit the document simultaneously.<br>Want more? Consider buying ONLYOFFICE Enterprise Edition.<br><a href=\"http://www.onlyoffice.com/free-edition.aspx\" target=\"_blank\">Read more</a>",
|
||||
"Common.Controllers.ExternalDiagramEditor.textAnonymous": "Anonimno",
|
||||
"Common.Controllers.ExternalDiagramEditor.textClose": "Zapri",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningText": "Objekt je onemogočen, saj ga ureja drug uporabnik.",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningTitle": "Opozorilo",
|
||||
"Common.UI.ComboBorderSize.txtNoBorders": "Ni mej",
|
||||
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Ni mej",
|
||||
"Common.UI.ComboDataView.emptyComboText": "Ni slogov",
|
||||
"Common.UI.ExtendedColorDialog.addButtonText": "Dodaj",
|
||||
"Common.UI.ExtendedColorDialog.cancelButtonText": "Prekliči",
|
||||
"Common.UI.ExtendedColorDialog.textCurrent": "trenuten",
|
||||
"Common.UI.ExtendedColorDialog.textHexErr": "Vnesena vrednost je nepravilna.<br>Prosim vnesite vrednost med 000000 in FFFFFF.",
|
||||
"Common.UI.ExtendedColorDialog.textNew": "Novo",
|
||||
"Common.UI.ExtendedColorDialog.textRGBErr": "Vnesena vrednost je nepravilna.<br>Prosim vnesite numerično vrednost med 0 in 255.",
|
||||
"Common.UI.HSBColorPicker.textNoColor": "Ni barve",
|
||||
"Common.UI.SearchDialog.textHighlight": "Označi rezultate",
|
||||
"Common.UI.SearchDialog.textMatchCase": "Občutljiv na velike in male črke",
|
||||
"Common.UI.SearchDialog.textReplaceDef": "Vnesi nadomestno besedilo",
|
||||
"Common.UI.SearchDialog.textSearchStart": "Svoje besedilo vnesite tu",
|
||||
"Common.UI.SearchDialog.textTitle": "Iskanje",
|
||||
"Common.UI.SearchDialog.textTitle2": "Iskanje",
|
||||
"Common.UI.SearchDialog.textWholeWords": "Le cele besede",
|
||||
"Common.UI.SearchDialog.txtBtnReplace": "Zamenjaj",
|
||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Zamenjaj vse",
|
||||
"Common.UI.SynchronizeTip.textDontShow": "Tega sporočila ne prikaži več",
|
||||
"Common.UI.SynchronizeTip.textSynchronize": "Dokument je spremenil drug uporabnik.<br/>Prosim pritisnite za shranjevanje svojih sprememb in osvežitev posodobitev.",
|
||||
"Common.UI.Window.cancelButtonText": "Prekliči",
|
||||
"Common.UI.Window.closeButtonText": "Zapri",
|
||||
"Common.UI.Window.noButtonText": "Ne",
|
||||
"Common.UI.Window.okButtonText": "OK",
|
||||
"Common.UI.Window.textConfirmation": "Potrditev",
|
||||
"Common.UI.Window.textDontShow": "Tega sporočila ne prikaži več",
|
||||
"Common.UI.Window.textError": "Napaka",
|
||||
"Common.UI.Window.textInformation": "Informacija",
|
||||
"Common.UI.Window.textWarning": "Opozorilo",
|
||||
"Common.UI.Window.yesButtonText": "Da",
|
||||
"Common.Views.About.txtAddress": "naslov:",
|
||||
"Common.Views.About.txtAscAddress": "Lubanas st. 125a-25, Riga, Latvija, EU, LV-1021",
|
||||
"Common.Views.About.txtLicensee": "LICENCE",
|
||||
"Common.Views.About.txtLicensor": "DAJALEC LICENCE",
|
||||
"Common.Views.About.txtMail": "e-naslov:",
|
||||
"Common.Views.About.txtPoweredBy": "Poganja",
|
||||
"Common.Views.About.txtTel": "tel.: ",
|
||||
"Common.Views.About.txtVersion": "Različica",
|
||||
"Common.Views.AdvancedSettingsWindow.cancelButtonText": "Prekliči",
|
||||
"Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
|
||||
"Common.Views.Chat.textSend": "Pošlji",
|
||||
"Common.Views.Comments.textAdd": "Dodaj",
|
||||
"Common.Views.Comments.textAddComment": "Dodaj",
|
||||
"Common.Views.Comments.textAddCommentToDoc": "K dokumentu dodaj komentar",
|
||||
"Common.Views.Comments.textAddReply": "Dodaj odgovor",
|
||||
"Common.Views.Comments.textAnonym": "Gost",
|
||||
"Common.Views.Comments.textCancel": "Prekliči",
|
||||
"Common.Views.Comments.textClose": "Zapri",
|
||||
"Common.Views.Comments.textComments": "Komentarji",
|
||||
"Common.Views.Comments.textEdit": "Uredi",
|
||||
"Common.Views.Comments.textEnterCommentHint": "Svoj komentar vnesite tu",
|
||||
"Common.Views.Comments.textOpenAgain": "Ponovno odpri",
|
||||
"Common.Views.Comments.textReply": "Odgovori",
|
||||
"Common.Views.Comments.textResolve": "Razreši",
|
||||
"Common.Views.Comments.textResolved": "Razrešeno",
|
||||
"Common.Views.CopyWarningDialog.textDontShow": "Tega sporočila ne prikaži več",
|
||||
"Common.Views.CopyWarningDialog.textMsg": "Dejanja kopiraj, izreži in prilepi izvedena z uporabo gumbov urejevalne orodne vrstice in kontekstnega menija bodo izvedena le v urejevalnem zavihku.<br><br>Za kopiranje in lepljenje v in iz aplikacij zunaj urejevalnega zavihka uporabite sledeče kombinacije na tipkovnici:",
|
||||
"Common.Views.CopyWarningDialog.textTitle": "Kopiraj, Izreži in Prilepi dejanja",
|
||||
"Common.Views.CopyWarningDialog.textToCopy": "za Kopijo",
|
||||
"Common.Views.CopyWarningDialog.textToCut": "za Izrez",
|
||||
"Common.Views.CopyWarningDialog.textToPaste": "za Lepljenje",
|
||||
"Common.Views.DocumentAccessDialog.textLoading": "Nalaganje...",
|
||||
"Common.Views.DocumentAccessDialog.textTitle": "Nastavitve deljenja",
|
||||
"Common.Views.ExternalDiagramEditor.textClose": "Zapri",
|
||||
"Common.Views.ExternalDiagramEditor.textSave": "Shrani & Zapusti",
|
||||
"Common.Views.ExternalDiagramEditor.textTitle": "Urejevalec grafa",
|
||||
"Common.Views.Header.openNewTabText": "Open in New Tab",
|
||||
"Common.Views.Header.textBack": "Pojdi v dokumente",
|
||||
"Common.Views.ImageFromUrlDialog.cancelButtonText": "Prekliči",
|
||||
"Common.Views.ImageFromUrlDialog.okButtonText": "OK",
|
||||
"Common.Views.ImageFromUrlDialog.textUrl": "Prilepi URL slike:",
|
||||
"Common.Views.ImageFromUrlDialog.txtEmpty": "To polje je obvezno",
|
||||
"Common.Views.ImageFromUrlDialog.txtNotUrl": "To polje mora biti URL v \"http://www.example.com\" formatu",
|
||||
"Common.Views.InsertTableDialog.cancelButtonText": "Prekliči",
|
||||
"Common.Views.InsertTableDialog.okButtonText": "OK",
|
||||
"Common.Views.InsertTableDialog.textInvalidRowsCols": "Določiti morate veljavna števila vrstic in stolpcev.",
|
||||
"Common.Views.InsertTableDialog.txtColumns": "Število stolpcev",
|
||||
"Common.Views.InsertTableDialog.txtMaxText": "Maksimalna vrednost za to polje je {0}.",
|
||||
"Common.Views.InsertTableDialog.txtMinText": "Minimalna vrednost za to polje je {0}.",
|
||||
"Common.Views.InsertTableDialog.txtRows": "Število vrstic",
|
||||
"Common.Views.InsertTableDialog.txtTitle": "Velikost tabele",
|
||||
"PE.Controllers.LeftMenu.newDocumentTitle": "Neimenovana predstavitev",
|
||||
"PE.Controllers.LeftMenu.requestEditRightsText": "Zahtevanje urejevalnih pravic...",
|
||||
"PE.Controllers.LeftMenu.textNoTextFound": "Podatkov, katere iščete, ni bilo mogoče najti. Prosim nastavite svoje možnosti iskanja.",
|
||||
"PE.Controllers.Main.applyChangesTextText": "Nalaganje podatkov...",
|
||||
"PE.Controllers.Main.applyChangesTitleText": "Nalaganje podatkov",
|
||||
"PE.Controllers.Main.convertationErrorText": "Pretvorba ni uspela.",
|
||||
"PE.Controllers.Main.convertationTimeoutText": "Pretvorbena prekinitev presežena.",
|
||||
"PE.Controllers.Main.criticalErrorExtText": "Pritisnite \"OK\" za vrnitev na seznam dokumentov.",
|
||||
"PE.Controllers.Main.criticalErrorTitle": "Napaka",
|
||||
"PE.Controllers.Main.defaultTitleText": "ONLYOFFICE Urejevalnik predstavitev",
|
||||
"PE.Controllers.Main.downloadErrorText": "Prenos ni uspel.",
|
||||
"PE.Controllers.Main.downloadTextText": "Prenašanje predstavitve...",
|
||||
"PE.Controllers.Main.downloadTitleText": "Prenašanje predstavitve",
|
||||
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Povezava s strežnikom izgubljena. Dokument v tem trenutku ne more biti urejen.",
|
||||
"PE.Controllers.Main.errorConnectToServer": "The document could not be saved. Please check connection settings or contact your administrator.<br>When you click the 'OK' button, you will be prompted to download the document.<br><br>Find more information about connecting Document Server <a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
|
||||
"PE.Controllers.Main.errorDatabaseConnection": "Zunanja napaka.<br>Napaka povezave baze podatkov. V primeru, da napaka ni odpravljena, prosim kontaktirajte ekipo za pomoč.",
|
||||
"PE.Controllers.Main.errorDataRange": "Nepravilen obseg podatkov.",
|
||||
"PE.Controllers.Main.errorDefaultMessage": "Koda napake: %1",
|
||||
"PE.Controllers.Main.errorFilePassProtect": "Dokument je zaščiten z geslom in ga ni mogoče odpreti.",
|
||||
"PE.Controllers.Main.errorKeyEncrypt": "Neznan ključni deskriptor",
|
||||
"PE.Controllers.Main.errorKeyExpire": "Ključni deskriptor je potekel",
|
||||
"PE.Controllers.Main.errorProcessSaveResult": "Shranjevanje ni bilo uspešno",
|
||||
"PE.Controllers.Main.errorStockChart": "Nepravilen vrstni red vrstic. Za izgradnjo razpredelnice delnic podatke na strani navedite v sledečem vrstnem redu:<br>otvoritvena cena, maksimalna cena, minimalna cena, zaključna cena.",
|
||||
"PE.Controllers.Main.errorUpdateVersion": "Različica datoteke je bila spremenjena. Stran bo osvežena.",
|
||||
"PE.Controllers.Main.errorUserDrop": "Do datoteke v tem trenutku ni možno dostopati.",
|
||||
"PE.Controllers.Main.errorUsersExceed": "Število uporabnikov, ki ga dovoljuje cenovni načrt, je bilo preseženo",
|
||||
"PE.Controllers.Main.leavePageText": "V tej predstavitvi imate neshranjene spremembe. Pritisnite ''Ostani na tej strani'', nato ''Shrani'' da jih shranite. Pritisnite ''Zapusti to stran'' če želite zavreči vse neshranjene spremembe.",
|
||||
"PE.Controllers.Main.loadFontsTextText": "Nalaganje podatkov...",
|
||||
"PE.Controllers.Main.loadFontsTitleText": "Nalaganje podatkov",
|
||||
"PE.Controllers.Main.loadFontTextText": "Nalaganje podatkov...",
|
||||
"PE.Controllers.Main.loadFontTitleText": "Nalaganje podatkov",
|
||||
"PE.Controllers.Main.loadImagesTextText": "Nalaganje slik...",
|
||||
"PE.Controllers.Main.loadImagesTitleText": "Nalaganje slik",
|
||||
"PE.Controllers.Main.loadImageTextText": "Nalaganje slike...",
|
||||
"PE.Controllers.Main.loadImageTitleText": "Nalaganje Slike",
|
||||
"PE.Controllers.Main.loadingDocumentTextText": "Nalaganje predstavitve...",
|
||||
"PE.Controllers.Main.loadingDocumentTitleText": "Nalaganje predstavitve",
|
||||
"PE.Controllers.Main.loadThemeTextText": "Nalaganje teme...",
|
||||
"PE.Controllers.Main.loadThemeTitleText": "Nalaganje teme",
|
||||
"PE.Controllers.Main.notcriticalErrorTitle": "Opozorilo",
|
||||
"PE.Controllers.Main.openTextText": "Odpiranje predstavitve...",
|
||||
"PE.Controllers.Main.openTitleText": "Odpiranje predstavitve",
|
||||
"PE.Controllers.Main.printTextText": "Tiskanje predstavitve...",
|
||||
"PE.Controllers.Main.printTitleText": "Tiskanje predstavitve",
|
||||
"PE.Controllers.Main.reloadButtonText": "Osveži stran",
|
||||
"PE.Controllers.Main.requestEditFailedMessageText": "Nekdo v tem trenutku ureja to predstavitev. Prosim ponovno poskusite kasneje.",
|
||||
"PE.Controllers.Main.requestEditFailedTitleText": "Dostop zavrnjen",
|
||||
"PE.Controllers.Main.savePreparingText": "Priprava za shranjevanje",
|
||||
"PE.Controllers.Main.savePreparingTitle": "Priprava za shranjevanje. Prosim počakajte...",
|
||||
"PE.Controllers.Main.saveTextText": "Shranjevanje predstavitve...",
|
||||
"PE.Controllers.Main.saveTitleText": "Shranjevanje predstavitve",
|
||||
"PE.Controllers.Main.splitDividerErrorText": "Število vrstic mora biti razdelilec %1.",
|
||||
"PE.Controllers.Main.splitMaxColsErrorText": "Število stolpcev mora biti manj kot 1%.",
|
||||
"PE.Controllers.Main.splitMaxRowsErrorText": "Število vrstic mora biti manj kot %1.",
|
||||
"PE.Controllers.Main.textAnonymous": "Anonimno",
|
||||
"PE.Controllers.Main.textCloseTip": "Pritisni za zapiranje namiga",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Nalaganje predstavitve",
|
||||
"PE.Controllers.Main.textShape": "Oblika",
|
||||
"PE.Controllers.Main.textStrict": "Strict mode",
|
||||
"PE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||
"PE.Controllers.Main.txtArt": "Your text here",
|
||||
"PE.Controllers.Main.txtBasicShapes": "Osnovne oblike",
|
||||
"PE.Controllers.Main.txtButtons": "Gumbi",
|
||||
"PE.Controllers.Main.txtCallouts": "Oblački",
|
||||
"PE.Controllers.Main.txtCharts": "Grafi",
|
||||
"PE.Controllers.Main.txtDiagramTitle": "Naslov diagrama",
|
||||
"PE.Controllers.Main.txtEditingMode": "Nastavi način urejanja...",
|
||||
"PE.Controllers.Main.txtFiguredArrows": "Figurirane puščice",
|
||||
"PE.Controllers.Main.txtLines": "Vrste",
|
||||
"PE.Controllers.Main.txtMath": "Matematika",
|
||||
"PE.Controllers.Main.txtNeedSynchronize": "Imate posodobitve",
|
||||
"PE.Controllers.Main.txtRectangles": "Pravokotniki",
|
||||
"PE.Controllers.Main.txtSeries": "Serije",
|
||||
"PE.Controllers.Main.txtSldLtTBlank": "Prazen",
|
||||
"PE.Controllers.Main.txtSldLtTChart": "Graf",
|
||||
"PE.Controllers.Main.txtSldLtTChartAndTx": "Graf in besedilo",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndTx": "Izrezki in besedilo",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndVertTx": "Izrezki in vertikalno besedilo",
|
||||
"PE.Controllers.Main.txtSldLtTCust": "Po meri",
|
||||
"PE.Controllers.Main.txtSldLtTDgm": "Diagram",
|
||||
"PE.Controllers.Main.txtSldLtTFourObj": "Štiri objekti",
|
||||
"PE.Controllers.Main.txtSldLtTMediaAndTx": "Mediji in besedilo",
|
||||
"PE.Controllers.Main.txtSldLtTObj": "Naslov in objekt",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTwoObj": "Objekt in dva objekta",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTx": "Objekt in besedilo",
|
||||
"PE.Controllers.Main.txtSldLtTObjOnly": "Objekt",
|
||||
"PE.Controllers.Main.txtSldLtTObjOverTx": "Objekt nad besedilom",
|
||||
"PE.Controllers.Main.txtSldLtTObjTx": "Naslov, objekt in Napis",
|
||||
"PE.Controllers.Main.txtSldLtTPicTx": "Slika in napis",
|
||||
"PE.Controllers.Main.txtSldLtTSecHead": "Glava oddelka",
|
||||
"PE.Controllers.Main.txtSldLtTTbl": "Tabela",
|
||||
"PE.Controllers.Main.txtSldLtTTitle": "Naslov",
|
||||
"PE.Controllers.Main.txtSldLtTTitleOnly": "Le naslov",
|
||||
"PE.Controllers.Main.txtSldLtTTwoColTx": "Dvo stolpično besedilo",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObj": "Dva objekta",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndObj": "Dva objekta in objekt",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndTx": "Dva objekta in besedilo",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjOverTx": "Dva objekta nad besedilom",
|
||||
"PE.Controllers.Main.txtSldLtTTwoTxTwoObj": "Dve besedili in dva objekta",
|
||||
"PE.Controllers.Main.txtSldLtTTx": "Besedilo",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndChart": "Besedilo in graf",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndClipArt": "Besedilo in izrezki",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndMedia": "Besedilo in mediji",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndObj": "Besedilo in objekt",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndTwoObj": "Besedilo in dva objekta",
|
||||
"PE.Controllers.Main.txtSldLtTTxOverObj": "Besedilo nad objektom",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTx": "Vertikalen naslov in besedilo",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "Vertikalen naslov in besedilo nad tabelo",
|
||||
"PE.Controllers.Main.txtSldLtTVertTx": "Vertikalno besedilo",
|
||||
"PE.Controllers.Main.txtStarsRibbons": "Zvezde & Trakovi",
|
||||
"PE.Controllers.Main.txtXAxis": "X os",
|
||||
"PE.Controllers.Main.txtYAxis": "Y os",
|
||||
"PE.Controllers.Main.unknownErrorText": "Neznana napaka.",
|
||||
"PE.Controllers.Main.unsupportedBrowserErrorText": "Vaš brskalnik ni podprt.",
|
||||
"PE.Controllers.Main.uploadImageExtMessage": "Neznan format slike.",
|
||||
"PE.Controllers.Main.uploadImageFileCountMessage": "Ni naloženih slik.",
|
||||
"PE.Controllers.Main.uploadImageSizeMessage": "Limit maksimalne velikosti slike presežen.",
|
||||
"PE.Controllers.Main.uploadImageTextText": "Nalaganje slike...",
|
||||
"PE.Controllers.Main.uploadImageTitleText": "Nalaganje slike",
|
||||
"PE.Controllers.Main.warnBrowserIE9": "Aplikacija ima nizke zmogljivosti na IE9. Uporabite IE10 ali več",
|
||||
"PE.Controllers.Main.warnBrowserZoom": "Nastavitve povečave vašega trenutnega brskalnika niso popolnoma podprte. Prosim ponastavite na privzeto povečanje s pritiskom na Ctrl+0.",
|
||||
"PE.Controllers.Main.warnProcessRightsChange": "Pravica, da urejate datoteko je bila zavrnjena.",
|
||||
"PE.Controllers.Statusbar.zoomText": "Povečava {0}%",
|
||||
"PE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.<br>The text style will be displayed using one of the device fonts, the saved font will be used when it is available.<br>Do you want to continue?",
|
||||
"PE.Controllers.Toolbar.textEmptyImgUrl": "Določiti morate URL slike.",
|
||||
"PE.Controllers.Toolbar.textFontSizeErr": "Vnesena vrednost je nepravilna.<br>Prosim vnesite numerično vrednost med 1 in 100",
|
||||
"PE.Controllers.Toolbar.textWarning": "Opozorilo",
|
||||
"PE.Views.ChartSettings.textArea": "Ploščinski grafikon",
|
||||
"PE.Views.ChartSettings.textBar": "Stolpični grafikon",
|
||||
"PE.Views.ChartSettings.textChartType": "Spremeni vrsto razpredelnice",
|
||||
"PE.Views.ChartSettings.textColumn": "Stolpični grafikon",
|
||||
"PE.Views.ChartSettings.textEditData": "Uredi podatke",
|
||||
"PE.Views.ChartSettings.textHeight": "Višina",
|
||||
"PE.Views.ChartSettings.textKeepRatio": "Nenehna razmerja",
|
||||
"PE.Views.ChartSettings.textLine": "Vrstični grafikon",
|
||||
"PE.Views.ChartSettings.textPie": "Tortni grafikon",
|
||||
"PE.Views.ChartSettings.textPoint": "Točkovni grafikon",
|
||||
"PE.Views.ChartSettings.textSize": "Velikost",
|
||||
"PE.Views.ChartSettings.textStock": "Založni grafikon",
|
||||
"PE.Views.ChartSettings.textStyle": "Slog",
|
||||
"PE.Views.ChartSettings.textWidth": "Širina",
|
||||
"PE.Views.DocumentHolder.aboveText": "Nad",
|
||||
"PE.Views.DocumentHolder.addCommentText": "Dodaj komentar",
|
||||
"PE.Views.DocumentHolder.advancedImageText": "Napredne nastavitve slike",
|
||||
"PE.Views.DocumentHolder.advancedParagraphText": "Napredne nastavitve besedila",
|
||||
"PE.Views.DocumentHolder.advancedShapeText": "Napredne nastavitve oblike",
|
||||
"PE.Views.DocumentHolder.advancedTableText": "Napredne nastavitve tabele",
|
||||
"PE.Views.DocumentHolder.belowText": "pod",
|
||||
"PE.Views.DocumentHolder.bottomCellText": "Poravnaj dno",
|
||||
"PE.Views.DocumentHolder.cellAlignText": "Vertikalna poravnava celic",
|
||||
"PE.Views.DocumentHolder.cellText": "Celica",
|
||||
"PE.Views.DocumentHolder.centerCellText": "Poravnaj središče",
|
||||
"PE.Views.DocumentHolder.columnText": "Stolpec",
|
||||
"PE.Views.DocumentHolder.deleteColumnText": "Izbriši stolpec",
|
||||
"PE.Views.DocumentHolder.deleteRowText": "Izbriši vrsto",
|
||||
"PE.Views.DocumentHolder.deleteTableText": "Izbriši tabelo",
|
||||
"PE.Views.DocumentHolder.deleteText": "Izbriši",
|
||||
"PE.Views.DocumentHolder.direct270Text": "Rotate at 270°",
|
||||
"PE.Views.DocumentHolder.direct90Text": "Rotate at 90°",
|
||||
"PE.Views.DocumentHolder.directHText": "Horizontal",
|
||||
"PE.Views.DocumentHolder.directionText": "Text Direction",
|
||||
"PE.Views.DocumentHolder.editChartText": "Uredi podatke",
|
||||
"PE.Views.DocumentHolder.editHyperlinkText": "Uredi hiperpovezavo",
|
||||
"PE.Views.DocumentHolder.hyperlinkText": "Hiperpovezava",
|
||||
"PE.Views.DocumentHolder.insertColumnLeftText": "Stolpec levo",
|
||||
"PE.Views.DocumentHolder.insertColumnRightText": "Stolpec desno",
|
||||
"PE.Views.DocumentHolder.insertColumnText": "Vstavi stolpec",
|
||||
"PE.Views.DocumentHolder.insertRowAboveText": "Vrsta zgoraj",
|
||||
"PE.Views.DocumentHolder.insertRowBelowText": "Vrsta spodaj",
|
||||
"PE.Views.DocumentHolder.insertRowText": "Vstavi vrsto",
|
||||
"PE.Views.DocumentHolder.insertText": "Vstavi",
|
||||
"PE.Views.DocumentHolder.mergeCellsText": "Združi celice",
|
||||
"PE.Views.DocumentHolder.originalSizeText": "Privzeta velikost",
|
||||
"PE.Views.DocumentHolder.removeHyperlinkText": "Odstrani hiperpovezavo",
|
||||
"PE.Views.DocumentHolder.rowText": "Vrsta",
|
||||
"PE.Views.DocumentHolder.selectText": "Izberi",
|
||||
"PE.Views.DocumentHolder.splitCellsText": "Razdeli celico...",
|
||||
"PE.Views.DocumentHolder.splitCellTitleText": "Razdeli celico",
|
||||
"PE.Views.DocumentHolder.tableText": "Tabela",
|
||||
"PE.Views.DocumentHolder.textArrangeBack": "Pošlji k ozadju",
|
||||
"PE.Views.DocumentHolder.textArrangeBackward": "Premakni nazaj",
|
||||
"PE.Views.DocumentHolder.textArrangeForward": "Premakni naprej",
|
||||
"PE.Views.DocumentHolder.textArrangeFront": "Premakni v ospredje",
|
||||
"PE.Views.DocumentHolder.textCopy": "Kopiraj",
|
||||
"PE.Views.DocumentHolder.textCut": "Izreži",
|
||||
"PE.Views.DocumentHolder.textNextPage": "Naslednji diapozitiv",
|
||||
"PE.Views.DocumentHolder.textPaste": "Prilepi",
|
||||
"PE.Views.DocumentHolder.textPrevPage": "Prejšnji diapozitiv",
|
||||
"PE.Views.DocumentHolder.textShapeAlignBottom": "Poravnaj dno",
|
||||
"PE.Views.DocumentHolder.textShapeAlignCenter": "Poravnaj središče",
|
||||
"PE.Views.DocumentHolder.textShapeAlignLeft": "Poravnaj levo",
|
||||
"PE.Views.DocumentHolder.textShapeAlignMiddle": "Poravnaj sredino",
|
||||
"PE.Views.DocumentHolder.textShapeAlignRight": "Poravnaj desno",
|
||||
"PE.Views.DocumentHolder.textShapeAlignTop": "Poravnaj vrh",
|
||||
"PE.Views.DocumentHolder.textSlideSettings": "Nastavitve diapozitiva",
|
||||
"PE.Views.DocumentHolder.tipIsLocked": "Ta element trenutno ureja drug uporabnik.",
|
||||
"PE.Views.DocumentHolder.topCellText": "Poravnaj vrh",
|
||||
"PE.Views.DocumentHolder.txtAlign": "Poravnaj",
|
||||
"PE.Views.DocumentHolder.txtArrange": "Razporedi",
|
||||
"PE.Views.DocumentHolder.txtBackground": "Ozadje",
|
||||
"PE.Views.DocumentHolder.txtChangeLayout": "Spremeni postavitev",
|
||||
"PE.Views.DocumentHolder.txtDeleteSlide": "Izbriši diapozitiv",
|
||||
"PE.Views.DocumentHolder.txtDistribHor": "Distributiraj horizontalno",
|
||||
"PE.Views.DocumentHolder.txtDistribVert": "Distributiraj vertikalno",
|
||||
"PE.Views.DocumentHolder.txtDuplicateSlide": "Dupliciraj diapozitiv",
|
||||
"PE.Views.DocumentHolder.txtGroup": "Skupina",
|
||||
"PE.Views.DocumentHolder.txtNewSlide": "Nov diapozitiv",
|
||||
"PE.Views.DocumentHolder.txtPressLink": "Pritisnite CTRL in pritisnite povezavo",
|
||||
"PE.Views.DocumentHolder.txtPreview": "Predogled",
|
||||
"PE.Views.DocumentHolder.txtSelectAll": "Izberi vse",
|
||||
"PE.Views.DocumentHolder.txtSlide": "Diapozitiv",
|
||||
"PE.Views.DocumentHolder.txtUngroup": "Razdruži",
|
||||
"PE.Views.DocumentHolder.vertAlignText": "Vertikalna poravnava",
|
||||
"PE.Views.DocumentPreview.goToSlideText": "Pojdi k diapozitivu",
|
||||
"PE.Views.DocumentPreview.slideIndexText": "Diapozitiv {0} od {1}",
|
||||
"PE.Views.DocumentPreview.txtClose": "Zapri predogled",
|
||||
"PE.Views.DocumentPreview.txtExitFullScreen": "Exit Full Screen",
|
||||
"PE.Views.DocumentPreview.txtFinalMessage": "Konec predogleda diapozitiva. Pritisnite za izhod.",
|
||||
"PE.Views.DocumentPreview.txtFullScreen": "Full Screen",
|
||||
"PE.Views.DocumentPreview.txtNext": "Naslednji diapozitiv",
|
||||
"PE.Views.DocumentPreview.txtPageNumInvalid": "Nepravilno število diapozitiva",
|
||||
"PE.Views.DocumentPreview.txtPause": "Pavziraj predstavitev",
|
||||
"PE.Views.DocumentPreview.txtPlay": "Začni predstavitev",
|
||||
"PE.Views.DocumentPreview.txtPrev": "Prejšnji diapozitiv",
|
||||
"PE.Views.FileMenu.btnAboutCaption": "o",
|
||||
"PE.Views.FileMenu.btnBackCaption": "Pojdi v dokumente",
|
||||
"PE.Views.FileMenu.btnCreateNewCaption": "Ustvari nov",
|
||||
"PE.Views.FileMenu.btnDownloadCaption": "Prenesi kot...",
|
||||
"PE.Views.FileMenu.btnHelpCaption": "Pomoč...",
|
||||
"PE.Views.FileMenu.btnInfoCaption": "Informacije predstavitve...",
|
||||
"PE.Views.FileMenu.btnPrintCaption": "Natisni",
|
||||
"PE.Views.FileMenu.btnRecentFilesCaption": "Odpri nedavno...",
|
||||
"PE.Views.FileMenu.btnReturnCaption": "Nazaj k predstavitvi",
|
||||
"PE.Views.FileMenu.btnRightsCaption": "Access Rights...",
|
||||
"PE.Views.FileMenu.btnSaveAsCaption": "Save as",
|
||||
"PE.Views.FileMenu.btnSaveCaption": "Shrani",
|
||||
"PE.Views.FileMenu.btnSettingsCaption": "Napredne nastavitve...",
|
||||
"PE.Views.FileMenu.btnToEditCaption": "Uredi predstavitev",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromBlankText": "Z praznine",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromTemplateText": "Z predloge",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Ustvari novo prazno predstavitev, ki jo boste po ustvaritvi lahko stilizirali in formatirali med urejanjem. Ali pa izberite eno izmed predlog za začetek predstavitve določene vrste ali namena z nekaterimi vnaprej določenimi slogi.",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDocumentText": "Nova predstavitev",
|
||||
"PE.Views.FileMenuPanels.CreateNew.noTemplatesText": "Ni predlog",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtAuthor": "Avtor",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Spremeni pravice dostopa",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtDate": "Datum nastanka",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Lokacija",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtRights": "Osebe, ki imajo pravice",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Naslov predstavitve",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Spremeni pravice dostopa",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtRights": "Osebe, ki imajo pravice",
|
||||
"PE.Views.FileMenuPanels.Settings.okButtonText": "Uporabi",
|
||||
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "Vključi vodnike poravnave",
|
||||
"PE.Views.FileMenuPanels.Settings.strAutosave": "Vključi samodejno shranjevanje",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing mode",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them",
|
||||
"PE.Views.FileMenuPanels.Settings.strFast": "Fast",
|
||||
"PE.Views.FileMenuPanels.Settings.strInputMode": "Vključi hieroglife",
|
||||
"PE.Views.FileMenuPanels.Settings.strShowChanges": "Sprotne spremembe sodelovanja",
|
||||
"PE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
||||
"PE.Views.FileMenuPanels.Settings.strUnit": "Merilna enota",
|
||||
"PE.Views.FileMenuPanels.Settings.strZoom": "Privzeta vrednost zooma",
|
||||
"PE.Views.FileMenuPanels.Settings.text10Minutes": "Vsakih 10 minut",
|
||||
"PE.Views.FileMenuPanels.Settings.text30Minutes": "Vsakih 30 minut",
|
||||
"PE.Views.FileMenuPanels.Settings.text5Minutes": "Vsakih 5 minut",
|
||||
"PE.Views.FileMenuPanels.Settings.text60Minutes": "Vsako uro",
|
||||
"PE.Views.FileMenuPanels.Settings.textAlignGuides": "Navodila poravnave",
|
||||
"PE.Views.FileMenuPanels.Settings.textAutoSave": "Samodejno shranjevanje",
|
||||
"PE.Views.FileMenuPanels.Settings.textDisabled": "Onemogočeno",
|
||||
"PE.Views.FileMenuPanels.Settings.textMinute": "Vsako minuto",
|
||||
"PE.Views.FileMenuPanels.Settings.txtAll": "Poglej vse",
|
||||
"PE.Views.FileMenuPanels.Settings.txtCm": "Centimeter",
|
||||
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "Prilagodi diapozitiv",
|
||||
"PE.Views.FileMenuPanels.Settings.txtInput": "Nadomestni vhod",
|
||||
"PE.Views.FileMenuPanels.Settings.txtLast": "Poglej zadnjega",
|
||||
"PE.Views.FileMenuPanels.Settings.txtPt": "Točka",
|
||||
"PE.Views.HyperlinkSettingsDialog.cancelButtonText": "Prekliči",
|
||||
"PE.Views.HyperlinkSettingsDialog.okButtonText": "OK",
|
||||
"PE.Views.HyperlinkSettingsDialog.strDisplay": "Zaslon",
|
||||
"PE.Views.HyperlinkSettingsDialog.strLinkTo": "Povezava k",
|
||||
"PE.Views.HyperlinkSettingsDialog.strPlaceInDocument": "Izberi kraj v tem dokumentu",
|
||||
"PE.Views.HyperlinkSettingsDialog.textDefault": "Izbran fragment besedila",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyDesc": "Napis vnesite tu",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyLink": "Povezavo vnesi tu",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "Namig vnesite tu",
|
||||
"PE.Views.HyperlinkSettingsDialog.textExternalLink": "Zunanja povezava",
|
||||
"PE.Views.HyperlinkSettingsDialog.textInternalLink": "Diapozitiv v tej predstavitvi",
|
||||
"PE.Views.HyperlinkSettingsDialog.textLinkType": "Vrsta povezave",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTipText": "Besedila zaslonskega tipa",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTitle": "Nastavitve hiperpovezave",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtEmpty": "To polje je obvezno",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtFirst": "Prvi diapozitiv",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtLast": "Zadnji diapozitiv",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNext": "Naslednji diapozitiv",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNotUrl": "To polje mora biti URL v \"http://www.example.com\" formatu",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtPrev": "Prejšnji diapozitiv",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtSlide": "Diapozitiv",
|
||||
"PE.Views.ImageSettings.textAdvanced": "Prikaži napredne nastavitve",
|
||||
"PE.Views.ImageSettings.textFromFile": "z datoteke",
|
||||
"PE.Views.ImageSettings.textFromUrl": "z URL",
|
||||
"PE.Views.ImageSettings.textHeight": "Višina",
|
||||
"PE.Views.ImageSettings.textInsert": "Zamenjaj sliko",
|
||||
"PE.Views.ImageSettings.textOriginalSize": "Privzeta velikost",
|
||||
"PE.Views.ImageSettings.textSize": "Velikost",
|
||||
"PE.Views.ImageSettings.textWidth": "Širina",
|
||||
"PE.Views.ImageSettingsAdvanced.cancelButtonText": "Prekliči",
|
||||
"PE.Views.ImageSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ImageSettingsAdvanced.textHeight": "Višina",
|
||||
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Nenehna razmerja",
|
||||
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Privzeta velikost",
|
||||
"PE.Views.ImageSettingsAdvanced.textPosition": "Položaj",
|
||||
"PE.Views.ImageSettingsAdvanced.textSize": "Velikost",
|
||||
"PE.Views.ImageSettingsAdvanced.textTitle": "Slika - napredne nastavitve",
|
||||
"PE.Views.ImageSettingsAdvanced.textWidth": "Širina",
|
||||
"PE.Views.LeftMenu.tipAbout": "O programu",
|
||||
"PE.Views.LeftMenu.tipChat": "Pogovor",
|
||||
"PE.Views.LeftMenu.tipComments": "Komentarji",
|
||||
"PE.Views.LeftMenu.tipFile": "Datoteka",
|
||||
"PE.Views.LeftMenu.tipSearch": "Iskanje",
|
||||
"PE.Views.LeftMenu.tipSlides": "Diapozitivi",
|
||||
"PE.Views.LeftMenu.tipSupport": "Povratne informacije & Pomoč",
|
||||
"PE.Views.LeftMenu.tipTitles": "Naslovi",
|
||||
"PE.Views.ParagraphSettings.strLineHeight": "Razmik med vrsticami",
|
||||
"PE.Views.ParagraphSettings.strParagraphSpacing": "Razmik",
|
||||
"PE.Views.ParagraphSettings.strSpacingAfter": "po",
|
||||
"PE.Views.ParagraphSettings.strSpacingBefore": "Pred",
|
||||
"PE.Views.ParagraphSettings.textAdvanced": "Prikaži napredne nastavitve",
|
||||
"PE.Views.ParagraphSettings.textAt": "na",
|
||||
"PE.Views.ParagraphSettings.textAtLeast": "Vsaj",
|
||||
"PE.Views.ParagraphSettings.textAuto": "Večkratno",
|
||||
"PE.Views.ParagraphSettings.textExact": "Točno",
|
||||
"PE.Views.ParagraphSettings.txtAutoText": "Samodejno",
|
||||
"PE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Prekliči",
|
||||
"PE.Views.ParagraphSettingsAdvanced.noTabs": "Določeni zavihki se bodo pojavili v tem polju",
|
||||
"PE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strAllCaps": "Vse z veliko",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Dvojno prečrtanje",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Prva vrsta",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Levo",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Desno",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Pisava",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "Zamiki & Postavitev",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSmallCaps": "mali pokrovčki",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strStrike": "Prečrtano",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSubscript": "Pripis",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSuperscript": "Nadpis",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strTabs": "Zavihek",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textAlign": "Poravnava",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Razmak znaka",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textDefault": "Prevzeti zavihek",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textEffects": "Učinki",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemove": "Odstrani",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Odstrani vse",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textSet": "Določite",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabCenter": "Center",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabLeft": "Levo",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabPosition": "Položaj zavihka",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabRight": "Desno",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTitle": "Odstavek - Napredne nastavitve",
|
||||
"PE.Views.RightMenu.txtChartSettings": "Nastavitve grafa",
|
||||
"PE.Views.RightMenu.txtImageSettings": "Nastavitve slike",
|
||||
"PE.Views.RightMenu.txtParagraphSettings": "Nastavitve besedila",
|
||||
"PE.Views.RightMenu.txtShapeSettings": "Nastavitve oblike",
|
||||
"PE.Views.RightMenu.txtSlideSettings": "Nastavitve diapozitiva",
|
||||
"PE.Views.RightMenu.txtTableSettings": "Nastavitve tabele",
|
||||
"PE.Views.RightMenu.txtTextArtSettings": "Text Art Settings",
|
||||
"PE.Views.ShapeSettings.strBackground": "Barva ozadja",
|
||||
"PE.Views.ShapeSettings.strChange": "Spremeni samodejno obliko",
|
||||
"PE.Views.ShapeSettings.strColor": "Barva",
|
||||
"PE.Views.ShapeSettings.strFill": "Dopolni",
|
||||
"PE.Views.ShapeSettings.strForeground": "Barva ospredja",
|
||||
"PE.Views.ShapeSettings.strPattern": "Vzorec",
|
||||
"PE.Views.ShapeSettings.strSize": "Velikost",
|
||||
"PE.Views.ShapeSettings.strStroke": "Črta",
|
||||
"PE.Views.ShapeSettings.strTransparency": "Motnost",
|
||||
"PE.Views.ShapeSettings.textAdvanced": "Prikaži napredne nastavitve",
|
||||
"PE.Views.ShapeSettings.textBorderSizeErr": "Vnesena vrednost je nepravilna.<br>Prosim vnesite vrednost med 0 pt in 1584 pt.",
|
||||
"PE.Views.ShapeSettings.textColor": "Barvna izpolnitev",
|
||||
"PE.Views.ShapeSettings.textDirection": "Smer",
|
||||
"PE.Views.ShapeSettings.textEmptyPattern": "Ni vzorcev",
|
||||
"PE.Views.ShapeSettings.textFromFile": "z datoteke",
|
||||
"PE.Views.ShapeSettings.textFromUrl": "z URL",
|
||||
"PE.Views.ShapeSettings.textGradient": "Gradient",
|
||||
"PE.Views.ShapeSettings.textGradientFill": "Polnjenje gradienta",
|
||||
"PE.Views.ShapeSettings.textImageTexture": "Slika ali tekstura",
|
||||
"PE.Views.ShapeSettings.textLinear": "Linearna",
|
||||
"PE.Views.ShapeSettings.textNewColor": "Barva po meri",
|
||||
"PE.Views.ShapeSettings.textNoFill": "Ni polnila",
|
||||
"PE.Views.ShapeSettings.textPatternFill": "Vzorec",
|
||||
"PE.Views.ShapeSettings.textRadial": "Radial",
|
||||
"PE.Views.ShapeSettings.textSelectTexture": "Izberi",
|
||||
"PE.Views.ShapeSettings.textStandartColors": "Standardne barve",
|
||||
"PE.Views.ShapeSettings.textStretch": "Raztegni",
|
||||
"PE.Views.ShapeSettings.textStyle": "Slog",
|
||||
"PE.Views.ShapeSettings.textTexture": "S teksture",
|
||||
"PE.Views.ShapeSettings.textThemeColors": "Barve teme",
|
||||
"PE.Views.ShapeSettings.textTile": "Ploščica",
|
||||
"PE.Views.ShapeSettings.txtBrownPaper": "Rjav papir",
|
||||
"PE.Views.ShapeSettings.txtCanvas": "Platno",
|
||||
"PE.Views.ShapeSettings.txtCarton": "Karton",
|
||||
"PE.Views.ShapeSettings.txtDarkFabric": "Temna tkanina",
|
||||
"PE.Views.ShapeSettings.txtGrain": "Zrno",
|
||||
"PE.Views.ShapeSettings.txtGranite": "Granit",
|
||||
"PE.Views.ShapeSettings.txtGreyPaper": "Siv papir",
|
||||
"PE.Views.ShapeSettings.txtKnit": "Pleti",
|
||||
"PE.Views.ShapeSettings.txtLeather": "Usnje",
|
||||
"PE.Views.ShapeSettings.txtNoBorders": "Ni črte",
|
||||
"PE.Views.ShapeSettings.txtPapyrus": "Papirus",
|
||||
"PE.Views.ShapeSettings.txtWood": "Les",
|
||||
"PE.Views.ShapeSettingsAdvanced.cancelButtonText": "Prekliči",
|
||||
"PE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.ShapeSettingsAdvanced.strMargins": "Oblazinjenje besedila",
|
||||
"PE.Views.ShapeSettingsAdvanced.textArrows": "Puščice",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginSize": "Začetna velikost",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginStyle": "Začetni stil",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBevel": "Stožčasti",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBottom": "Dno",
|
||||
"PE.Views.ShapeSettingsAdvanced.textCapType": "Vrsta pokrovčka",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Končna velikost",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Končni slog",
|
||||
"PE.Views.ShapeSettingsAdvanced.textFlat": "Ploščat",
|
||||
"PE.Views.ShapeSettingsAdvanced.textHeight": "Višina",
|
||||
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Vrsta pridruževanja",
|
||||
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Nenehna razmerja",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLeft": "Levo",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Slog vrste",
|
||||
"PE.Views.ShapeSettingsAdvanced.textMiter": "Mitre",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRight": "Desno",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRound": "Okrogel",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSize": "Velikost",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSquare": "Kvadrat",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTitle": "Oblika - Napredne nastavitve",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTop": "Vrh",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Uteži & puščice",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWidth": "Širina",
|
||||
"PE.Views.ShapeSettingsAdvanced.txtNone": "nič",
|
||||
"PE.Views.SlideSettings.strBackground": "Barva ozadja",
|
||||
"PE.Views.SlideSettings.strColor": "Barva",
|
||||
"PE.Views.SlideSettings.strDelay": "Zamik",
|
||||
"PE.Views.SlideSettings.strDuration": "Trajanje",
|
||||
"PE.Views.SlideSettings.strEffect": "Učinek",
|
||||
"PE.Views.SlideSettings.strFill": "Dopolni",
|
||||
"PE.Views.SlideSettings.strForeground": "Barva ospredja",
|
||||
"PE.Views.SlideSettings.strPattern": "Vzorec",
|
||||
"PE.Views.SlideSettings.strStartOnClick": "Začni z klikom",
|
||||
"PE.Views.SlideSettings.textAdvanced": "Prikaži napredne nastavitve",
|
||||
"PE.Views.SlideSettings.textApplyAll": "Uporabi za vse diapozitive",
|
||||
"PE.Views.SlideSettings.textBlack": "Skozi črno",
|
||||
"PE.Views.SlideSettings.textBottom": "Dno",
|
||||
"PE.Views.SlideSettings.textBottomLeft": "Spodaj levo",
|
||||
"PE.Views.SlideSettings.textBottomRight": "Spodaj desno",
|
||||
"PE.Views.SlideSettings.textClock": "Ura",
|
||||
"PE.Views.SlideSettings.textClockwise": "V smeri urinega kazalca",
|
||||
"PE.Views.SlideSettings.textColor": "Barvna izpolnitev",
|
||||
"PE.Views.SlideSettings.textCounterclockwise": "V nasprotni smeri urinega kazalca",
|
||||
"PE.Views.SlideSettings.textCover": "Pokrov",
|
||||
"PE.Views.SlideSettings.textDirection": "Smer",
|
||||
"PE.Views.SlideSettings.textEmptyPattern": "Ni vzorcev",
|
||||
"PE.Views.SlideSettings.textFade": "Zbledi",
|
||||
"PE.Views.SlideSettings.textFromFile": "z datoteke",
|
||||
"PE.Views.SlideSettings.textFromUrl": "z URL",
|
||||
"PE.Views.SlideSettings.textGradient": "Gradient",
|
||||
"PE.Views.SlideSettings.textGradientFill": "Polnjenje gradienta",
|
||||
"PE.Views.SlideSettings.textHorizontalIn": "Horizontalno v",
|
||||
"PE.Views.SlideSettings.textHorizontalOut": "Horizontalno iz",
|
||||
"PE.Views.SlideSettings.textImageTexture": "Slika ali tekstura",
|
||||
"PE.Views.SlideSettings.textLeft": "Levo",
|
||||
"PE.Views.SlideSettings.textLinear": "Linearna",
|
||||
"PE.Views.SlideSettings.textNewColor": "Barva po meri",
|
||||
"PE.Views.SlideSettings.textNoFill": "Ni polnila",
|
||||
"PE.Views.SlideSettings.textNone": "nič",
|
||||
"PE.Views.SlideSettings.textPatternFill": "Vzorec",
|
||||
"PE.Views.SlideSettings.textPreview": "Predogled",
|
||||
"PE.Views.SlideSettings.textPush": "Potisni",
|
||||
"PE.Views.SlideSettings.textRadial": "Radial",
|
||||
"PE.Views.SlideSettings.textReset": "Ponastavi spremembe",
|
||||
"PE.Views.SlideSettings.textRight": "Desno",
|
||||
"PE.Views.SlideSettings.textSelectTexture": "Izberi",
|
||||
"PE.Views.SlideSettings.textSmoothly": "Gladko",
|
||||
"PE.Views.SlideSettings.textSplit": "Razdeli",
|
||||
"PE.Views.SlideSettings.textStandartColors": "Standardne barve",
|
||||
"PE.Views.SlideSettings.textStretch": "Raztegni",
|
||||
"PE.Views.SlideSettings.textStyle": "Slog",
|
||||
"PE.Views.SlideSettings.textTexture": "S teksture",
|
||||
"PE.Views.SlideSettings.textThemeColors": "Barve teme",
|
||||
"PE.Views.SlideSettings.textTile": "Ploščica",
|
||||
"PE.Views.SlideSettings.textTop": "Vrh",
|
||||
"PE.Views.SlideSettings.textTopLeft": "Zgoraj levo",
|
||||
"PE.Views.SlideSettings.textTopRight": "Zgoraj desno",
|
||||
"PE.Views.SlideSettings.textUnCover": "Razkrij",
|
||||
"PE.Views.SlideSettings.textVerticalIn": "Vertikalen v",
|
||||
"PE.Views.SlideSettings.textVerticalOut": "Vertikalen iz",
|
||||
"PE.Views.SlideSettings.textWedge": "Zagozda",
|
||||
"PE.Views.SlideSettings.textWipe": "Obriši",
|
||||
"PE.Views.SlideSettings.textZoom": "Povečava",
|
||||
"PE.Views.SlideSettings.textZoomIn": "Približaj",
|
||||
"PE.Views.SlideSettings.textZoomOut": "Oddalji",
|
||||
"PE.Views.SlideSettings.textZoomRotate": "Povečaj in zavrti",
|
||||
"PE.Views.SlideSettings.txtBrownPaper": "Rjav papir",
|
||||
"PE.Views.SlideSettings.txtCanvas": "Platno",
|
||||
"PE.Views.SlideSettings.txtCarton": "Karton",
|
||||
"PE.Views.SlideSettings.txtDarkFabric": "Temna tkanina",
|
||||
"PE.Views.SlideSettings.txtGrain": "Zrno",
|
||||
"PE.Views.SlideSettings.txtGranite": "Granit",
|
||||
"PE.Views.SlideSettings.txtGreyPaper": "Siv papir",
|
||||
"PE.Views.SlideSettings.txtKnit": "Pleti",
|
||||
"PE.Views.SlideSettings.txtLeather": "Usnje",
|
||||
"PE.Views.SlideSettings.txtPapyrus": "Papirus",
|
||||
"PE.Views.SlideSettings.txtWood": "Les",
|
||||
"PE.Views.SlideSizeSettings.cancelButtonText": "Prekliči",
|
||||
"PE.Views.SlideSizeSettings.okButtonText": "OK",
|
||||
"PE.Views.SlideSizeSettings.textHeight": "Višina",
|
||||
"PE.Views.SlideSizeSettings.textSlideSize": "Velikost diapozitiva",
|
||||
"PE.Views.SlideSizeSettings.textTitle": "Nastavitve velikosti diapozitiva",
|
||||
"PE.Views.SlideSizeSettings.textWidth": "Širina",
|
||||
"PE.Views.SlideSizeSettings.txt35": "35 mm diapozitivov",
|
||||
"PE.Views.SlideSizeSettings.txtA3": "A3 Papir (297x420 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtA4": "A4 Papir (210x297 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtB4": "B4 (ICO) Papir (250x353 mm)Clip Art and Text",
|
||||
"PE.Views.SlideSizeSettings.txtB5": "B5 (ICO) Papir (176x250 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtBanner": "Baner",
|
||||
"PE.Views.SlideSizeSettings.txtCustom": "Po meri",
|
||||
"PE.Views.SlideSizeSettings.txtLedger": "Knjižni papir (11x17 in)",
|
||||
"PE.Views.SlideSizeSettings.txtLetter": "Pisemski papir (8.5x11 in)",
|
||||
"PE.Views.SlideSizeSettings.txtOverhead": "Nadzemne",
|
||||
"PE.Views.SlideSizeSettings.txtStandard": "Standardno (4:3)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen1": "Širok zaslon (16:9)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen2": "Širok zaslon (16:10)",
|
||||
"PE.Views.Statusbar.goToPageText": "Pojdi k diapozitivu",
|
||||
"PE.Views.Statusbar.pageIndexText": "Diapozitiv {0} od {1}",
|
||||
"PE.Views.Statusbar.tipAccessRights": "Manage document access rights",
|
||||
"PE.Views.Statusbar.tipFitPage": "Prilagodi diapozitiv",
|
||||
"PE.Views.Statusbar.tipFitWidth": "Prilagodi širino",
|
||||
"PE.Views.Statusbar.tipMoreUsers": "in %1 uporabnikov.",
|
||||
"PE.Views.Statusbar.tipPreview": "Start Preview",
|
||||
"PE.Views.Statusbar.tipShowUsers": "Za ogled vseh uporabnikov pritisnite spodnjo ikono.",
|
||||
"PE.Views.Statusbar.tipUsers": "Dokument trenutno ureja več uporabnikov",
|
||||
"PE.Views.Statusbar.tipViewUsers": "View users and manage document access rights",
|
||||
"PE.Views.Statusbar.tipZoomFactor": "Povečava",
|
||||
"PE.Views.Statusbar.tipZoomIn": "Približaj",
|
||||
"PE.Views.Statusbar.tipZoomOut": "Oddalji",
|
||||
"PE.Views.Statusbar.txAccessRights": "Change access rights",
|
||||
"PE.Views.Statusbar.txtPageNumInvalid": "Nepravilno število diapozitiva",
|
||||
"PE.Views.TableSettings.deleteColumnText": "Izbriši stolpec",
|
||||
"PE.Views.TableSettings.deleteRowText": "Izbriši vrsto",
|
||||
"PE.Views.TableSettings.deleteTableText": "Izbriši tabelo",
|
||||
"PE.Views.TableSettings.insertColumnLeftText": "Vstavi stolpec levo",
|
||||
"PE.Views.TableSettings.insertColumnRightText": "Vstavi stolpec desno",
|
||||
"PE.Views.TableSettings.insertRowAboveText": "Vstavi vrsto zgoraj",
|
||||
"PE.Views.TableSettings.insertRowBelowText": "Vstavi vrsto spodaj",
|
||||
"PE.Views.TableSettings.mergeCellsText": "Združi celice",
|
||||
"PE.Views.TableSettings.selectCellText": "Izberi celico",
|
||||
"PE.Views.TableSettings.selectColumnText": "Izberi stolpec",
|
||||
"PE.Views.TableSettings.selectRowText": "Izberi vrstico",
|
||||
"PE.Views.TableSettings.selectTableText": "Izberi tabelo",
|
||||
"PE.Views.TableSettings.splitCellsText": "Razdeli celico...",
|
||||
"PE.Views.TableSettings.splitCellTitleText": "Razdeli celico",
|
||||
"PE.Views.TableSettings.textAdvanced": "Prikaži napredne nastavitve",
|
||||
"PE.Views.TableSettings.textBackColor": "Barva ozadja",
|
||||
"PE.Views.TableSettings.textBanded": "Odvisen",
|
||||
"PE.Views.TableSettings.textBorderColor": "Barva",
|
||||
"PE.Views.TableSettings.textBorders": "Stil obrob",
|
||||
"PE.Views.TableSettings.textColumns": "Stolpci",
|
||||
"PE.Views.TableSettings.textEdit": "Vrste & Stolpci",
|
||||
"PE.Views.TableSettings.textEmptyTemplate": "Ni predlog",
|
||||
"PE.Views.TableSettings.textFirst": "prvi",
|
||||
"PE.Views.TableSettings.textHeader": "Glava",
|
||||
"PE.Views.TableSettings.textLast": "zadnji",
|
||||
"PE.Views.TableSettings.textNewColor": "Barva po meri",
|
||||
"PE.Views.TableSettings.textRows": "Vrste",
|
||||
"PE.Views.TableSettings.textSelectBorders": "Izberite meje katere želite spremeniti z uporabo zgoraj izbranega sloga",
|
||||
"PE.Views.TableSettings.textStandartColors": "Standardne barve",
|
||||
"PE.Views.TableSettings.textTemplate": "Izberi z predloge",
|
||||
"PE.Views.TableSettings.textThemeColors": "Barve teme",
|
||||
"PE.Views.TableSettings.textTotal": "Skupno",
|
||||
"PE.Views.TableSettings.tipAll": "Nastavi zunanjo mejo in vse notranje črte",
|
||||
"PE.Views.TableSettings.tipBottom": "nastavi le zunanjo spodnjo mejo",
|
||||
"PE.Views.TableSettings.tipInner": "Nastavi le notranje črte",
|
||||
"PE.Views.TableSettings.tipInnerHor": "Nastavi le horizontalne notranje črte",
|
||||
"PE.Views.TableSettings.tipInnerVert": "Nastavi le vertikalne notranje linije",
|
||||
"PE.Views.TableSettings.tipLeft": "Nastavi le zunanjo levo mejo",
|
||||
"PE.Views.TableSettings.tipNone": "Ne nastavi nobene meje",
|
||||
"PE.Views.TableSettings.tipOuter": "Nastavi le zunanjo mejo",
|
||||
"PE.Views.TableSettings.tipRight": "Nastavi le zunanjo desno mejo",
|
||||
"PE.Views.TableSettings.tipTop": "Nastavi le zunanjo zgornjo mejo",
|
||||
"PE.Views.TableSettings.txtNoBorders": "Ni mej",
|
||||
"PE.Views.TableSettingsAdvanced.cancelButtonText": "Prekliči",
|
||||
"PE.Views.TableSettingsAdvanced.okButtonText": "OK",
|
||||
"PE.Views.TableSettingsAdvanced.textBottom": "Dno",
|
||||
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Uporabi privzete meje",
|
||||
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Privzete meje",
|
||||
"PE.Views.TableSettingsAdvanced.textLeft": "Levo",
|
||||
"PE.Views.TableSettingsAdvanced.textMargins": "Meje celice",
|
||||
"PE.Views.TableSettingsAdvanced.textRight": "Desno",
|
||||
"PE.Views.TableSettingsAdvanced.textTitle": "Tabela - Napredne nastavitve",
|
||||
"PE.Views.TableSettingsAdvanced.textTop": "Vrh",
|
||||
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Meje",
|
||||
"PE.Views.TextArtSettings.strBackground": "Background color",
|
||||
"PE.Views.TextArtSettings.strColor": "Color",
|
||||
"PE.Views.TextArtSettings.strFill": "Fill",
|
||||
"PE.Views.TextArtSettings.strForeground": "Foreground color",
|
||||
"PE.Views.TextArtSettings.strPattern": "Pattern",
|
||||
"PE.Views.TextArtSettings.strSize": "Size",
|
||||
"PE.Views.TextArtSettings.strStroke": "Stroke",
|
||||
"PE.Views.TextArtSettings.strTransparency": "Opacity",
|
||||
"PE.Views.TextArtSettings.textBorderSizeErr": "The entered value is incorrect.<br>Please enter a value between 0 pt and 1584 pt.",
|
||||
"PE.Views.TextArtSettings.textColor": "Color Fill",
|
||||
"PE.Views.TextArtSettings.textDirection": "Direction",
|
||||
"PE.Views.TextArtSettings.textEmptyPattern": "No Pattern",
|
||||
"PE.Views.TextArtSettings.textFromFile": "From File",
|
||||
"PE.Views.TextArtSettings.textFromUrl": "From URL",
|
||||
"PE.Views.TextArtSettings.textGradient": "Gradient",
|
||||
"PE.Views.TextArtSettings.textGradientFill": "Gradient Fill",
|
||||
"PE.Views.TextArtSettings.textImageTexture": "Picture or Texture",
|
||||
"PE.Views.TextArtSettings.textLinear": "Linear",
|
||||
"PE.Views.TextArtSettings.textNewColor": "Add New Custom Color",
|
||||
"PE.Views.TextArtSettings.textNoFill": "No Fill",
|
||||
"PE.Views.TextArtSettings.textPatternFill": "Pattern",
|
||||
"PE.Views.TextArtSettings.textRadial": "Radial",
|
||||
"PE.Views.TextArtSettings.textSelectTexture": "Select",
|
||||
"PE.Views.TextArtSettings.textStandartColors": "Standard Colors",
|
||||
"PE.Views.TextArtSettings.textStretch": "Stretch",
|
||||
"PE.Views.TextArtSettings.textStyle": "Style",
|
||||
"PE.Views.TextArtSettings.textTemplate": "Template",
|
||||
"PE.Views.TextArtSettings.textTexture": "From Texture",
|
||||
"PE.Views.TextArtSettings.textThemeColors": "Theme Colors",
|
||||
"PE.Views.TextArtSettings.textTile": "Tile",
|
||||
"PE.Views.TextArtSettings.textTransform": "Transform",
|
||||
"PE.Views.TextArtSettings.txtBrownPaper": "Brown Paper",
|
||||
"PE.Views.TextArtSettings.txtCanvas": "Canvas",
|
||||
"PE.Views.TextArtSettings.txtCarton": "Carton",
|
||||
"PE.Views.TextArtSettings.txtDarkFabric": "Dark Fabric",
|
||||
"PE.Views.TextArtSettings.txtGrain": "Grain",
|
||||
"PE.Views.TextArtSettings.txtGranite": "Granite",
|
||||
"PE.Views.TextArtSettings.txtGreyPaper": "Gray Paper",
|
||||
"PE.Views.TextArtSettings.txtKnit": "Knit",
|
||||
"PE.Views.TextArtSettings.txtLeather": "Leather",
|
||||
"PE.Views.TextArtSettings.txtNoBorders": "No Line",
|
||||
"PE.Views.TextArtSettings.txtPapyrus": "Papyrus",
|
||||
"PE.Views.TextArtSettings.txtWood": "Wood",
|
||||
"PE.Views.Toolbar.mniCustomTable": "Vstavi tabelo po meri",
|
||||
"PE.Views.Toolbar.mniImageFromFile": "Slika z datoteke",
|
||||
"PE.Views.Toolbar.mniImageFromUrl": "Slika z URL",
|
||||
"PE.Views.Toolbar.mniSlideAdvanced": "Napredne nastavitve",
|
||||
"PE.Views.Toolbar.mniSlideStandard": "Standardno (4:3)",
|
||||
"PE.Views.Toolbar.mniSlideWide": "Širok zaslon (16:9)",
|
||||
"PE.Views.Toolbar.textAlignBottom": "Besedilo poravnaj na dno",
|
||||
"PE.Views.Toolbar.textAlignCenter": "Središčno besedilo",
|
||||
"PE.Views.Toolbar.textAlignJust": "Upraviči",
|
||||
"PE.Views.Toolbar.textAlignLeft": "Uskladi Besedilo Levo",
|
||||
"PE.Views.Toolbar.textAlignMiddle": "Besedilo poravnaj na sredino",
|
||||
"PE.Views.Toolbar.textAlignRight": "Uskladi Besedilo Desno",
|
||||
"PE.Views.Toolbar.textAlignTop": "Besedilo poravnaj na vrh",
|
||||
"PE.Views.Toolbar.textArea": "Ploščinski grafikon",
|
||||
"PE.Views.Toolbar.textArrangeBack": "Pošlji k ozadju",
|
||||
"PE.Views.Toolbar.textArrangeBackward": "Premakni nazaj",
|
||||
"PE.Views.Toolbar.textArrangeForward": "Premakni naprej",
|
||||
"PE.Views.Toolbar.textArrangeFront": "Premakni v ospredje",
|
||||
"PE.Views.Toolbar.textBar": "Stolpični grafikon",
|
||||
"PE.Views.Toolbar.textBold": "Krepko",
|
||||
"PE.Views.Toolbar.textCancel": "Prekliči",
|
||||
"PE.Views.Toolbar.textColumn": "Stolpični grafikon",
|
||||
"PE.Views.Toolbar.textCompactView": "Poglej kompaktno orodno vrstico",
|
||||
"PE.Views.Toolbar.textFitPage": "Prilagodi diapozitiv",
|
||||
"PE.Views.Toolbar.textFitWidth": "Prilagodi širino",
|
||||
"PE.Views.Toolbar.textHideLines": "Skrij pravila",
|
||||
"PE.Views.Toolbar.textHideStatusBar": "Skrij statusno vrstico",
|
||||
"PE.Views.Toolbar.textHideTitleBar": "Skrij naslovno vrstico",
|
||||
"PE.Views.Toolbar.textInsText": "Insert text box",
|
||||
"PE.Views.Toolbar.textInsTextArt": "Insert Text Art",
|
||||
"PE.Views.Toolbar.textItalic": "Poševno",
|
||||
"PE.Views.Toolbar.textLine": "Vrstični grafikon",
|
||||
"PE.Views.Toolbar.textNewColor": "Barva po meri",
|
||||
"PE.Views.Toolbar.textOK": "OK",
|
||||
"PE.Views.Toolbar.textPie": "Tortni grafikon",
|
||||
"PE.Views.Toolbar.textPoint": "Točkovni grafikon",
|
||||
"PE.Views.Toolbar.textShapeAlignBottom": "Poravnaj dno",
|
||||
"PE.Views.Toolbar.textShapeAlignCenter": "Poravnaj središče",
|
||||
"PE.Views.Toolbar.textShapeAlignLeft": "Poravnaj levo",
|
||||
"PE.Views.Toolbar.textShapeAlignMiddle": "Poravnaj sredino",
|
||||
"PE.Views.Toolbar.textShapeAlignRight": "Poravnaj desno",
|
||||
"PE.Views.Toolbar.textShapeAlignTop": "Poravnaj vrh",
|
||||
"PE.Views.Toolbar.textStandartColors": "Standardne barve",
|
||||
"PE.Views.Toolbar.textStock": "Založni grafikon",
|
||||
"PE.Views.Toolbar.textStrikeout": "Prečrtaj",
|
||||
"PE.Views.Toolbar.textSubscript": "Pripis",
|
||||
"PE.Views.Toolbar.textSuperscript": "Nadpis",
|
||||
"PE.Views.Toolbar.textThemeColors": "Barve teme",
|
||||
"PE.Views.Toolbar.textTitleError": "Napaka",
|
||||
"PE.Views.Toolbar.textUnderline": "Podčrtaj",
|
||||
"PE.Views.Toolbar.textZoom": "Povečava",
|
||||
"PE.Views.Toolbar.tipAddSlide": "Dodaj diapozitiv",
|
||||
"PE.Views.Toolbar.tipAdvSettings": "Napredne nastavitve",
|
||||
"PE.Views.Toolbar.tipBack": "Nazaj",
|
||||
"PE.Views.Toolbar.tipChangeSlide": "Spremeni postavitev diapozitiva",
|
||||
"PE.Views.Toolbar.tipClearStyle": "Počisti stil",
|
||||
"PE.Views.Toolbar.tipColorSchemas": "Spremeni barvno shemo",
|
||||
"PE.Views.Toolbar.tipCopy": "Kopiraj",
|
||||
"PE.Views.Toolbar.tipCopyStyle": "Kopiraj slog",
|
||||
"PE.Views.Toolbar.tipDecPrLeft": "Zmanjšaj zamik",
|
||||
"PE.Views.Toolbar.tipFontColor": "Barva pisave",
|
||||
"PE.Views.Toolbar.tipFontName": "Ime pisave",
|
||||
"PE.Views.Toolbar.tipFontSize": "Velikost pisave",
|
||||
"PE.Views.Toolbar.tipHAligh": "Horizontalno poravnano",
|
||||
"PE.Views.Toolbar.tipHideBars": "Skrij naslovno vrstico & Statusno vrstico",
|
||||
"PE.Views.Toolbar.tipIncPrLeft": "Povečajte zamik",
|
||||
"PE.Views.Toolbar.tipInsertChart": "Vstavi grafikon",
|
||||
"PE.Views.Toolbar.tipInsertHyperlink": "Dodaj Hiperpovezavo",
|
||||
"PE.Views.Toolbar.tipInsertImage": "Vstavi sliko",
|
||||
"PE.Views.Toolbar.tipInsertShape": "Vstavi samodejno obliko",
|
||||
"PE.Views.Toolbar.tipInsertTable": "Vstavi tabelo",
|
||||
"PE.Views.Toolbar.tipInsertText": "Vstavi besedilo",
|
||||
"PE.Views.Toolbar.tipLineSpace": "Razmik med vrsticami",
|
||||
"PE.Views.Toolbar.tipMarkers": "Krogle",
|
||||
"PE.Views.Toolbar.tipNewDocument": "Nova predstavitev",
|
||||
"PE.Views.Toolbar.tipNumbers": "Oštevilčenje",
|
||||
"PE.Views.Toolbar.tipOpenDocument": "Odpri predstavitev",
|
||||
"PE.Views.Toolbar.tipPaste": "Prilepi",
|
||||
"PE.Views.Toolbar.tipPreview": "Začni predogled",
|
||||
"PE.Views.Toolbar.tipPrint": "Natisni",
|
||||
"PE.Views.Toolbar.tipRedo": "Ponovite",
|
||||
"PE.Views.Toolbar.tipSave": "Shrani",
|
||||
"PE.Views.Toolbar.tipSaveCoauth": "Shranite svoje spremembe, da jih drugi uporabniki lahko vidijo.",
|
||||
"PE.Views.Toolbar.tipShapeAlign": "Poravnaj obliko",
|
||||
"PE.Views.Toolbar.tipShapeArrange": "Določi obliko",
|
||||
"PE.Views.Toolbar.tipSlideSize": "Izberi velikost diapozitiva",
|
||||
"PE.Views.Toolbar.tipSlideTheme": "Tema diapozitiva",
|
||||
"PE.Views.Toolbar.tipUndo": "Razveljavi",
|
||||
"PE.Views.Toolbar.tipVAligh": "Poravnaj vertikalno",
|
||||
"PE.Views.Toolbar.tipViewSettings": "Poglej nastavitve",
|
||||
"PE.Views.Toolbar.txtDistribHor": "Distributiraj horizontalno",
|
||||
"PE.Views.Toolbar.txtDistribVert": "Distributiraj vertikalno",
|
||||
"PE.Views.Toolbar.txtGroup": "Skupina",
|
||||
"PE.Views.Toolbar.txtScheme1": "Pisarna",
|
||||
"PE.Views.Toolbar.txtScheme10": "Mediana",
|
||||
"PE.Views.Toolbar.txtScheme11": "Metro",
|
||||
"PE.Views.Toolbar.txtScheme12": "Modul",
|
||||
"PE.Views.Toolbar.txtScheme13": "Razkošen",
|
||||
"PE.Views.Toolbar.txtScheme14": "Oriel",
|
||||
"PE.Views.Toolbar.txtScheme15": "Izvor",
|
||||
"PE.Views.Toolbar.txtScheme16": "Papir",
|
||||
"PE.Views.Toolbar.txtScheme17": "Solsticij",
|
||||
"PE.Views.Toolbar.txtScheme18": "Tehnika",
|
||||
"PE.Views.Toolbar.txtScheme19": "Trek",
|
||||
"PE.Views.Toolbar.txtScheme2": "Sivina",
|
||||
"PE.Views.Toolbar.txtScheme20": "Urban",
|
||||
"PE.Views.Toolbar.txtScheme21": "Navdušenje",
|
||||
"PE.Views.Toolbar.txtScheme3": "Apeks",
|
||||
"PE.Views.Toolbar.txtScheme4": "Vidik",
|
||||
"PE.Views.Toolbar.txtScheme5": "Državljanski",
|
||||
"PE.Views.Toolbar.txtScheme6": "Avla",
|
||||
"PE.Views.Toolbar.txtScheme7": "Kapital",
|
||||
"PE.Views.Toolbar.txtScheme8": "Tok",
|
||||
"PE.Views.Toolbar.txtScheme9": "Livarna",
|
||||
"PE.Views.Toolbar.txtUngroup": "Razdruži"
|
||||
}
|
||||
@@ -0,0 +1,847 @@
|
||||
{
|
||||
"Common.Controllers.Chat.notcriticalErrorTitle": "Dikkat",
|
||||
"Common.Controllers.Chat.textEnterMessage": "Mesajınızı buraya giriniz",
|
||||
"Common.Controllers.Chat.textUserLimit": "You are using ONLYOFFICE Free Edition.<br>Only two users can co-edit the document simultaneously.<br>Want more? Consider buying ONLYOFFICE Enterprise Edition.<br><a href=\"http://www.onlyoffice.com/free-edition.aspx\" target=\"_blank\">Read more</a>",
|
||||
"Common.Controllers.ExternalDiagramEditor.textAnonymous": "Anonim",
|
||||
"Common.Controllers.ExternalDiagramEditor.textClose": "Kapat",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningText": "Obje devre dışı bırakıldı, çünkü başka kullanıcı tarafından düzenleniyor.",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningTitle": "Dikkat",
|
||||
"Common.UI.ComboBorderSize.txtNoBorders": "Sınır yok",
|
||||
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Sınır yok",
|
||||
"Common.UI.ComboDataView.emptyComboText": "Stil yok",
|
||||
"Common.UI.ExtendedColorDialog.addButtonText": "Ekle",
|
||||
"Common.UI.ExtendedColorDialog.cancelButtonText": "İptal Et",
|
||||
"Common.UI.ExtendedColorDialog.textCurrent": "mevcut",
|
||||
"Common.UI.ExtendedColorDialog.textHexErr": "Girilen değer yanlış. <br> Lütfen 000000 ile FFFFFF arasında değer giriniz.",
|
||||
"Common.UI.ExtendedColorDialog.textNew": "Yeni",
|
||||
"Common.UI.ExtendedColorDialog.textRGBErr": "Girilen değer yanlış. <br> Lütfen 0 ile 255 arasında sayısal değer giriniz.",
|
||||
"Common.UI.HSBColorPicker.textNoColor": "Renk yok",
|
||||
"Common.UI.SearchDialog.textHighlight": "Vurgu sonuçları",
|
||||
"Common.UI.SearchDialog.textMatchCase": "Büyük küçük harfe duyarlı",
|
||||
"Common.UI.SearchDialog.textReplaceDef": "Yerine geçecek metini giriniz",
|
||||
"Common.UI.SearchDialog.textSearchStart": "Metninizi buraya giriniz",
|
||||
"Common.UI.SearchDialog.textTitle": "Ara",
|
||||
"Common.UI.SearchDialog.textTitle2": "Ara",
|
||||
"Common.UI.SearchDialog.textWholeWords": "Sadece tam kelimeler",
|
||||
"Common.UI.SearchDialog.txtBtnReplace": "Değiştir",
|
||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Hepsini Değiştir",
|
||||
"Common.UI.SynchronizeTip.textDontShow": "Bu mesajı bir daha gösterme",
|
||||
"Common.UI.SynchronizeTip.textSynchronize": "Döküman başka bir kullanıcı tarafından değiştirildi.<br/> Lütfen değişikleri kaydetmek için tıklayın ve güncellemeleri yenileyin.",
|
||||
"Common.UI.Window.cancelButtonText": "İptal Et",
|
||||
"Common.UI.Window.closeButtonText": "Kapat",
|
||||
"Common.UI.Window.noButtonText": "Hayır",
|
||||
"Common.UI.Window.okButtonText": "TAMAM",
|
||||
"Common.UI.Window.textConfirmation": "Konfirmasyon",
|
||||
"Common.UI.Window.textDontShow": "Bu mesajı bir daha gösterme",
|
||||
"Common.UI.Window.textError": "Hata",
|
||||
"Common.UI.Window.textInformation": "Bilgi",
|
||||
"Common.UI.Window.textWarning": "Dikkat",
|
||||
"Common.UI.Window.yesButtonText": "Evet",
|
||||
"Common.Views.About.txtAddress": "adres:",
|
||||
"Common.Views.About.txtAscAddress": "Lubanas st. 125a-25, Riga, Letonya, AB, LV-1021",
|
||||
"Common.Views.About.txtLicensee": "LİSANS SAHİBİ",
|
||||
"Common.Views.About.txtLicensor": "LİSANS VEREN",
|
||||
"Common.Views.About.txtMail": "Eposta:",
|
||||
"Common.Views.About.txtPoweredBy": "Powered by",
|
||||
"Common.Views.About.txtTel": "tel:",
|
||||
"Common.Views.About.txtVersion": "Versiyon",
|
||||
"Common.Views.AdvancedSettingsWindow.cancelButtonText": "İptal Et",
|
||||
"Common.Views.AdvancedSettingsWindow.okButtonText": "TAMAM",
|
||||
"Common.Views.Chat.textSend": "Gönder",
|
||||
"Common.Views.Comments.textAdd": "Ekle",
|
||||
"Common.Views.Comments.textAddComment": "Yorum Ekle",
|
||||
"Common.Views.Comments.textAddCommentToDoc": "Dökümana yorum ekle",
|
||||
"Common.Views.Comments.textAddReply": "Cevap ekle",
|
||||
"Common.Views.Comments.textAnonym": "Misafir",
|
||||
"Common.Views.Comments.textCancel": "İptal Et",
|
||||
"Common.Views.Comments.textClose": "Kapat",
|
||||
"Common.Views.Comments.textComments": "Yorumlar",
|
||||
"Common.Views.Comments.textEdit": "Düzenle",
|
||||
"Common.Views.Comments.textEnterCommentHint": "Yorumunuzu buraya giriniz",
|
||||
"Common.Views.Comments.textOpenAgain": "Tekrar Aç",
|
||||
"Common.Views.Comments.textReply": "Yanıtla",
|
||||
"Common.Views.Comments.textResolve": "Çöz",
|
||||
"Common.Views.Comments.textResolved": "Çözüldü",
|
||||
"Common.Views.CopyWarningDialog.textDontShow": "Bu mesajı bir daha gösterme",
|
||||
"Common.Views.CopyWarningDialog.textMsg": "Editör araç çubuğu tuşlarını kullanarak eylemleri kopyala,kes ve yapıştır ve içerik menüsü eylemleri sadece bu editör sekmesiyle yapılabilir. <br><br>Editör sekmesi dışındaki uygulamalara/dan kopyalamak yada yapıştırmak için şu klavye kombinasyonlarını kullanınız:",
|
||||
"Common.Views.CopyWarningDialog.textTitle": "Eylemleri Kopyala,Kes ve Yapıştır",
|
||||
"Common.Views.CopyWarningDialog.textToCopy": "Kopyalamak için",
|
||||
"Common.Views.CopyWarningDialog.textToCut": "Kesmek için",
|
||||
"Common.Views.CopyWarningDialog.textToPaste": "Yapıştırmak için",
|
||||
"Common.Views.DocumentAccessDialog.textLoading": "Yükleniyor...",
|
||||
"Common.Views.DocumentAccessDialog.textTitle": "Paylaşım Ayarları",
|
||||
"Common.Views.ExternalDiagramEditor.textClose": "Kapat",
|
||||
"Common.Views.ExternalDiagramEditor.textSave": "Kaydet & Çık",
|
||||
"Common.Views.ExternalDiagramEditor.textTitle": "Grafik Editörü",
|
||||
"Common.Views.Header.openNewTabText": "Open in New Tab",
|
||||
"Common.Views.Header.textBack": "Dökümanlara Git",
|
||||
"Common.Views.ImageFromUrlDialog.cancelButtonText": "İptal Et",
|
||||
"Common.Views.ImageFromUrlDialog.okButtonText": "TAMAM",
|
||||
"Common.Views.ImageFromUrlDialog.textUrl": "Resim URL'sini yapıştır:",
|
||||
"Common.Views.ImageFromUrlDialog.txtEmpty": "Bu alan gereklidir",
|
||||
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Bu alan \"http://www.example.com\" formatında URL olmalıdır",
|
||||
"Common.Views.InsertTableDialog.cancelButtonText": "İptal Et",
|
||||
"Common.Views.InsertTableDialog.okButtonText": "TAMAM",
|
||||
"Common.Views.InsertTableDialog.textInvalidRowsCols": "Geçerli satır ve sütun sayısı belirtmelisiniz.",
|
||||
"Common.Views.InsertTableDialog.txtColumns": "Sütun Sayısı",
|
||||
"Common.Views.InsertTableDialog.txtMaxText": "Bu alan için maksimum değer: {0}.",
|
||||
"Common.Views.InsertTableDialog.txtMinText": "Bu alan için minimum değer: {0}.",
|
||||
"Common.Views.InsertTableDialog.txtRows": "Sıra Sayısı",
|
||||
"Common.Views.InsertTableDialog.txtTitle": "Tablo Boyutu",
|
||||
"PE.Controllers.LeftMenu.newDocumentTitle": "İsim verilmemiş sunum",
|
||||
"PE.Controllers.LeftMenu.requestEditRightsText": "Düzenleme hakları isteniyor...",
|
||||
"PE.Controllers.LeftMenu.textNoTextFound": "Aradığınız veri bulunamadı. Lütfen arama seçeneklerinizi ayarlayınız.",
|
||||
"PE.Controllers.Main.applyChangesTextText": "Veri yükleniyor...",
|
||||
"PE.Controllers.Main.applyChangesTitleText": "Veri yükleniyor",
|
||||
"PE.Controllers.Main.convertationErrorText": "Değişim başarısız oldu.",
|
||||
"PE.Controllers.Main.convertationTimeoutText": "Değişim süresi aşıldı.",
|
||||
"PE.Controllers.Main.criticalErrorExtText": "Döküman listesine dönmek için \"TAMAM\"'a tıklayın",
|
||||
"PE.Controllers.Main.criticalErrorTitle": "Hata",
|
||||
"PE.Controllers.Main.defaultTitleText": "ONLYOFFICE Sunum Editörü",
|
||||
"PE.Controllers.Main.downloadErrorText": "Yükleme başarısız oldu.",
|
||||
"PE.Controllers.Main.downloadTextText": "Sunum yükleniyor...",
|
||||
"PE.Controllers.Main.downloadTitleText": "Sunum Yükleniyor",
|
||||
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Sunucu bağlantısı kesildi. Döküman şu an düzenlenemez.",
|
||||
"PE.Controllers.Main.errorConnectToServer": "The document could not be saved. Please check connection settings or contact your administrator.<br>When you click the 'OK' button, you will be prompted to download the document.<br><br>Find more information about connecting Document Server <a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
|
||||
"PE.Controllers.Main.errorDatabaseConnection": "Harci hata. <br>Veri tabanı bağlantı hatası. Hata devam ederse lütfen destek ile iletişime geçin.",
|
||||
"PE.Controllers.Main.errorDataRange": "Yanlış veri aralığı.",
|
||||
"PE.Controllers.Main.errorDefaultMessage": "Hata kodu: %1",
|
||||
"PE.Controllers.Main.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
|
||||
"PE.Controllers.Main.errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
||||
"PE.Controllers.Main.errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
||||
"PE.Controllers.Main.errorProcessSaveResult": "Kaydetme başarısız.",
|
||||
"PE.Controllers.Main.errorStockChart": "Yanlış dizi sırası. Stok grafiği oluşturma için tablodaki verileri şu sırada yerleştirin:<br> açılış fiyatı, maksimum fiyat, minimum fiyat, kapanış fiyatı. ",
|
||||
"PE.Controllers.Main.errorUpdateVersion": "Dosya versiyonu değiştirildi. Sayfa yenilenecektir.",
|
||||
"PE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.",
|
||||
"PE.Controllers.Main.errorUsersExceed": "Fiyat planının izin verdiği kullanıcı sayısı aşıldı",
|
||||
"PE.Controllers.Main.leavePageText": "Sunumda kaydedilmemiş değişiklikler var. Kaydetmek için 'Bu Sayfada Kal'a daha sonra da 'Kaydet'e tıklayınız.Kaydedilmemiş tüm değişiklikleri göz ardı etmek için 'Bu Sayfadan Ayrıl'a tıklayın.",
|
||||
"PE.Controllers.Main.loadFontsTextText": "Veri yükleniyor...",
|
||||
"PE.Controllers.Main.loadFontsTitleText": "Veri yükleniyor",
|
||||
"PE.Controllers.Main.loadFontTextText": "Veri yükleniyor...",
|
||||
"PE.Controllers.Main.loadFontTitleText": "Veri yükleniyor",
|
||||
"PE.Controllers.Main.loadImagesTextText": "Resimler yükleniyor...",
|
||||
"PE.Controllers.Main.loadImagesTitleText": "Resimler yükleniyor",
|
||||
"PE.Controllers.Main.loadImageTextText": "Resim yükleniyor...",
|
||||
"PE.Controllers.Main.loadImageTitleText": "Resim yükleniyor",
|
||||
"PE.Controllers.Main.loadingDocumentTextText": "Sunum yükleniyor...",
|
||||
"PE.Controllers.Main.loadingDocumentTitleText": "Sunum yükleniyor",
|
||||
"PE.Controllers.Main.loadThemeTextText": "Tema yükleniyor...",
|
||||
"PE.Controllers.Main.loadThemeTitleText": "Tema Yükleniyor",
|
||||
"PE.Controllers.Main.notcriticalErrorTitle": "Dikkat",
|
||||
"PE.Controllers.Main.openTextText": "Sunum açılıyor...",
|
||||
"PE.Controllers.Main.openTitleText": "Sunum Açılıyor",
|
||||
"PE.Controllers.Main.printTextText": "Sunum yazdırılıyor...",
|
||||
"PE.Controllers.Main.printTitleText": "Sunum Yazdırılıyor",
|
||||
"PE.Controllers.Main.reloadButtonText": "Sayfayı Yenile",
|
||||
"PE.Controllers.Main.requestEditFailedMessageText": "Birisi şu anda bu sunumu düzenliyor. Lütfen daha sonra tekrar deneyin.",
|
||||
"PE.Controllers.Main.requestEditFailedTitleText": "Erişim reddedildi",
|
||||
"PE.Controllers.Main.savePreparingText": "Kaydetmeye hazırlanıyor",
|
||||
"PE.Controllers.Main.savePreparingTitle": "Kaydetmeye hazırlanıyor. Lütfen bekleyin...",
|
||||
"PE.Controllers.Main.saveTextText": "Sunum kaydediliyor...",
|
||||
"PE.Controllers.Main.saveTitleText": "Sunum Kaydediliyor",
|
||||
"PE.Controllers.Main.splitDividerErrorText": "Satır sayısı %1'in böleni olmalıdır.",
|
||||
"PE.Controllers.Main.splitMaxColsErrorText": "Sütun sayısı %1'den az olmalıdır.",
|
||||
"PE.Controllers.Main.splitMaxRowsErrorText": "Satır sayısı %1'den az olmalıdır.",
|
||||
"PE.Controllers.Main.textAnonymous": "Anonim",
|
||||
"PE.Controllers.Main.textCloseTip": "Ucu kapamak için tıklayın",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Sunum yükleniyor",
|
||||
"PE.Controllers.Main.textShape": "Şekil",
|
||||
"PE.Controllers.Main.textStrict": "Strict mode",
|
||||
"PE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||
"PE.Controllers.Main.txtArt": "Your text here",
|
||||
"PE.Controllers.Main.txtBasicShapes": "Temel Şekiller",
|
||||
"PE.Controllers.Main.txtButtons": "Tuşlar",
|
||||
"PE.Controllers.Main.txtCallouts": "Belirtme Çizgileri",
|
||||
"PE.Controllers.Main.txtCharts": "Grafikler",
|
||||
"PE.Controllers.Main.txtDiagramTitle": "Diagram Başlığı",
|
||||
"PE.Controllers.Main.txtEditingMode": "Düzenleme modunu belirle...",
|
||||
"PE.Controllers.Main.txtFiguredArrows": "Şekilli Oklar",
|
||||
"PE.Controllers.Main.txtLines": "Satırlar",
|
||||
"PE.Controllers.Main.txtMath": "Matematik",
|
||||
"PE.Controllers.Main.txtNeedSynchronize": "Güncellemeleriniz var",
|
||||
"PE.Controllers.Main.txtRectangles": "Dikdörtgenler",
|
||||
"PE.Controllers.Main.txtSeries": "Seriler",
|
||||
"PE.Controllers.Main.txtSldLtTBlank": "Boş",
|
||||
"PE.Controllers.Main.txtSldLtTChart": "Grafik",
|
||||
"PE.Controllers.Main.txtSldLtTChartAndTx": "Grafik ve Metin",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndTx": "Küçük Resim ve Metin",
|
||||
"PE.Controllers.Main.txtSldLtTClipArtAndVertTx": "Küçük Resim ve Dikey Metin",
|
||||
"PE.Controllers.Main.txtSldLtTCust": "Özel",
|
||||
"PE.Controllers.Main.txtSldLtTDgm": "Diagram",
|
||||
"PE.Controllers.Main.txtSldLtTFourObj": "Dört Obje",
|
||||
"PE.Controllers.Main.txtSldLtTMediaAndTx": "Medya ve Metin",
|
||||
"PE.Controllers.Main.txtSldLtTObj": "Başlık ve Obje",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTwoObj": "Obje ve İki Obje",
|
||||
"PE.Controllers.Main.txtSldLtTObjAndTx": "Obje ve Metin",
|
||||
"PE.Controllers.Main.txtSldLtTObjOnly": "Obje",
|
||||
"PE.Controllers.Main.txtSldLtTObjOverTx": "Metin Üstünde Obje",
|
||||
"PE.Controllers.Main.txtSldLtTObjTx": "Başlık, Obje ve Altyazı",
|
||||
"PE.Controllers.Main.txtSldLtTPicTx": "Resim ve Başlık",
|
||||
"PE.Controllers.Main.txtSldLtTSecHead": "Bölüm Üst Başlığı",
|
||||
"PE.Controllers.Main.txtSldLtTTbl": "Tablo",
|
||||
"PE.Controllers.Main.txtSldLtTTitle": "Başlık",
|
||||
"PE.Controllers.Main.txtSldLtTTitleOnly": "Sadece Başlık",
|
||||
"PE.Controllers.Main.txtSldLtTTwoColTx": "İki Sütunlu Metin",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObj": "İki Obje",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndObj": "İki obje ve obje",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjAndTx": "İki Obje ve Metin",
|
||||
"PE.Controllers.Main.txtSldLtTTwoObjOverTx": "Metin üstünde iki obje",
|
||||
"PE.Controllers.Main.txtSldLtTTwoTxTwoObj": "İki Metin ve İki Obje",
|
||||
"PE.Controllers.Main.txtSldLtTTx": "Metin",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndChart": "Metin ve Grafik",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndClipArt": "Metin ve Küçük Resim",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndMedia": "Metin ve Medya",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndObj": "Metin ve Obje",
|
||||
"PE.Controllers.Main.txtSldLtTTxAndTwoObj": "Metin ve İki Obje",
|
||||
"PE.Controllers.Main.txtSldLtTTxOverObj": "Obje üstünde Metin",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTx": "Dikey Başlık ve Metin",
|
||||
"PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart": "Dikey Başlık ve Grafik Üstünde Metin",
|
||||
"PE.Controllers.Main.txtSldLtTVertTx": "Dikey Metin",
|
||||
"PE.Controllers.Main.txtStarsRibbons": "Yıldızlar & Kurdeleler",
|
||||
"PE.Controllers.Main.txtXAxis": "X Ekseni",
|
||||
"PE.Controllers.Main.txtYAxis": "Y Ekseni",
|
||||
"PE.Controllers.Main.unknownErrorText": "Bilinmeyen hata.",
|
||||
"PE.Controllers.Main.unsupportedBrowserErrorText": "Tarayıcınız desteklenmiyor.",
|
||||
"PE.Controllers.Main.uploadImageExtMessage": "Bilinmeyen resim formatı",
|
||||
"PE.Controllers.Main.uploadImageFileCountMessage": "Resim yüklenmedi.",
|
||||
"PE.Controllers.Main.uploadImageSizeMessage": "Maksimum resim boyutu aşıldı.",
|
||||
"PE.Controllers.Main.uploadImageTextText": "Resim yükleniyor...",
|
||||
"PE.Controllers.Main.uploadImageTitleText": "Resim Yükleniyor",
|
||||
"PE.Controllers.Main.warnBrowserIE9": "Uygulama IE9'da düşük yeteneklere sahip. IE10 yada daha yükseğini kullanınız",
|
||||
"PE.Controllers.Main.warnBrowserZoom": "Tarayıcınızın mevcut zum ayarı tam olarak desteklenmiyor. Ctrl+0'a basarak varsayılan zumu sıfırlayınız.",
|
||||
"PE.Controllers.Main.warnProcessRightsChange": "Dosyayı düzenleme hakkınız reddedildi",
|
||||
"PE.Controllers.Statusbar.zoomText": "Zum {0}%",
|
||||
"PE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.<br>The text style will be displayed using one of the device fonts, the saved font will be used when it is available.<br>Do you want to continue?",
|
||||
"PE.Controllers.Toolbar.textEmptyImgUrl": "Resim URL'si belirtmelisiniz.",
|
||||
"PE.Controllers.Toolbar.textFontSizeErr": "Girilen değer yanlış. <br> Lütfen 1 ile 100 arasında sayısal değer giriniz.",
|
||||
"PE.Controllers.Toolbar.textWarning": "Dikkat",
|
||||
"PE.Views.ChartSettings.textArea": "Bölge Grafiği",
|
||||
"PE.Views.ChartSettings.textBar": "Çubuk grafik",
|
||||
"PE.Views.ChartSettings.textChartType": "Grafik Tipini Değiştir",
|
||||
"PE.Views.ChartSettings.textColumn": "Sütun grafik",
|
||||
"PE.Views.ChartSettings.textEditData": "Veri düzenle",
|
||||
"PE.Views.ChartSettings.textHeight": "Yükseklik",
|
||||
"PE.Views.ChartSettings.textKeepRatio": "Sabit Orantılar",
|
||||
"PE.Views.ChartSettings.textLine": "Çizgi grafiği",
|
||||
"PE.Views.ChartSettings.textPie": "Dilim grafik",
|
||||
"PE.Views.ChartSettings.textPoint": "Nokta grafiği",
|
||||
"PE.Views.ChartSettings.textSize": "Boyut",
|
||||
"PE.Views.ChartSettings.textStock": "Stok Grafiği",
|
||||
"PE.Views.ChartSettings.textStyle": "Stil",
|
||||
"PE.Views.ChartSettings.textWidth": "Genişlik",
|
||||
"PE.Views.DocumentHolder.aboveText": "Yukarıda",
|
||||
"PE.Views.DocumentHolder.addCommentText": "Yorum Ekle",
|
||||
"PE.Views.DocumentHolder.advancedImageText": "Resim Gelişmiş Ayarlar",
|
||||
"PE.Views.DocumentHolder.advancedParagraphText": "Metin Gelişmiş Ayarlar",
|
||||
"PE.Views.DocumentHolder.advancedShapeText": "Şekil Gelişmiş Ayarlar",
|
||||
"PE.Views.DocumentHolder.advancedTableText": "Tablo Gelişmiş Ayarlar",
|
||||
"PE.Views.DocumentHolder.belowText": "Altında",
|
||||
"PE.Views.DocumentHolder.bottomCellText": "Alta Hizala",
|
||||
"PE.Views.DocumentHolder.cellAlignText": "Hücre Dikey Hizalama",
|
||||
"PE.Views.DocumentHolder.cellText": "Hücre",
|
||||
"PE.Views.DocumentHolder.centerCellText": "Ortaya Hizala",
|
||||
"PE.Views.DocumentHolder.columnText": "Sütun",
|
||||
"PE.Views.DocumentHolder.deleteColumnText": "Sütunu Sil",
|
||||
"PE.Views.DocumentHolder.deleteRowText": "Satırı Sil",
|
||||
"PE.Views.DocumentHolder.deleteTableText": "Tabloyu Sil",
|
||||
"PE.Views.DocumentHolder.deleteText": "Sil",
|
||||
"PE.Views.DocumentHolder.direct270Text": "Rotate at 270°",
|
||||
"PE.Views.DocumentHolder.direct90Text": "Rotate at 90°",
|
||||
"PE.Views.DocumentHolder.directHText": "Horizontal",
|
||||
"PE.Views.DocumentHolder.directionText": "Text Direction",
|
||||
"PE.Views.DocumentHolder.editChartText": "Veri düzenle",
|
||||
"PE.Views.DocumentHolder.editHyperlinkText": "Hiper bağı düzenle",
|
||||
"PE.Views.DocumentHolder.hyperlinkText": "Hiper bağ",
|
||||
"PE.Views.DocumentHolder.insertColumnLeftText": "Sol Sütun",
|
||||
"PE.Views.DocumentHolder.insertColumnRightText": "Sağ Sütun",
|
||||
"PE.Views.DocumentHolder.insertColumnText": "Sütun Ekle",
|
||||
"PE.Views.DocumentHolder.insertRowAboveText": "Üstteki Satır",
|
||||
"PE.Views.DocumentHolder.insertRowBelowText": "Alttaki Satır",
|
||||
"PE.Views.DocumentHolder.insertRowText": "Satır Ekle",
|
||||
"PE.Views.DocumentHolder.insertText": "Ekle",
|
||||
"PE.Views.DocumentHolder.mergeCellsText": "Hücreleri birleştir",
|
||||
"PE.Views.DocumentHolder.originalSizeText": "Varsayılan Boyut",
|
||||
"PE.Views.DocumentHolder.removeHyperlinkText": "Hiper bağı kaldır",
|
||||
"PE.Views.DocumentHolder.rowText": "Satır",
|
||||
"PE.Views.DocumentHolder.selectText": "Seç",
|
||||
"PE.Views.DocumentHolder.splitCellsText": "Hücreyi Böl...",
|
||||
"PE.Views.DocumentHolder.splitCellTitleText": "Hücreyi Böl",
|
||||
"PE.Views.DocumentHolder.tableText": "Tablo",
|
||||
"PE.Views.DocumentHolder.textArrangeBack": "Arkaplana gönder",
|
||||
"PE.Views.DocumentHolder.textArrangeBackward": "Geri Taşı",
|
||||
"PE.Views.DocumentHolder.textArrangeForward": "İleri Taşı",
|
||||
"PE.Views.DocumentHolder.textArrangeFront": "Önplana Getir",
|
||||
"PE.Views.DocumentHolder.textCopy": "Kopyala",
|
||||
"PE.Views.DocumentHolder.textCut": "Kes",
|
||||
"PE.Views.DocumentHolder.textNextPage": "Sonraki slayt",
|
||||
"PE.Views.DocumentHolder.textPaste": "Yapıştır",
|
||||
"PE.Views.DocumentHolder.textPrevPage": "Önceki slayt",
|
||||
"PE.Views.DocumentHolder.textShapeAlignBottom": "Alta Hizala",
|
||||
"PE.Views.DocumentHolder.textShapeAlignCenter": "Ortaya Hizala",
|
||||
"PE.Views.DocumentHolder.textShapeAlignLeft": "Sola Hizala",
|
||||
"PE.Views.DocumentHolder.textShapeAlignMiddle": "Ortaya hizala",
|
||||
"PE.Views.DocumentHolder.textShapeAlignRight": "Sağa Hizala",
|
||||
"PE.Views.DocumentHolder.textShapeAlignTop": "Üste Hizala",
|
||||
"PE.Views.DocumentHolder.textSlideSettings": "Slide Settings",
|
||||
"PE.Views.DocumentHolder.tipIsLocked": "Bu element şu an başka bir kullanıcı tarafından düzenleniyor.",
|
||||
"PE.Views.DocumentHolder.topCellText": "Üste Hizala",
|
||||
"PE.Views.DocumentHolder.txtAlign": "Hizala",
|
||||
"PE.Views.DocumentHolder.txtArrange": "Düzenle",
|
||||
"PE.Views.DocumentHolder.txtBackground": "Arka plan",
|
||||
"PE.Views.DocumentHolder.txtChangeLayout": "Tasarımı Değiştir",
|
||||
"PE.Views.DocumentHolder.txtDeleteSlide": "Slaytı Sil",
|
||||
"PE.Views.DocumentHolder.txtDistribHor": "Yatay olarak dağıt",
|
||||
"PE.Views.DocumentHolder.txtDistribVert": "Dikey olarak dağıt",
|
||||
"PE.Views.DocumentHolder.txtDuplicateSlide": "Kopya Slayt",
|
||||
"PE.Views.DocumentHolder.txtGroup": "Grup",
|
||||
"PE.Views.DocumentHolder.txtNewSlide": "Yeni Slayt",
|
||||
"PE.Views.DocumentHolder.txtPressLink": "CTRL'ye basın ve bağlantıya tıklayın",
|
||||
"PE.Views.DocumentHolder.txtPreview": "Önizleme",
|
||||
"PE.Views.DocumentHolder.txtSelectAll": "Hepsini seç",
|
||||
"PE.Views.DocumentHolder.txtSlide": "Slayt",
|
||||
"PE.Views.DocumentHolder.txtUngroup": "Gruptan çıkar",
|
||||
"PE.Views.DocumentHolder.vertAlignText": "Dikey Hizalama",
|
||||
"PE.Views.DocumentPreview.goToSlideText": "Slayta Git",
|
||||
"PE.Views.DocumentPreview.slideIndexText": "Slayt {1}'in {0}'ı",
|
||||
"PE.Views.DocumentPreview.txtClose": "Önizlemeyi Kapat",
|
||||
"PE.Views.DocumentPreview.txtExitFullScreen": "Exit Full Screen",
|
||||
"PE.Views.DocumentPreview.txtFinalMessage": "Slayt önizleminin sonu. Çıkış için tıklayın.",
|
||||
"PE.Views.DocumentPreview.txtFullScreen": "Full Screen",
|
||||
"PE.Views.DocumentPreview.txtNext": "Sonraki slayt",
|
||||
"PE.Views.DocumentPreview.txtPageNumInvalid": "Invalid slide number",
|
||||
"PE.Views.DocumentPreview.txtPause": "Sunumu Durdur",
|
||||
"PE.Views.DocumentPreview.txtPlay": "Sunuma Başla",
|
||||
"PE.Views.DocumentPreview.txtPrev": "Önceki slayt",
|
||||
"PE.Views.FileMenu.btnAboutCaption": "Hakkında",
|
||||
"PE.Views.FileMenu.btnBackCaption": "Dökümanlara Git",
|
||||
"PE.Views.FileMenu.btnCreateNewCaption": "Yeni oluştur",
|
||||
"PE.Views.FileMenu.btnDownloadCaption": "Farklı Yükle...",
|
||||
"PE.Views.FileMenu.btnHelpCaption": "Yardım...",
|
||||
"PE.Views.FileMenu.btnInfoCaption": "Sunum Bilgisi...",
|
||||
"PE.Views.FileMenu.btnPrintCaption": "Yazdır",
|
||||
"PE.Views.FileMenu.btnRecentFilesCaption": "En sonunucuyu aç...",
|
||||
"PE.Views.FileMenu.btnReturnCaption": "Sunuma Geri Dön",
|
||||
"PE.Views.FileMenu.btnRightsCaption": "Access Rights...",
|
||||
"PE.Views.FileMenu.btnSaveAsCaption": "Save as",
|
||||
"PE.Views.FileMenu.btnSaveCaption": "Kaydet",
|
||||
"PE.Views.FileMenu.btnSettingsCaption": "Gelişmiş Ayarlar...",
|
||||
"PE.Views.FileMenu.btnToEditCaption": "Sunumu Düzenle",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromBlankText": "Boştan",
|
||||
"PE.Views.FileMenuPanels.CreateNew.fromTemplateText": "Şablondan",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Oluşturulduktan sonra düzenleme sırasında stil ve format verebileceğiniz yeni boş bir sunum oluşturun. Yada şablonlardan birini seçerek belli tipte yada amaç için sunum başlatın.",
|
||||
"PE.Views.FileMenuPanels.CreateNew.newDocumentText": "Yeni Sunum",
|
||||
"PE.Views.FileMenuPanels.CreateNew.noTemplatesText": "Şablon yok",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtAuthor": "Yayıncı",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtBtnAccessRights": "Erişim haklarını değiştir",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtDate": "Oluşturulma tarihi",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Lokasyon",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtRights": "Hakkı olan kişiler",
|
||||
"PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Sunum Başlığı",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Erişim haklarını değiştir",
|
||||
"PE.Views.FileMenuPanels.DocumentRights.txtRights": "Hakkı olan kişiler",
|
||||
"PE.Views.FileMenuPanels.Settings.okButtonText": "Uygula",
|
||||
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides",
|
||||
"PE.Views.FileMenuPanels.Settings.strAutosave": "Otomatik kaydetmeyi aç",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing mode",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once",
|
||||
"PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them",
|
||||
"PE.Views.FileMenuPanels.Settings.strFast": "Fast",
|
||||
"PE.Views.FileMenuPanels.Settings.strInputMode": "Hiyeroglifleri aç",
|
||||
"PE.Views.FileMenuPanels.Settings.strShowChanges": "Gerçek Zamanlı Ortak Düzenleme Değişiklikleri",
|
||||
"PE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
||||
"PE.Views.FileMenuPanels.Settings.strUnit": "Ölçüm birimi",
|
||||
"PE.Views.FileMenuPanels.Settings.strZoom": "Varsayılan Zum Değeri",
|
||||
"PE.Views.FileMenuPanels.Settings.text10Minutes": "Her 10 dakika",
|
||||
"PE.Views.FileMenuPanels.Settings.text30Minutes": "Her 30 dakika",
|
||||
"PE.Views.FileMenuPanels.Settings.text5Minutes": "Her 5 Dakika",
|
||||
"PE.Views.FileMenuPanels.Settings.text60Minutes": "Her Saat",
|
||||
"PE.Views.FileMenuPanels.Settings.textAlignGuides": "Alignment Guides",
|
||||
"PE.Views.FileMenuPanels.Settings.textAutoSave": "Otomatik Kaydetme",
|
||||
"PE.Views.FileMenuPanels.Settings.textDisabled": "Devre Dışı",
|
||||
"PE.Views.FileMenuPanels.Settings.textMinute": "Her Dakika",
|
||||
"PE.Views.FileMenuPanels.Settings.txtAll": "Tümünü göster",
|
||||
"PE.Views.FileMenuPanels.Settings.txtCm": "Santimetre",
|
||||
"PE.Views.FileMenuPanels.Settings.txtFitSlide": "Slaytı sığdır",
|
||||
"PE.Views.FileMenuPanels.Settings.txtInput": "Girdiyi Değiştir",
|
||||
"PE.Views.FileMenuPanels.Settings.txtLast": "Sonuncuyu göster",
|
||||
"PE.Views.FileMenuPanels.Settings.txtPt": "Nokta",
|
||||
"PE.Views.HyperlinkSettingsDialog.cancelButtonText": "İptal Et",
|
||||
"PE.Views.HyperlinkSettingsDialog.okButtonText": "TAMAM",
|
||||
"PE.Views.HyperlinkSettingsDialog.strDisplay": "Görüntüle",
|
||||
"PE.Views.HyperlinkSettingsDialog.strLinkTo": "Şuna bağlantıla:",
|
||||
"PE.Views.HyperlinkSettingsDialog.strPlaceInDocument": "Bu Dökümanda Yer Seçin",
|
||||
"PE.Views.HyperlinkSettingsDialog.textDefault": "Selected text fragment",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyDesc": "Başlığı buraya girin",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyLink": "Bağlantıyı buraya girin",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyTooltip": "Araç bilgisini buraya girin",
|
||||
"PE.Views.HyperlinkSettingsDialog.textExternalLink": "Dosya yada İnternet Sayfası",
|
||||
"PE.Views.HyperlinkSettingsDialog.textInternalLink": "Bu Dökümana Yerleştir",
|
||||
"PE.Views.HyperlinkSettingsDialog.textLinkType": "Bağlantı tipi",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTipText": "Ekranİpucu metni",
|
||||
"PE.Views.HyperlinkSettingsDialog.textTitle": "Hiper bağ Ayarları",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtEmpty": "Bu alan gereklidir",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtFirst": "İlk Slayt",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtLast": "Son Slayt",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNext": "Sonraki slayt",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtNotUrl": "Bu alan \"http://www.example.com\" formatında URL olmalıdır",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtPrev": "Önceki slayt",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtSlide": "Slayt",
|
||||
"PE.Views.ImageSettings.textAdvanced": "Gelişmiş ayarları göster",
|
||||
"PE.Views.ImageSettings.textFromFile": "Dosyadan",
|
||||
"PE.Views.ImageSettings.textFromUrl": "URL'den",
|
||||
"PE.Views.ImageSettings.textHeight": "Yükseklik",
|
||||
"PE.Views.ImageSettings.textInsert": "Resimi Değiştir",
|
||||
"PE.Views.ImageSettings.textOriginalSize": "Varsayılan Boyut",
|
||||
"PE.Views.ImageSettings.textSize": "Boyut",
|
||||
"PE.Views.ImageSettings.textWidth": "Genişlik",
|
||||
"PE.Views.ImageSettingsAdvanced.cancelButtonText": "İptal Et",
|
||||
"PE.Views.ImageSettingsAdvanced.okButtonText": "TAMAM",
|
||||
"PE.Views.ImageSettingsAdvanced.textHeight": "Yükseklik",
|
||||
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Sabit Orantılar",
|
||||
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Varsayılan Boyut",
|
||||
"PE.Views.ImageSettingsAdvanced.textPosition": "Pozisyon",
|
||||
"PE.Views.ImageSettingsAdvanced.textSize": "Boyut",
|
||||
"PE.Views.ImageSettingsAdvanced.textTitle": "Resim - Gelişmiş Ayarlar",
|
||||
"PE.Views.ImageSettingsAdvanced.textWidth": "Genişlik",
|
||||
"PE.Views.LeftMenu.tipAbout": "Hakkında",
|
||||
"PE.Views.LeftMenu.tipChat": "Sohbet",
|
||||
"PE.Views.LeftMenu.tipComments": "Yorumlar",
|
||||
"PE.Views.LeftMenu.tipFile": "Dosya",
|
||||
"PE.Views.LeftMenu.tipSearch": "Ara",
|
||||
"PE.Views.LeftMenu.tipSlides": "Slaytlar",
|
||||
"PE.Views.LeftMenu.tipSupport": "Geri Bildirim & Destek",
|
||||
"PE.Views.LeftMenu.tipTitles": "Başlıklar",
|
||||
"PE.Views.ParagraphSettings.strLineHeight": "Satır Aralığı",
|
||||
"PE.Views.ParagraphSettings.strParagraphSpacing": "Aralık",
|
||||
"PE.Views.ParagraphSettings.strSpacingAfter": "sonra",
|
||||
"PE.Views.ParagraphSettings.strSpacingBefore": "Önce",
|
||||
"PE.Views.ParagraphSettings.textAdvanced": "Gelişmiş ayarları göster",
|
||||
"PE.Views.ParagraphSettings.textAt": "Şurada:",
|
||||
"PE.Views.ParagraphSettings.textAtLeast": "En az",
|
||||
"PE.Views.ParagraphSettings.textAuto": "Çoklu",
|
||||
"PE.Views.ParagraphSettings.textExact": "Tam olarak",
|
||||
"PE.Views.ParagraphSettings.txtAutoText": "Otomatik",
|
||||
"PE.Views.ParagraphSettingsAdvanced.cancelButtonText": "İptal Et",
|
||||
"PE.Views.ParagraphSettingsAdvanced.noTabs": "Belirtilen sekmeler bu alanda görünecektir",
|
||||
"PE.Views.ParagraphSettingsAdvanced.okButtonText": "TAMAM",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strAllCaps": "Tüm başlıklar",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Üstü çift çizili",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "İlk Satır",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Sol",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Sağ",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Yazı Tipi",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "Girinti & Yerleştirme",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSmallCaps": "Küçük büyük harfler",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strStrike": "Üstü çizili",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSubscript": "Altsimge",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strSuperscript": "Üstsimge",
|
||||
"PE.Views.ParagraphSettingsAdvanced.strTabs": "Sekme",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textAlign": "Hiza",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Karakter aralığı",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textDefault": "Varsayılan Sekme",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textEffects": "Efektler",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemove": "Kaldır",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Hepsini Kaldır",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textSet": "Belirt",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabCenter": "Orta",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabLeft": "Sol",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabPosition": "Sekme Pozisyonu",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTabRight": "Sağ",
|
||||
"PE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraf - Gelişmiş Ayarlar",
|
||||
"PE.Views.RightMenu.txtChartSettings": "Grafik Ayarları",
|
||||
"PE.Views.RightMenu.txtImageSettings": "Resim Ayarları",
|
||||
"PE.Views.RightMenu.txtParagraphSettings": "Metin Ayarları",
|
||||
"PE.Views.RightMenu.txtShapeSettings": "Şekil Ayarları",
|
||||
"PE.Views.RightMenu.txtSlideSettings": "Slayt Ayarları",
|
||||
"PE.Views.RightMenu.txtTableSettings": "Tablo Ayarları",
|
||||
"PE.Views.RightMenu.txtTextArtSettings": "Text Art Settings",
|
||||
"PE.Views.ShapeSettings.strBackground": "Arka plan rengi",
|
||||
"PE.Views.ShapeSettings.strChange": "Otomatik Biçim Vermeyi Değiştir",
|
||||
"PE.Views.ShapeSettings.strColor": "Renk",
|
||||
"PE.Views.ShapeSettings.strFill": "Doldur",
|
||||
"PE.Views.ShapeSettings.strForeground": "Önplan rengi",
|
||||
"PE.Views.ShapeSettings.strPattern": "Desen",
|
||||
"PE.Views.ShapeSettings.strSize": "Boyut",
|
||||
"PE.Views.ShapeSettings.strStroke": "Bölü işareti",
|
||||
"PE.Views.ShapeSettings.strTransparency": "Opasite",
|
||||
"PE.Views.ShapeSettings.textAdvanced": "Gelişmiş ayarları göster",
|
||||
"PE.Views.ShapeSettings.textBorderSizeErr": "Girilen değer yanlış. <br> Lütfen 0 ile 1584 pt arasında değer giriniz.",
|
||||
"PE.Views.ShapeSettings.textColor": "Renk Dolgusu",
|
||||
"PE.Views.ShapeSettings.textDirection": "Yön",
|
||||
"PE.Views.ShapeSettings.textEmptyPattern": "Desen Yok",
|
||||
"PE.Views.ShapeSettings.textFromFile": "Dosyadan",
|
||||
"PE.Views.ShapeSettings.textFromUrl": "URL'den",
|
||||
"PE.Views.ShapeSettings.textGradient": "Gradyan",
|
||||
"PE.Views.ShapeSettings.textGradientFill": "Gradyan Dolgu",
|
||||
"PE.Views.ShapeSettings.textImageTexture": "Resim yada Doldurma Deseni",
|
||||
"PE.Views.ShapeSettings.textLinear": "Doğrusal",
|
||||
"PE.Views.ShapeSettings.textNewColor": "Özel Renk",
|
||||
"PE.Views.ShapeSettings.textNoFill": "Dolgu Yok",
|
||||
"PE.Views.ShapeSettings.textPatternFill": "Desen",
|
||||
"PE.Views.ShapeSettings.textRadial": "Radyal",
|
||||
"PE.Views.ShapeSettings.textSelectTexture": "Seç",
|
||||
"PE.Views.ShapeSettings.textStandartColors": "Standart Renkler",
|
||||
"PE.Views.ShapeSettings.textStretch": "Esnet",
|
||||
"PE.Views.ShapeSettings.textStyle": "Stil",
|
||||
"PE.Views.ShapeSettings.textTexture": "Doldurma deseninden",
|
||||
"PE.Views.ShapeSettings.textThemeColors": "Tema Renkleri",
|
||||
"PE.Views.ShapeSettings.textTile": "Desen",
|
||||
"PE.Views.ShapeSettings.txtBrownPaper": "Kahverengi Kağıt",
|
||||
"PE.Views.ShapeSettings.txtCanvas": "Tuval",
|
||||
"PE.Views.ShapeSettings.txtCarton": "Karton",
|
||||
"PE.Views.ShapeSettings.txtDarkFabric": "Koyu Örgü",
|
||||
"PE.Views.ShapeSettings.txtGrain": "Tane",
|
||||
"PE.Views.ShapeSettings.txtGranite": "Granit",
|
||||
"PE.Views.ShapeSettings.txtGreyPaper": "Gri Kağıt",
|
||||
"PE.Views.ShapeSettings.txtKnit": "Birleştir",
|
||||
"PE.Views.ShapeSettings.txtLeather": "Deri",
|
||||
"PE.Views.ShapeSettings.txtNoBorders": "Çizgi yok",
|
||||
"PE.Views.ShapeSettings.txtPapyrus": "Papirus",
|
||||
"PE.Views.ShapeSettings.txtWood": "Ahşap",
|
||||
"PE.Views.ShapeSettingsAdvanced.cancelButtonText": "İptal Et",
|
||||
"PE.Views.ShapeSettingsAdvanced.okButtonText": "TAMAM",
|
||||
"PE.Views.ShapeSettingsAdvanced.strMargins": "Metin Dolgulama",
|
||||
"PE.Views.ShapeSettingsAdvanced.textArrows": "Oklar",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginSize": "Başlama Boyutu",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBeginStyle": "Başlama Stili",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBevel": "Eğimli",
|
||||
"PE.Views.ShapeSettingsAdvanced.textBottom": "Alt",
|
||||
"PE.Views.ShapeSettingsAdvanced.textCapType": "Başlık Tipi",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndSize": "Bitiş Boyutu",
|
||||
"PE.Views.ShapeSettingsAdvanced.textEndStyle": "Bitiş Stili",
|
||||
"PE.Views.ShapeSettingsAdvanced.textFlat": "Düz",
|
||||
"PE.Views.ShapeSettingsAdvanced.textHeight": "Yükseklik",
|
||||
"PE.Views.ShapeSettingsAdvanced.textJoinType": "Katılım Tipi",
|
||||
"PE.Views.ShapeSettingsAdvanced.textKeepRatio": "Sabit Orantılar",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLeft": "Sol",
|
||||
"PE.Views.ShapeSettingsAdvanced.textLineStyle": "Çizgi stili",
|
||||
"PE.Views.ShapeSettingsAdvanced.textMiter": "Gönye",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRight": "Sağ",
|
||||
"PE.Views.ShapeSettingsAdvanced.textRound": "Yuvarlak",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSize": "Boyut",
|
||||
"PE.Views.ShapeSettingsAdvanced.textSquare": "Kare",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTitle": "Şekil - Gelişmiş Ayarlar",
|
||||
"PE.Views.ShapeSettingsAdvanced.textTop": "Üst",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWeightArrows": "Ağırlık & oklar",
|
||||
"PE.Views.ShapeSettingsAdvanced.textWidth": "Genişlik",
|
||||
"PE.Views.ShapeSettingsAdvanced.txtNone": "hiçbiri",
|
||||
"PE.Views.SlideSettings.strBackground": "Arka plan rengi",
|
||||
"PE.Views.SlideSettings.strColor": "Renk",
|
||||
"PE.Views.SlideSettings.strDelay": "Geciktir",
|
||||
"PE.Views.SlideSettings.strDuration": "Süre",
|
||||
"PE.Views.SlideSettings.strEffect": "Efekt",
|
||||
"PE.Views.SlideSettings.strFill": "Doldur",
|
||||
"PE.Views.SlideSettings.strForeground": "Önplan rengi",
|
||||
"PE.Views.SlideSettings.strPattern": "Desen",
|
||||
"PE.Views.SlideSettings.strStartOnClick": "Tıkla Başla",
|
||||
"PE.Views.SlideSettings.textAdvanced": "Gelişmiş ayarları göster",
|
||||
"PE.Views.SlideSettings.textApplyAll": "Tüm Slaytlar için Uygula",
|
||||
"PE.Views.SlideSettings.textBlack": "Siyah Üzerinden",
|
||||
"PE.Views.SlideSettings.textBottom": "Alt",
|
||||
"PE.Views.SlideSettings.textBottomLeft": "Alt Sol",
|
||||
"PE.Views.SlideSettings.textBottomRight": "Alt Sağ",
|
||||
"PE.Views.SlideSettings.textClock": "Saat",
|
||||
"PE.Views.SlideSettings.textClockwise": "Saat yönünde",
|
||||
"PE.Views.SlideSettings.textColor": "Renk Dolgusu",
|
||||
"PE.Views.SlideSettings.textCounterclockwise": "Ters saat yönü",
|
||||
"PE.Views.SlideSettings.textCover": "Kılıf",
|
||||
"PE.Views.SlideSettings.textDirection": "Yön",
|
||||
"PE.Views.SlideSettings.textEmptyPattern": "Desen Yok",
|
||||
"PE.Views.SlideSettings.textFade": "Gölge",
|
||||
"PE.Views.SlideSettings.textFromFile": "Dosyadan",
|
||||
"PE.Views.SlideSettings.textFromUrl": "URL'den",
|
||||
"PE.Views.SlideSettings.textGradient": "Gradyan",
|
||||
"PE.Views.SlideSettings.textGradientFill": "Gradyan Dolgu",
|
||||
"PE.Views.SlideSettings.textHorizontalIn": "Yatay İçeri",
|
||||
"PE.Views.SlideSettings.textHorizontalOut": "Yatay Dışarı",
|
||||
"PE.Views.SlideSettings.textImageTexture": "Resim yada Doldurma Deseni",
|
||||
"PE.Views.SlideSettings.textLeft": "Sol",
|
||||
"PE.Views.SlideSettings.textLinear": "Doğrusal",
|
||||
"PE.Views.SlideSettings.textNewColor": "Özel Renk",
|
||||
"PE.Views.SlideSettings.textNoFill": "Dolgu Yok",
|
||||
"PE.Views.SlideSettings.textNone": "hiçbiri",
|
||||
"PE.Views.SlideSettings.textPatternFill": "Desen",
|
||||
"PE.Views.SlideSettings.textPreview": "Önizleme",
|
||||
"PE.Views.SlideSettings.textPush": "İt",
|
||||
"PE.Views.SlideSettings.textRadial": "Radyal",
|
||||
"PE.Views.SlideSettings.textReset": "Reset Changes",
|
||||
"PE.Views.SlideSettings.textRight": "Sağ",
|
||||
"PE.Views.SlideSettings.textSelectTexture": "Seç",
|
||||
"PE.Views.SlideSettings.textSmoothly": "Kolayca",
|
||||
"PE.Views.SlideSettings.textSplit": "Ayır",
|
||||
"PE.Views.SlideSettings.textStandartColors": "Standart Renkler",
|
||||
"PE.Views.SlideSettings.textStretch": "Esnet",
|
||||
"PE.Views.SlideSettings.textStyle": "Stil",
|
||||
"PE.Views.SlideSettings.textTexture": "Doldurma deseninden",
|
||||
"PE.Views.SlideSettings.textThemeColors": "Tema Renkleri",
|
||||
"PE.Views.SlideSettings.textTile": "Desen",
|
||||
"PE.Views.SlideSettings.textTop": "Üst",
|
||||
"PE.Views.SlideSettings.textTopLeft": "Üst Sol",
|
||||
"PE.Views.SlideSettings.textTopRight": "Üst Sağ",
|
||||
"PE.Views.SlideSettings.textUnCover": "Meydana çıkar",
|
||||
"PE.Views.SlideSettings.textVerticalIn": "Dikey İçeri",
|
||||
"PE.Views.SlideSettings.textVerticalOut": "Dikey Dışarı",
|
||||
"PE.Views.SlideSettings.textWedge": "Yarma",
|
||||
"PE.Views.SlideSettings.textWipe": "Temizle",
|
||||
"PE.Views.SlideSettings.textZoom": "Zum",
|
||||
"PE.Views.SlideSettings.textZoomIn": "Yakınlaştır",
|
||||
"PE.Views.SlideSettings.textZoomOut": "Uzaklaştır",
|
||||
"PE.Views.SlideSettings.textZoomRotate": "Zum ve Döndür",
|
||||
"PE.Views.SlideSettings.txtBrownPaper": "Kahverengi Kağıt",
|
||||
"PE.Views.SlideSettings.txtCanvas": "Tuval",
|
||||
"PE.Views.SlideSettings.txtCarton": "Karton",
|
||||
"PE.Views.SlideSettings.txtDarkFabric": "Koyu Örgü",
|
||||
"PE.Views.SlideSettings.txtGrain": "Tane",
|
||||
"PE.Views.SlideSettings.txtGranite": "Granit",
|
||||
"PE.Views.SlideSettings.txtGreyPaper": "Gri Kağıt",
|
||||
"PE.Views.SlideSettings.txtKnit": "Birleştir",
|
||||
"PE.Views.SlideSettings.txtLeather": "Deri",
|
||||
"PE.Views.SlideSettings.txtPapyrus": "Papirus",
|
||||
"PE.Views.SlideSettings.txtWood": "Ahşap",
|
||||
"PE.Views.SlideSizeSettings.cancelButtonText": "İptal Et",
|
||||
"PE.Views.SlideSizeSettings.okButtonText": "TAMAM",
|
||||
"PE.Views.SlideSizeSettings.textHeight": "Yükseklik",
|
||||
"PE.Views.SlideSizeSettings.textSlideSize": "Slayt Boyutu",
|
||||
"PE.Views.SlideSizeSettings.textTitle": "Slayt Boyutu Ayarları",
|
||||
"PE.Views.SlideSizeSettings.textWidth": "Genişlik",
|
||||
"PE.Views.SlideSizeSettings.txt35": "35 mm slaytlar",
|
||||
"PE.Views.SlideSizeSettings.txtA3": "A3 Kağıt (297x420 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtA4": "A4 Kağıt (210x297 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtB4": "B4 (ICO) Kağıt (250x353 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtB5": "B5 (ICO) Kağıt (176x250 mm)",
|
||||
"PE.Views.SlideSizeSettings.txtBanner": "Afiş",
|
||||
"PE.Views.SlideSizeSettings.txtCustom": "Özel",
|
||||
"PE.Views.SlideSizeSettings.txtLedger": "Hesap Defteri Kağıdı (11x17 in)",
|
||||
"PE.Views.SlideSizeSettings.txtLetter": "Mektup Kağıdı (8.5x11 in)",
|
||||
"PE.Views.SlideSizeSettings.txtOverhead": "Yukarıda",
|
||||
"PE.Views.SlideSizeSettings.txtStandard": "Standart (4:3)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen1": "Geniş Ekran (16:9)",
|
||||
"PE.Views.SlideSizeSettings.txtWidescreen2": "Geniş Ekran (16:10)",
|
||||
"PE.Views.Statusbar.goToPageText": "Slayta Git",
|
||||
"PE.Views.Statusbar.pageIndexText": "Slayt {1}'in {0}'ı",
|
||||
"PE.Views.Statusbar.tipAccessRights": "Manage document access rights",
|
||||
"PE.Views.Statusbar.tipFitPage": "Slaytı sığdır",
|
||||
"PE.Views.Statusbar.tipFitWidth": "Genişliğe Sığdır",
|
||||
"PE.Views.Statusbar.tipMoreUsers": "ve %1 kullanıcı.",
|
||||
"PE.Views.Statusbar.tipPreview": "Start Preview",
|
||||
"PE.Views.Statusbar.tipShowUsers": "Tüm kullanıcıları görmek için aşağıdaki ikona tıklayın.",
|
||||
"PE.Views.Statusbar.tipUsers": "Döküman şu an bir kaç kullanıcı tarafından düzenleniyor.",
|
||||
"PE.Views.Statusbar.tipViewUsers": "View users and manage document access rights",
|
||||
"PE.Views.Statusbar.tipZoomFactor": "Büyütme",
|
||||
"PE.Views.Statusbar.tipZoomIn": "Yakınlaştır",
|
||||
"PE.Views.Statusbar.tipZoomOut": "Uzaklaştır",
|
||||
"PE.Views.Statusbar.txAccessRights": "Change access rights",
|
||||
"PE.Views.Statusbar.txtPageNumInvalid": "Invalid slide number",
|
||||
"PE.Views.TableSettings.deleteColumnText": "Sütunu Sil",
|
||||
"PE.Views.TableSettings.deleteRowText": "Satırı Sil",
|
||||
"PE.Views.TableSettings.deleteTableText": "Tabloyu Sil",
|
||||
"PE.Views.TableSettings.insertColumnLeftText": "Sola Sütun Ekle",
|
||||
"PE.Views.TableSettings.insertColumnRightText": "Sağa Sütun Ekle",
|
||||
"PE.Views.TableSettings.insertRowAboveText": "Yukarı Satır Ekle",
|
||||
"PE.Views.TableSettings.insertRowBelowText": "Aşağı Satır Ekle",
|
||||
"PE.Views.TableSettings.mergeCellsText": "Hücreleri birleştir",
|
||||
"PE.Views.TableSettings.selectCellText": "Hücre seçin",
|
||||
"PE.Views.TableSettings.selectColumnText": "Sütun Seçin",
|
||||
"PE.Views.TableSettings.selectRowText": "Satır Seç",
|
||||
"PE.Views.TableSettings.selectTableText": "Tablo Seç",
|
||||
"PE.Views.TableSettings.splitCellsText": "Hücreyi Böl...",
|
||||
"PE.Views.TableSettings.splitCellTitleText": "Hücreyi Böl",
|
||||
"PE.Views.TableSettings.textAdvanced": "Gelişmiş ayarları göster",
|
||||
"PE.Views.TableSettings.textBackColor": "Arka plan rengi",
|
||||
"PE.Views.TableSettings.textBanded": "Bağlı",
|
||||
"PE.Views.TableSettings.textBorderColor": "Renk",
|
||||
"PE.Views.TableSettings.textBorders": "Sınır Stili",
|
||||
"PE.Views.TableSettings.textColumns": "Sütunlar",
|
||||
"PE.Views.TableSettings.textEdit": "Satırlar & Sütunlar",
|
||||
"PE.Views.TableSettings.textEmptyTemplate": "Şablon yok",
|
||||
"PE.Views.TableSettings.textFirst": "ilk",
|
||||
"PE.Views.TableSettings.textHeader": "Üst Başlık",
|
||||
"PE.Views.TableSettings.textLast": "Son",
|
||||
"PE.Views.TableSettings.textNewColor": "Özel Renk",
|
||||
"PE.Views.TableSettings.textRows": "Satırlar",
|
||||
"PE.Views.TableSettings.textSelectBorders": "Yukarıda seçilen stili uygulayarak değiştirmek istediğiniz sınırları seçin",
|
||||
"PE.Views.TableSettings.textStandartColors": "Standart Renkler",
|
||||
"PE.Views.TableSettings.textTemplate": "Şablondan Seç",
|
||||
"PE.Views.TableSettings.textThemeColors": "Tema Renkleri",
|
||||
"PE.Views.TableSettings.textTotal": "Toplam",
|
||||
"PE.Views.TableSettings.tipAll": "Dış Sınır ve Tüm İç Satırları Belirle",
|
||||
"PE.Views.TableSettings.tipBottom": "Sadece Dış Alt Sınırı Belirle",
|
||||
"PE.Views.TableSettings.tipInner": "Sadece İç Satırları Belirle",
|
||||
"PE.Views.TableSettings.tipInnerHor": "Sadece Yatay İç Satırları Belirle",
|
||||
"PE.Views.TableSettings.tipInnerVert": "Sadece Dikey İç Çizgileri Belirle",
|
||||
"PE.Views.TableSettings.tipLeft": "Sadece Dış Sol Sınırı Belirle",
|
||||
"PE.Views.TableSettings.tipNone": "Sınır belirleme",
|
||||
"PE.Views.TableSettings.tipOuter": "Sadece Dış Sınırı Belirle",
|
||||
"PE.Views.TableSettings.tipRight": "Sadece Dış Sağ Sınırı Belirle",
|
||||
"PE.Views.TableSettings.tipTop": "Sadece Dış Üst Sınırı Belirle",
|
||||
"PE.Views.TableSettings.txtNoBorders": "Sınır yok",
|
||||
"PE.Views.TableSettingsAdvanced.cancelButtonText": "İptal Et",
|
||||
"PE.Views.TableSettingsAdvanced.okButtonText": "TAMAM",
|
||||
"PE.Views.TableSettingsAdvanced.textBottom": "Alt",
|
||||
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Varsayılan kenar boşluklarını kullan",
|
||||
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Varsayılan Kenar Boşlukları",
|
||||
"PE.Views.TableSettingsAdvanced.textLeft": "Sol",
|
||||
"PE.Views.TableSettingsAdvanced.textMargins": "Hücre Kenar Boşluğu",
|
||||
"PE.Views.TableSettingsAdvanced.textRight": "Sağ",
|
||||
"PE.Views.TableSettingsAdvanced.textTitle": "Tablo - Gelişmiş Ayarlar",
|
||||
"PE.Views.TableSettingsAdvanced.textTop": "Üst",
|
||||
"PE.Views.TableSettingsAdvanced.textWidthSpaces": "Kenar Boşlukları",
|
||||
"PE.Views.TextArtSettings.strBackground": "Background color",
|
||||
"PE.Views.TextArtSettings.strColor": "Color",
|
||||
"PE.Views.TextArtSettings.strFill": "Fill",
|
||||
"PE.Views.TextArtSettings.strForeground": "Foreground color",
|
||||
"PE.Views.TextArtSettings.strPattern": "Pattern",
|
||||
"PE.Views.TextArtSettings.strSize": "Size",
|
||||
"PE.Views.TextArtSettings.strStroke": "Stroke",
|
||||
"PE.Views.TextArtSettings.strTransparency": "Opacity",
|
||||
"PE.Views.TextArtSettings.textBorderSizeErr": "The entered value is incorrect.<br>Please enter a value between 0 pt and 1584 pt.",
|
||||
"PE.Views.TextArtSettings.textColor": "Color Fill",
|
||||
"PE.Views.TextArtSettings.textDirection": "Direction",
|
||||
"PE.Views.TextArtSettings.textEmptyPattern": "No Pattern",
|
||||
"PE.Views.TextArtSettings.textFromFile": "From File",
|
||||
"PE.Views.TextArtSettings.textFromUrl": "From URL",
|
||||
"PE.Views.TextArtSettings.textGradient": "Gradient",
|
||||
"PE.Views.TextArtSettings.textGradientFill": "Gradient Fill",
|
||||
"PE.Views.TextArtSettings.textImageTexture": "Picture or Texture",
|
||||
"PE.Views.TextArtSettings.textLinear": "Linear",
|
||||
"PE.Views.TextArtSettings.textNewColor": "Add New Custom Color",
|
||||
"PE.Views.TextArtSettings.textNoFill": "No Fill",
|
||||
"PE.Views.TextArtSettings.textPatternFill": "Pattern",
|
||||
"PE.Views.TextArtSettings.textRadial": "Radial",
|
||||
"PE.Views.TextArtSettings.textSelectTexture": "Select",
|
||||
"PE.Views.TextArtSettings.textStandartColors": "Standard Colors",
|
||||
"PE.Views.TextArtSettings.textStretch": "Stretch",
|
||||
"PE.Views.TextArtSettings.textStyle": "Style",
|
||||
"PE.Views.TextArtSettings.textTemplate": "Template",
|
||||
"PE.Views.TextArtSettings.textTexture": "From Texture",
|
||||
"PE.Views.TextArtSettings.textThemeColors": "Theme Colors",
|
||||
"PE.Views.TextArtSettings.textTile": "Tile",
|
||||
"PE.Views.TextArtSettings.textTransform": "Transform",
|
||||
"PE.Views.TextArtSettings.txtBrownPaper": "Brown Paper",
|
||||
"PE.Views.TextArtSettings.txtCanvas": "Canvas",
|
||||
"PE.Views.TextArtSettings.txtCarton": "Carton",
|
||||
"PE.Views.TextArtSettings.txtDarkFabric": "Dark Fabric",
|
||||
"PE.Views.TextArtSettings.txtGrain": "Grain",
|
||||
"PE.Views.TextArtSettings.txtGranite": "Granite",
|
||||
"PE.Views.TextArtSettings.txtGreyPaper": "Gray Paper",
|
||||
"PE.Views.TextArtSettings.txtKnit": "Knit",
|
||||
"PE.Views.TextArtSettings.txtLeather": "Leather",
|
||||
"PE.Views.TextArtSettings.txtNoBorders": "No Line",
|
||||
"PE.Views.TextArtSettings.txtPapyrus": "Papyrus",
|
||||
"PE.Views.TextArtSettings.txtWood": "Wood",
|
||||
"PE.Views.Toolbar.mniCustomTable": "Özel Tablo Ekle",
|
||||
"PE.Views.Toolbar.mniImageFromFile": "Dosyadan resim",
|
||||
"PE.Views.Toolbar.mniImageFromUrl": "URL'den resim",
|
||||
"PE.Views.Toolbar.mniSlideAdvanced": "Gelişmiş Ayarlar",
|
||||
"PE.Views.Toolbar.mniSlideStandard": "Standart (4:3)",
|
||||
"PE.Views.Toolbar.mniSlideWide": "Geniş Ekran (16:9)",
|
||||
"PE.Views.Toolbar.textAlignBottom": "Metni aşağı hizala",
|
||||
"PE.Views.Toolbar.textAlignCenter": "Orta metin",
|
||||
"PE.Views.Toolbar.textAlignJust": "İki yana yasla",
|
||||
"PE.Views.Toolbar.textAlignLeft": "Metni Sola Hizala",
|
||||
"PE.Views.Toolbar.textAlignMiddle": "Metni ortaya hizala",
|
||||
"PE.Views.Toolbar.textAlignRight": "Metni Sağa Hizala",
|
||||
"PE.Views.Toolbar.textAlignTop": "Metni yukarı hizala",
|
||||
"PE.Views.Toolbar.textArea": "Bölge Grafiği",
|
||||
"PE.Views.Toolbar.textArrangeBack": "Arkaplana gönder",
|
||||
"PE.Views.Toolbar.textArrangeBackward": "Geri Taşı",
|
||||
"PE.Views.Toolbar.textArrangeForward": "İleri Taşı",
|
||||
"PE.Views.Toolbar.textArrangeFront": "Önplana Getir",
|
||||
"PE.Views.Toolbar.textBar": "Çubuk grafik",
|
||||
"PE.Views.Toolbar.textBold": "Kalın",
|
||||
"PE.Views.Toolbar.textCancel": "İptal Et",
|
||||
"PE.Views.Toolbar.textColumn": "Sütun grafik",
|
||||
"PE.Views.Toolbar.textCompactView": "Kompakt Aletçantasını göster",
|
||||
"PE.Views.Toolbar.textFitPage": "Slaytı sığdır",
|
||||
"PE.Views.Toolbar.textFitWidth": "Genişliğe Sığdır",
|
||||
"PE.Views.Toolbar.textHideLines": "Cetvelleri Gizle",
|
||||
"PE.Views.Toolbar.textHideStatusBar": "Durum Çubuğunu Gizle",
|
||||
"PE.Views.Toolbar.textHideTitleBar": "Başlık Çubuğunu Gizle",
|
||||
"PE.Views.Toolbar.textInsText": "Insert text box",
|
||||
"PE.Views.Toolbar.textInsTextArt": "Insert Text Art",
|
||||
"PE.Views.Toolbar.textItalic": "İtalik",
|
||||
"PE.Views.Toolbar.textLine": "Çizgi grafiği",
|
||||
"PE.Views.Toolbar.textNewColor": "Özel Renk",
|
||||
"PE.Views.Toolbar.textOK": "TAMAM",
|
||||
"PE.Views.Toolbar.textPie": "Dilim grafik",
|
||||
"PE.Views.Toolbar.textPoint": "Nokta grafiği",
|
||||
"PE.Views.Toolbar.textShapeAlignBottom": "Alta Hizala",
|
||||
"PE.Views.Toolbar.textShapeAlignCenter": "Ortaya Hizala",
|
||||
"PE.Views.Toolbar.textShapeAlignLeft": "Sola Hizala",
|
||||
"PE.Views.Toolbar.textShapeAlignMiddle": "Ortaya hizala",
|
||||
"PE.Views.Toolbar.textShapeAlignRight": "Sağa Hizala",
|
||||
"PE.Views.Toolbar.textShapeAlignTop": "Üste Hizala",
|
||||
"PE.Views.Toolbar.textStandartColors": "Standart Renkler",
|
||||
"PE.Views.Toolbar.textStock": "Stok Grafiği",
|
||||
"PE.Views.Toolbar.textStrikeout": "Üstü çizili",
|
||||
"PE.Views.Toolbar.textSubscript": "Altsimge",
|
||||
"PE.Views.Toolbar.textSuperscript": "Üstsimge",
|
||||
"PE.Views.Toolbar.textThemeColors": "Tema Renkleri",
|
||||
"PE.Views.Toolbar.textTitleError": "Hata",
|
||||
"PE.Views.Toolbar.textUnderline": "Altı çizili",
|
||||
"PE.Views.Toolbar.textZoom": "Zum",
|
||||
"PE.Views.Toolbar.tipAddSlide": "Slayt ekle",
|
||||
"PE.Views.Toolbar.tipAdvSettings": "Gelişmiş Ayarlar",
|
||||
"PE.Views.Toolbar.tipBack": "Geri",
|
||||
"PE.Views.Toolbar.tipChangeSlide": "Slayt Tasarımını Değiştir",
|
||||
"PE.Views.Toolbar.tipClearStyle": "Stili Temizle",
|
||||
"PE.Views.Toolbar.tipColorSchemas": "Renk Şemasını Değiştir",
|
||||
"PE.Views.Toolbar.tipCopy": "Kopyala",
|
||||
"PE.Views.Toolbar.tipCopyStyle": "Stili Kopyala",
|
||||
"PE.Views.Toolbar.tipDecPrLeft": "Girintiyi Azalt",
|
||||
"PE.Views.Toolbar.tipFontColor": "Yazı Tipi Rengi",
|
||||
"PE.Views.Toolbar.tipFontName": "Yazı Tipi İsmi",
|
||||
"PE.Views.Toolbar.tipFontSize": "Yazıtipi boyutu",
|
||||
"PE.Views.Toolbar.tipHAligh": "Yatay Hizala",
|
||||
"PE.Views.Toolbar.tipHideBars": "Başlık Çubuğu & Durum Çubuğunu Gizle",
|
||||
"PE.Views.Toolbar.tipIncPrLeft": "Girintiyi Arttır",
|
||||
"PE.Views.Toolbar.tipInsertChart": "Tablo ekle",
|
||||
"PE.Views.Toolbar.tipInsertHyperlink": "Hiperbağ ekle",
|
||||
"PE.Views.Toolbar.tipInsertImage": "Resim ekle",
|
||||
"PE.Views.Toolbar.tipInsertShape": "Otomatik Şekil ekle",
|
||||
"PE.Views.Toolbar.tipInsertTable": "Tablo ekle",
|
||||
"PE.Views.Toolbar.tipInsertText": "Metin ekle",
|
||||
"PE.Views.Toolbar.tipLineSpace": "Satır Aralığı",
|
||||
"PE.Views.Toolbar.tipMarkers": "İmler",
|
||||
"PE.Views.Toolbar.tipNewDocument": "Yeni Sunum",
|
||||
"PE.Views.Toolbar.tipNumbers": "Numaralandırma",
|
||||
"PE.Views.Toolbar.tipOpenDocument": "Sunumu Aç",
|
||||
"PE.Views.Toolbar.tipPaste": "Yapıştır",
|
||||
"PE.Views.Toolbar.tipPreview": "Önizlemeye Başla",
|
||||
"PE.Views.Toolbar.tipPrint": "Yazdır",
|
||||
"PE.Views.Toolbar.tipRedo": "Tekrar yap",
|
||||
"PE.Views.Toolbar.tipSave": "Kaydet",
|
||||
"PE.Views.Toolbar.tipSaveCoauth": "Diğer kullanıcıların görmesi için değişikliklerinizi kaydedin.",
|
||||
"PE.Views.Toolbar.tipShapeAlign": "Şekli Hizala",
|
||||
"PE.Views.Toolbar.tipShapeArrange": "Şekli Düzenle",
|
||||
"PE.Views.Toolbar.tipSlideSize": "Slayt Boyutu Seçin",
|
||||
"PE.Views.Toolbar.tipSlideTheme": "Slayt Teması",
|
||||
"PE.Views.Toolbar.tipUndo": "Geri Al",
|
||||
"PE.Views.Toolbar.tipVAligh": "Dikey Hizala",
|
||||
"PE.Views.Toolbar.tipViewSettings": "Ayarları Göster",
|
||||
"PE.Views.Toolbar.txtDistribHor": "Yatay olarak dağıt",
|
||||
"PE.Views.Toolbar.txtDistribVert": "Dikey olarak dağıt",
|
||||
"PE.Views.Toolbar.txtGroup": "Grup",
|
||||
"PE.Views.Toolbar.txtScheme1": "Ofis",
|
||||
"PE.Views.Toolbar.txtScheme10": "Medyan",
|
||||
"PE.Views.Toolbar.txtScheme11": "Metro",
|
||||
"PE.Views.Toolbar.txtScheme12": "Modül",
|
||||
"PE.Views.Toolbar.txtScheme13": "Zengin",
|
||||
"PE.Views.Toolbar.txtScheme14": "Sıkma",
|
||||
"PE.Views.Toolbar.txtScheme15": "Orjin",
|
||||
"PE.Views.Toolbar.txtScheme16": "Kağıt",
|
||||
"PE.Views.Toolbar.txtScheme17": "Gün dönümü",
|
||||
"PE.Views.Toolbar.txtScheme18": "Yöntem",
|
||||
"PE.Views.Toolbar.txtScheme19": "Yolculuk",
|
||||
"PE.Views.Toolbar.txtScheme2": "Gri Ölçeği",
|
||||
"PE.Views.Toolbar.txtScheme20": "Kentsel",
|
||||
"PE.Views.Toolbar.txtScheme21": "Şevk",
|
||||
"PE.Views.Toolbar.txtScheme3": "Apex",
|
||||
"PE.Views.Toolbar.txtScheme4": "Açı",
|
||||
"PE.Views.Toolbar.txtScheme5": "Kentsel",
|
||||
"PE.Views.Toolbar.txtScheme6": "Toplama",
|
||||
"PE.Views.Toolbar.txtScheme7": "Net Değer",
|
||||
"PE.Views.Toolbar.txtScheme8": "Yayılma",
|
||||
"PE.Views.Toolbar.txtScheme9": "Döküm",
|
||||
"PE.Views.Toolbar.txtUngroup": "Gruptan çıkar"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{"src": "UsageInstructions/OpenCreateNew.htm", "name": "Create a new presentation or open an existing one", "headername": "Usage Instructions"},
|
||||
{"src": "UsageInstructions/ManageSlides.htm", "name": "Manage slides"},
|
||||
{"src": "UsageInstructions/SetSlideParameters.htm", "name": "Set slide parameters"},
|
||||
{"src": "UsageInstructions/ApplyTransitions.htm", "name": "Apply transitions"},
|
||||
{"src": "UsageInstructions/InsertAutoshapes.htm", "name": "Insert and format autoshapes"},
|
||||
{"src": "UsageInstructions/InsertImages.htm", "name": "Insert and adjust images"},
|
||||
{"src": "UsageInstructions/InsertCharts.htm", "name": "Insert and edit charts"},
|
||||
{"src": "UsageInstructions/ManipulateObjects.htm", "name": "Manipulate objects on a slide"},
|
||||
{"src": "UsageInstructions/InsertText.htm", "name": "Insert and format your text"},
|
||||
{"src": "UsageInstructions/AddHyperlinks.htm", "name": "Add hyperlinks"},
|
||||
{"src": "UsageInstructions/CreateLists.htm", "name": "Create lists"},
|
||||
{"src": "UsageInstructions/InsertTables.htm", "name": "Insert and format tables" },
|
||||
{"src": "UsageInstructions/InsertEquation.htm", "name": "Insert equations"},
|
||||
{"src": "UsageInstructions/FillObjectsSelectColor.htm", "name": "Fill objects and select colors"},
|
||||
{"src": "UsageInstructions/AlignArrangeObjects.htm", "name": "Align and arrange objects on a slide"},
|
||||
{"src": "UsageInstructions/CopyPasteUndoRedo.htm", "name": "Copy/paste data, undo/redo your actions"},
|
||||
{"src": "UsageInstructions/CopyClearFormatting.htm", "name": "Copy/clear formatting"},
|
||||
{"src": "UsageInstructions/PreviewPresentation.htm", "name": "Preview your presentation"},
|
||||
{"src": "UsageInstructions/ViewPresentationInfo.htm", "name": "View presentation information"},
|
||||
{"src": "UsageInstructions/SavePrintDownload.htm", "name": "Save/print/download your presentation"},
|
||||
{"src": "HelpfulHints/About.htm", "name": "About Presentation Editor", "headername": "Helpful Hints"},
|
||||
{"src": "HelpfulHints/SupportedFormats.htm", "name": "Supported Formats of Electronic Presentations"},
|
||||
{"src": "HelpfulHints/AdvancedSettings.htm", "name": "Advanced Settings of Presentation Editor"},
|
||||
{"src": "HelpfulHints/Navigation.htm", "name": "View Settings and Navigation Tools"},
|
||||
{"src": "HelpfulHints/Search.htm", "name": "Search Function"},
|
||||
{"src": "HelpfulHints/CollaborativeEditing.htm", "name": "Collaborative Presentation Editing"},
|
||||
{"src": "HelpfulHints/KeyboardShortcuts.htm", "name": "Keyboard Shortcuts"}
|
||||
]
|
||||
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>About Presentation Editor</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The short description of Presentation Editor" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>About Presentation Editor</h1>
|
||||
<p><b>Presentation Editor</b> is an <span class="onlineDocumentFeatures">online</span> application that lets you look through
|
||||
and edit presentations<span class="onlineDocumentFeatures"> directly in your browser</span>.</p>
|
||||
<p>Using <b>Presentation Editor</b>, you can perform various editing operations like in any desktop editor,
|
||||
print the edited presentations keeping all the formatting details or download them onto your computer hard disk drive
|
||||
as PDF or PPTX files.</p>
|
||||
<p>To view the current software version and licensor details, click the <img alt="About icon" src="../images/about.png" /> icon at the left sidebar.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Advanced Settings of Presentation Editor</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The advanced settings of Presentation Editor" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Advanced Settings of Presentation Editor</h1>
|
||||
<p><b>Presentation Editor</b> lets you change its advanced settings. To access them, click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Advanced Settings...</b> option. You can also use the <img alt="Advanced Settings icon" src="../images/advanced_settings_icon.png" /> icon in the right upper corner of the top toolbar.</p>
|
||||
<p>The advanced settings are:</p>
|
||||
<ul>
|
||||
<li><b>Alternate Input</b> is used to turn on/off hieroglyphs.</li>
|
||||
<li><b>Alignment Guides</b> is used to turn on/off alignment guides that appear when you move objects and allow you to position them on the slide precisely.</li>
|
||||
<li class="onlineDocumentFeatures"><b>Autosave</b> is used to turn on/off automatic saving of changes you make while editing.</li>
|
||||
<li class="onlineDocumentFeatures"><b>Co-editing Mode</b> is used to select the display of the changes made during the co-editing:
|
||||
<ul>
|
||||
<li>By default the <b>Fast</b> mode is selected, the users who take part in the document co-editing will see the changes in realtime once they are made by other users.</li>
|
||||
<li>If you prefer not to see other user changes (so that they do not disturb you, or for some other reason), select the <b>Strict</b> mode and all the changes will be shown only after you click the <b>Save</b> <img alt="Save icon" src="../images/saveupdate.png" /> icon notifying you that there are changes from other users.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Default Zoom Value</b> is used to set the default zoom value selecting it in the list of available options from 50% to 200%. You can also choose the <b>Fit to Slide</b> or <b>Fit to Width</b> option.</li>
|
||||
<li><b>Unit of Measurement</b> is used to specify what units are used on the rulers and in properties windows for measuring elements parameters such as width, height, spacing, margins etc. You can select the <b>Centimeter</b>, <b>Point</b>, or <b>Inch</b> option.</li>
|
||||
</ul>
|
||||
<p>To save the changes you made, click the <b>Apply</b> button.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,64 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Collaborative Presentation Editing</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Tips on collaborative editing" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Collaborative Presentation Editing</h1>
|
||||
<p><b>Presentation Editor</b> offers you the possibility to work at a presentation collaboratively with other users. This feature includes:</p>
|
||||
<ul>
|
||||
<li class="onlineDocumentFeatures">simultaneous multi-user access to the edited presentation</li>
|
||||
<li class="onlineDocumentFeatures">visual indication of objects that are being edited by other users</li>
|
||||
<li class="onlineDocumentFeatures">synchronization of changes with one button click</li>
|
||||
<li class="onlineDocumentFeatures">chat to share ideas concerning particular presentation parts</li>
|
||||
<li>comments containing the description of a task or problem that should be solved</li>
|
||||
</ul>
|
||||
<div class="onlineDocumentFeatures">
|
||||
<h3>Co-editing</h3>
|
||||
<p><b>Presentation Editor</b> allows to select one of the two available co-editing modes. <b>Fast</b> is used by default and shows the changes made by other users in realtime. <b>Strict</b> is selected to hide other user changes until you click the <b>Save</b> <img alt="Save icon" src="../images/saveupdate.png" /> icon to save your own changes and accept the changes made by others. The mode can be selected in the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a>.</p>
|
||||
<p>When a presentation is being edited by several users simultaneously in the <b>Strict</b> mode, the edited objects (autoshapes, text objects, tables, images, charts) are marked with dashed lines of different colors. The object that you are editing is surrounded by the green dashed line. Red dashed lines indicate that objects are being edited by other users. By hovering the mouse cursor over one of the edited passages, the name of the user who is editing it at the moment is displayed. The <b>Fast</b> mode will show the actions and the names of the co-editors once they are editing the text.</p>
|
||||
<p>The number of users who are working at the current presentation is specified in the left lower corner at the status bar - <img alt="Number of users icon" src="../images/usersnumber.png" />. If you want to see who exactly are editing the file now, you can open the <b>Chat</b> panel with the full list of the users.</p>
|
||||
<p>When no users are viewing or editing the file, the icon in the status bar will look like <img alt="Manage document access rights icon" src="../images/access_rights.png" /> allowing you to manage the users who have access to the file right from the document: invite new users giving them either full or read-only access, or denying some users access rights to the file. Click this icon to manage the access to the file; this can be done both when there are no other users who view or co-edit the document at the moment and when there are other users and the icon looks like <img alt="Number of users icon" src="../images/usersnumber.png" />.</p>
|
||||
<p>As soon as one of the users saves his/her changes by clicking the <img alt="Save icon" src="../images/savewhilecoediting.png" /> icon, the others will see a note within the status bar stating that they have updates. To save the changes you made, so that other users can view them, and get the updates saved by your co-editors, click the <img alt="Save icon" src="../images/saveupdate.png" /> icon in the left upper corner of the top toolbar. The updates will be highlighted for you to check what exactly has been changed.</p>
|
||||
<h3>Chat<a class="sup_link" href="../HelpfulHints/CollaborativeEditing.htm#footnote" onclick="onhyperlinkclick(this)"><sup>*</sup></a></h3>
|
||||
<p>You can use this tool to coordinate the co-editing process on-the-fly, for example, to arrange with your collaborators about who is doing what, which paragraph you are going to edit now etc.</p>
|
||||
<p>The chat messages are stored during one session only. To discuss the document content it is better to use comments which are stored until you decide to delete them.</p>
|
||||
<p>To access the chat and leave a message for other users,</p>
|
||||
<ol>
|
||||
<li>click the <img alt="Chat icon" src="../images/chaticon.png" /> icon at the left sidebar,</li>
|
||||
<li>enter your text into the corresponding field below,</li>
|
||||
<li>press the <b>Send</b> button.</li>
|
||||
</ol>
|
||||
<p>All the messages left by users will be displayed on the panel on the left. If there are new messages you haven't read yet, the chat icon will look like this - <img alt="Chat icon" src="../images/chaticon_new.png" />.</p>
|
||||
<p>To close the panel with chat messages, click the <img alt="Chat icon" src="../images/chaticon.png" /> icon once again.</p>
|
||||
</div>
|
||||
<h3>Comments<a class="sup_link oOfficeFeatures" href="../HelpfulHints/CollaborativeEditing.htm#footnote" onclick="onhyperlinkclick(this)"><sup>*</sup></a></h3>
|
||||
<p>To leave a comment:</p>
|
||||
<ol>
|
||||
<li>select an object where you think there is an error or problem,</li>
|
||||
<li>
|
||||
use the <img alt="Comments icon" src="../images/commentsicon.png" /> icon at the left sidebar to open the <b>Comments</b> panel and click the <b>Add Comment to Document</b> link, or<br />
|
||||
right-click the selected object and select the <b>Add Сomment</b> option from the menu,
|
||||
</li>
|
||||
<li>enter the needed text,</li>
|
||||
<li>click the <b>Add Comment/Add</b> button.</li>
|
||||
</ol>
|
||||
<p>The comment will be seen on the panel on the left. The object you commented will be marked with the <img alt="Commented object icon" src="../images/added_comment_icon.png" /> icon. To view the comment, just click on this icon. <!--If you need to disable this feature, click the <img alt="File icon" src="../images/file.png" /> icon, select the <b>Advanced Settings...</b> option and uncheck the <b>Turn on live commenting option</b> box. In this case the commented passages will be highlighted only if you click the <img alt="Comments icon" src="../images/commentsicon.png" /> icon.--></p>
|
||||
<p>Any other user can answer to the added comment asking questions or reporting on the work he/she has done. For this purpose, click the <b>Add Reply</b> link situated under the comment.</p>
|
||||
<p>You can manage the comments you added in the following way:</p>
|
||||
<ul>
|
||||
<li>edit them by clicking the <img alt="Edit icon" src="../images/editcommenticon.png" /> icon,</li>
|
||||
<li>delete them by clicking the <img alt="Delete icon" src="../images/deletecommenticon.png" /> icon,</li>
|
||||
<li>close the discussion by clicking the <img alt="Resolve icon" src="../images/resolveicon.png" /> icon if the task or problem you stated in your comment was solved, after that the discussion you opened with your comment gets the resolved status. To open it again, click the <img alt="Open again icon" src="../images/resolvedicon.png" /> icon.</li>
|
||||
</ul>
|
||||
<p>New comments added by other users will become visible only after you click the <img alt="Save icon" src="../images/saveupdate.png" /> icon in the left upper corner of the top toolbar.</p>
|
||||
<p>To close the panel with comments, click the <img alt="Comments icon" src="../images/commentsicon.png" /> icon once again.</p>
|
||||
<p class="oOfficeFeatures"><sup id="footnote">*</sup>available for paid versions only</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,376 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Keyboard Shortcuts</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The keyboard shortcut list used for a faster and easier access to the features of Presentation Editor using the keyboard." />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Keyboard Shortcuts</h1>
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan="3">Working with Presentation</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function">Open 'File' panel</td>
|
||||
<td class="combination">Alt+F</td>
|
||||
<td class="description">Open the <b>File</b> panel to save, download, print the current presentation, view its info, create a new presentation or open an existing one, access Presentation Editor help or advanced settings.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Open 'Search' panel</td>
|
||||
<td>Ctrl+F</td>
|
||||
<td>Open the <b>Search</b> panel to start searching for a character/word/phrase in the currently edited presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Open 'Comments' panel<a class="sup_link oOfficeFeatures" href="../HelpfulHints/KeyboardShortcuts.htm#footnote" onclick="onhyperlinkclick(this)"><sup>*</sup></a></td>
|
||||
<td>Ctrl+Shift+H</td>
|
||||
<td>Open the <b>Comments</b> panel to add your own comment or reply to other users' comments.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Open comment field<a class="sup_link oOfficeFeatures" href="../HelpfulHints/KeyboardShortcuts.htm#footnote" onclick="onhyperlinkclick(this)"><sup>*</sup></a></td>
|
||||
<td>Alt+H</td>
|
||||
<td>Open a data entry field where you can add the text of your comment.</td>
|
||||
</tr>
|
||||
<tr class="onlineDocumentFeatures">
|
||||
<td>Open 'Chat' panel<a class="sup_link oOfficeFeatures" href="../HelpfulHints/KeyboardShortcuts.htm#footnote" onclick="onhyperlinkclick(this)"><sup>*</sup></a></td>
|
||||
<td>Alt+Q</td>
|
||||
<td>Open the <b>Chat</b> panel and send a message.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save presentation</td>
|
||||
<td>Ctrl+S</td>
|
||||
<td>Save all the changes to the presentation currently edited with Presentation Editor.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Print presentation</td>
|
||||
<td>Ctrl+P</td>
|
||||
<td>Print the presentation with one of the available printers or save it to a file.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save As (Download As)</td>
|
||||
<td>Ctrl+Shift+S</td>
|
||||
<td>Save the currently edited presentation to the computer hard disk drive in one of the supported formats: PDF, PPTX.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Full screen</td>
|
||||
<td>F11</td>
|
||||
<td>Switch to the full screen view to fit Presentation Editor into your screen.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Help menu</td>
|
||||
<td>F1</td>
|
||||
<td>Open Presentation Editor <b>Help</b> menu.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Navigation</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>The first slide</td>
|
||||
<td>Home</td>
|
||||
<td>Go to the first slide of the currently edited presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>The last slide</td>
|
||||
<td>End</td>
|
||||
<td>Go to the last slide of the currently edited presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Next slide</td>
|
||||
<td>PgDn</td>
|
||||
<td>Go to the next slide of the currently edited presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Previous slide</td>
|
||||
<td>PgUp</td>
|
||||
<td>Go to the previous slide of the currently edited presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select the next shape</td>
|
||||
<td>Tab</td>
|
||||
<td>Select the next shape after the currently selected one.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select the previous shape</td>
|
||||
<td>Shift+Tab</td>
|
||||
<td>Select the previous shape before the currently selected one.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Zoom In</td>
|
||||
<td>Ctrl++</td>
|
||||
<td>Zoom in the currently edited presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Zoom Out</td>
|
||||
<td>Ctrl+-</td>
|
||||
<td>Zoom out the currently edited presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Performing Actions on Slides</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>New slide</td>
|
||||
<td>Ctrl+M</td>
|
||||
<td>Create a new slide and add it after the selected one in the list.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Duplicate slide</td>
|
||||
<td>Ctrl+D</td>
|
||||
<td>Duplicate the selected slide in the list.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move slide up</td>
|
||||
<td>Ctrl+Up ARROW</td>
|
||||
<td>Move the selected slide above the previous one in the list.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move slide down</td>
|
||||
<td>Ctrl+Down ARROW</td>
|
||||
<td>Move the selected slide below the following one in the list.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move slide to beginning</td>
|
||||
<td>Ctrl+Shift+Up ARROW</td>
|
||||
<td>Move the selected slide to the very first position in the list.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move slide to end</td>
|
||||
<td>Ctrl+Shift+Down ARROW</td>
|
||||
<td>Move the selected slide to the very last position in the list.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Performing Actions on Objects</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Create a copy</td>
|
||||
<td>Ctrl+drag or Ctrl+D</td>
|
||||
<td>Hold down the Ctrl key when dragging the selected object or press Ctrl+D to create its copy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Group</td>
|
||||
<td>Ctrl+G</td>
|
||||
<td>Group the selected objects.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ungroup</td>
|
||||
<td>Ctrl+Shift+G</td>
|
||||
<td>Ungroup the selected group of objects.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Modifying Objects</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Constrain movement</td>
|
||||
<td>Shift+drag</td>
|
||||
<td>Constrain the movement of the selected object horizontally or vertically.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Set 15-degree-rotation</td>
|
||||
<td>Shift+drag (when rotating)</td>
|
||||
<td>Constrain the rotation angle to 15 degree increments.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maintain proportions</td>
|
||||
<td>Shift+drag (when resizing)</td>
|
||||
<td>Maintain the proportions of the selected object when resizing.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Movement pixel by pixel</td>
|
||||
<td>Ctrl</td>
|
||||
<td>Hold down the Ctrl key and use the keybord arrows to move the selected object by one pixel at a time.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3"><a id="preview"></a>Previewing Presentation</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Start preview from the beginning</td>
|
||||
<td>Ctrl+F5</td>
|
||||
<td>Start a presentation from the beginning.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Navigate forward</td>
|
||||
<td>ENTER, PAGE DOWN, RIGHT ARROW, DOWN ARROW, or SPACEBAR</td>
|
||||
<td>Perform the next animation or advance to the next slide.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Navigate backward</td>
|
||||
<td>PAGE UP, LEFT ARROW, UP ARROW</td>
|
||||
<td>Perform the previous animation or return to the previous slide.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Go to slide number</td>
|
||||
<td>number+ENTER</td>
|
||||
<td>Go to slide with the specified number.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Stop or restart preview</td>
|
||||
<td>S</td>
|
||||
<td>Stop or restart an automatic presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Close preview</td>
|
||||
<td>ESC</td>
|
||||
<td>End a presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Undo and Redo</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Undo</td>
|
||||
<td>Ctrl+Z</td>
|
||||
<td>Reverse the latest performed action.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Redo</td>
|
||||
<td>Ctrl+Y</td>
|
||||
<td>Repeat the latest undone action.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Cut, Copy, and Paste</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cut</td>
|
||||
<td>Ctrl+X, Shift+Delete</td>
|
||||
<td>Cut the selected object and send it to the computer clipboard memory. The cut object can be later inserted to another place in the same presentation<!--, into another presentation, or into some other program-->.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Copy</td>
|
||||
<td>Ctrl+C, Ctrl+Insert</td>
|
||||
<td>Send the selected object to the computer clipboard memory. The copied object can be later inserted to another place in the same presentation<!--, into another presentation, or into some other program-->.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Paste</td>
|
||||
<td>Ctrl+V, Shift+Insert</td>
|
||||
<td>Insert the previously copied object from the computer clipboard memory to the current cursor position. The object can be previously copied from the same presentation<!--, from another presentation, or from some other program-->.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Insert hyperlink</td>
|
||||
<td>Ctrl+K</td>
|
||||
<td>Insert a hyperlink which can be used to go to a web address or to a certain slide in the presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Copy style</td>
|
||||
<td>Ctrl+Shift+C</td>
|
||||
<td>Copy the formatting from the selected fragment of the currently edited text. The copied formatting can be later applied to another text fragment in the same presentation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Apply style</td>
|
||||
<td>Ctrl+Shift+V</td>
|
||||
<td>Apply the previously copied formatting to the text in the currently edited text box.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Selecting with the Mouse</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Add to the selected fragment</td>
|
||||
<td>Shift</td>
|
||||
<td>Start the selection, hold down the Shift key and click where you need to end the selection.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3"><a id="textselection"></a>Selecting using the Keyboard</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select all</td>
|
||||
<td>Ctrl+A</td>
|
||||
<td>Select all the slides (in the slides list) or all the objects within the slide (in the slide editing area) or all the text (within the text box) - depending on where the mouse cursor is located.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select text fragment</td>
|
||||
<td>Shift+Arrow</td>
|
||||
<td>Select the text character by character.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select text from cursor to beginning of line</td>
|
||||
<td>Shift+Home</td>
|
||||
<td>Select a text fragment from the cursor to the beginning of the current line.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select text from cursor to end of line</td>
|
||||
<td>Shift+End</td>
|
||||
<td>Select a text fragment from the cursor to the end of the current line.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Text Styling</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bold</td>
|
||||
<td>Ctrl+B</td>
|
||||
<td>Make the font of the selected text fragment bold giving it more weight.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Italic</td>
|
||||
<td>Ctrl+I</td>
|
||||
<td>Make the font of the selected text fragment italicized giving it some right side tilt.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Underline</td>
|
||||
<td>Ctrl+U</td>
|
||||
<td>Make the selected text fragment underlined with the line going under the letters.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Subscript</td>
|
||||
<td>Ctrl+.(dot)</td>
|
||||
<td>Make the selected text fragment smaller and place it to the lower part of the text line, e.g. as in chemical formulas.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Superscript</td>
|
||||
<td>Ctrl+,(comma)</td>
|
||||
<td>Make the selected text fragment smaller and place it to the upper part of the text line, e.g. as in fractions.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bulleted list</td>
|
||||
<td>Ctrl+Shift+L</td>
|
||||
<td>Create an unordered bulleted list from the selected text fragment or start a new one.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Remove formatting</td>
|
||||
<td>Ctrl+Spacebar</td>
|
||||
<td>Remove formatting from the selected text fragment.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Increase font</td>
|
||||
<td>Ctrl+]</td>
|
||||
<td>Increase the size of the font for the selected text fragment 1 point.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Decrease font</td>
|
||||
<td>Ctrl+[</td>
|
||||
<td>Decrease the size of the font for the selected text fragment 1 point.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Align center/left</td>
|
||||
<td>Ctrl+E</td>
|
||||
<td>Switch a paragraph between centered and left-aligned.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Align justified/left</td>
|
||||
<td>Ctrl+J</td>
|
||||
<td>Switch a paragraph between justified and left-aligned.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Align right/left</td>
|
||||
<td>Ctrl+R</td>
|
||||
<td>Switch a paragraph between right-aligned and left-aligned.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Align left</td>
|
||||
<td>Ctrl+L</td>
|
||||
<td>Align left with the text lined up by the left side of the text box, the right side remains unaligned.</td>
|
||||
</tr>
|
||||
<!--<tr>
|
||||
<td>Increase indent</td>
|
||||
<td>Ctrl+M</td>
|
||||
<td>Indent a paragraph from the left incrementally.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Decrease indent</td>
|
||||
<td>Ctrl+Shift+M</td>
|
||||
<td>Remove a paragraph indent from the left incrementally.</td>
|
||||
</tr>-->
|
||||
</table>
|
||||
<p class="oOfficeFeatures"><sup id="footnote">*</sup>available for paid versions only</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>View Settings and Navigation Tools</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The description of view settings and navigation tools such as zoom, previous/next slide buttons" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>View Settings and Navigation Tools</h1>
|
||||
<p><b>Presentation Editor</b> offers several tools to help you view and navigate through your presentation: zoom, previous/next slide buttons, slide number indicator.</p>
|
||||
<h3>Adjust the View Settings</h3>
|
||||
<p>To adjust default view settings and set the most convenient mode to work with the presentation, click the <b>View Settings</b> <img alt="View Settings icon" src="../images/viewsettingsicon.png" /> icon at the upper left corner of the top toolbar and select which interface elements you want to be hidden or shown.
|
||||
You can select the following options from the <b>View Settings</b> drop-down list:
|
||||
</p>
|
||||
<ul>
|
||||
<li><b>View Compact Toolbar</b> - enables a compact toolbar mode that provides access to basic features. To view the default toolbar click this option once again.</li>
|
||||
<li><b>Hide Title Bar</b> - hides the topmost bar where the document name and the <b>Go to Documents</b> option are displayed. To show the hidden <b>Title Bar</b> click this option once again.</li>
|
||||
<li><b>Hide Status Bar</b> - hides the bottommost bar where the <b>Slide Number Indicator</b> and <b>Zoom</b> buttons are situated. To show the hidden <b>Status Bar</b> click this option once again.</li>
|
||||
<li><b>Hide Rulers</b> - hides rulers which are used to set up tab stops and paragraph indents within the text boxes. To show the hidden <b>Rulers</b> click this option once again.</li>
|
||||
</ul>
|
||||
<p>The right sidebar is minimized by default. To expand it, select any object/slide and click the icon of the currently activated tab on the right (click the icon once again to minimize the right sidebar). The left sidebar width is adjusted by simple drag-and-drop:
|
||||
move the mouse cursor over the left sidebar border so that it turns into the bidirectional arrow and drag the border to the left to reduce the sidebar width or to the right to extend it.</p>
|
||||
<h3>Use the Navigation Tools</h3>
|
||||
<p>To navigate through your presentation, use the following tools:</p>
|
||||
<p>The <b>Zoom</b> buttons are situated in the right lower corner and are used to zoom in and out the current presentation.
|
||||
To change the currently selected zoom value that is displayed in percent, click it and select one of the available zoom options from the list
|
||||
or use the <b>Zoom In</b> <img alt="Zoom In button" src="../images/zoomin.png" /> or <b>Zoom Out</b> <img alt="Zoom Out button" src="../images/zoomout.png" /> buttons.
|
||||
Click the <b>Fit Width</b> <img alt="Fit Width button" src="../images/fitwidth.png" /> icon to fit the slide width to the visible part of the working area.
|
||||
To fit the whole slide to the visible part of the working area, click the <b>Fit Slide</b> <img alt="Fit Slide button" src="../images/fitslide.png" /> icon.
|
||||
Zoom settings are also available in the <b>View Settings</b> <img alt="View Settings icon" src="../images/viewsettingsicon.png" /> drop-down list that can be useful if you decide to hide the <b>Status Bar</b>.</p>
|
||||
<p class="note"><b>Note</b>: you can set a default zoom value. Click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar, go to the <b>Advanced Settings...</b> section, choose the necessary <b>Default Zoom Value</b> from the list and click the <b>Apply</b> button.</p>
|
||||
<p>The <b>Previous Slide</b> <img alt="Previous Slide button" src="../images/previouspage.png" /> and <b>Next Slide</b> <img alt="Next Slide button" src="../images/nextpage.png" /> buttons are situated in the lower right corner under the scrollbar and used to go to the previous or next slide of the current presentation.</p>
|
||||
<p>The <b>Slide Number Indicator</b> shows the current slide as a part of all the slides in the current presentation (slide 'n' of 'nn').
|
||||
Click this caption to open the window where you can enter the slide number and quickly go to it. If you decide to hide the <b>Status Bar</b>, this tool will become inaccessible.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Search Function</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The description of the search function in Presentation Editor" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Search Function</h1>
|
||||
<p><b>To search</b> for the needed characters, words or phrases used in the currently edited presentation,
|
||||
click the <img alt="Search icon" src="../images/searchicon.png" /> icon situated at the left sidebar.</p>
|
||||
<p>The <b>Search</b> window will open:</p>
|
||||
<img alt="Search Window" src="../images/search_window.png" />
|
||||
<ol>
|
||||
<li>Type in your inquiry into the corresponding data entry field.</li>
|
||||
<li>Click one of the <b>arrow buttons</b> on the right.
|
||||
The search will be performed either towards the beginning of the presentation (if you click the <img alt="Left arrow button" src="../images/searchupbutton.png" /> button) or towards the end of the presentation (if you click the <img alt="Right arrow button" src="../images/searchdownbutton.png" /> button) from the current position.</li>
|
||||
</ol>
|
||||
<p>The first slide in the selected direction that contains the characters you entered will be highlighted in the slide list and displayed in the working area with the required characters outlined. If it is not the slide you are looking for, click the selected button again to find the next slide containing the characters you entered.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Supported Formats of Electronic Presentations</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The list of presentation formats supported by Presentation Editor" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Supported Formats of Electronic Presentation</h1>
|
||||
<p>Presentation is a set of slides that may include different type of content such as images, media files, text, effects etc.
|
||||
<b>Presentation Editor</b> handles the following presentation formats:</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td><b>Formats</b></td>
|
||||
<td><b>Description</b></td>
|
||||
<td>View</td>
|
||||
<td>Edit</td>
|
||||
<td>Download</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PPTX</td>
|
||||
<td>Office Open XML Presentation<br />Zipped, XML-based file format developed by Microsoft for representing spreadsheets, charts, presentations, and word processing documents</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PPT</td>
|
||||
<td>File format used by Microsoft PowerPoint</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ODP</td>
|
||||
<td>OpenDocument Presentation<br />File format that represents presentation document created by Impress application, which is a part of OpenOffice based office suites</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PDF</td>
|
||||
<td>Portable Document Format<br />File format used to represent documents in a manner independent of application software, hardware, and operating systems</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>+</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Add hyperlinks</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Add hyperlinks to a word or text fragment leading to an external website or to another slide in the same presentation" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Add hyperlinks</h1>
|
||||
<p>To add a hyperlink,</p>
|
||||
<ol>
|
||||
<li>place the cursor to a position within the text box where a hyperlink will be added,</li>
|
||||
<li>click the <b>Add Hyperlink</b> <img alt="Add Hyperlink icon" src="../images/addhyperlink.png" /> icon at the top toolbar,</li>
|
||||
<li>after that the <b>Hyperlink Settings</b> will appear where you can specify the hyperlink parameters:
|
||||
<ul>
|
||||
<li><b>Link Type</b> select a link type you wish to insert from the drop-down list:
|
||||
<ul>
|
||||
<li>Use the <b>External Link</b> option and enter a URL in the format http://www.example.com in the <b>Link to</b> field below if you need to add a hyperlink leading to an external website.
|
||||
<p><img alt="Hyperlink Settings window" src="../images/hyperlinkwindow.png" /></p>
|
||||
</li>
|
||||
<li>Use the <b>Slide In This Presentation</b> option and select one of the options below if you need to add a hyperlink leading to a certain slide in the same presentation. You can check one of the following radiobuttons: Next Slide, Previous Slide, First Slide, Last Slide, Slide with the specified number.
|
||||
<p><img alt="Hyperlink Settings window" src="../images/hyperlinkwindow2.png" /></p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Display</b> - enter a text that will get clickable and lead to the web address/slide specified in the upper field.</li>
|
||||
<li><b>ScreenTip text</b> - enter a text that will become visible in a small pop-up window that provides a brief note or label pertaining to the hyperlink being pointed to.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Click the <b>OK</b> button.</li>
|
||||
</ol>
|
||||
<p>To add a hyperlink, you can also click with the right mouse button at a position where a hyperlink will be added and select the <b>Hyperlink</b> option in the right-click menu or press the <b>Ctrl+K</b> key combination.</p>
|
||||
<p class="note"><b>Note</b>: it's also possible to select a caracter, word or word combination with the mouse or <a href="../HelpfulHints/KeyboardShortcuts.htm#textselection" onclick="onhyperlinkclick(this)">using the keyboard</a> and
|
||||
click the <b>Add Hyperlink</b> <img alt="Add Hyperlink icon" src="../images/addhyperlink.png" /> icon at the top toolbar or right-click the selection and choose the <b>Hyperlink</b> option in the menu.
|
||||
After that the window displayed above will open with the <b>Display</b> field filled with the text fragment you selected.</p>
|
||||
<p>By hovering the cursor over the added hyperlink, the ScreenTip will appear containing the text you specified.
|
||||
You can follow the link by pressing the <b>CTRL</b> key and clicking the link in your presentation.</p>
|
||||
<p>To edit or delete the added hyperlink, click it with the right mouse button, select the <b>Hyperlink</b> option in the right-click menu and then the action you want to perform - <b>Edit Hyperlink</b> or <b>Remove Hyperlink</b>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Align and arrange objects on a slide</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Align and arrange text boxes, autoshapes, images and charts on a slide." />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Align and arrange objects on a slide</h1>
|
||||
<p>The added <b>autoshapes, images, charts</b> or <b>text boxes</b> can be aligned, grouped, ordered, distributed horizontally and vertically on a slide. To perform any of these actions, first select a separate object or several objects in the slide editing area. To select several objects, hold down the <b>Ctrl</b> key and left-click the necessary objects. To select a text box, click on its border, not the text within it. After that you can use either the top toolbar icons described below or the analogous options from the right-click menu.</p>
|
||||
<p>To <b>align</b> the selected object(s), click the <b>Align Shape</b> <img alt="Align Shape icon" src="../images/alignshape.png" /> icon at the top toolbar and select the necessary alignment type from the list:</p>
|
||||
<ul>
|
||||
<li><b>Align Left</b> <img alt="Align Left icon" src="../images/alignobjectleft.png" /> - to line up the object(s) horizontally by the left side of the slide,</li>
|
||||
<li><b>Align Center</b> <img alt="Align Center icon" src="../images/alignobjectcenter.png" /> - to line up the object(s) horizontally by the center of the slide,</li>
|
||||
<li><b>Align Right</b> <img alt="Align Right icon" src="../images/alignobjectright.png" /> - to line up the object(s) horizontally by the right side of the slide,</li>
|
||||
<li><b>Align Top</b> <img alt="Align Top icon" src="../images/alignobjecttop.png" /> - to line up the object(s) vertically by the top side of the slide,</li>
|
||||
<li><b>Align Middle</b> <img alt="Align Middle icon" src="../images/alignobjectmiddle.png" /> - to line up the object(s) vertically by the middle of the slide,</li>
|
||||
<li><b>Align Bottom</b> <img alt="Align Bottom icon" src="../images/alignobjectbottom.png" /> - to line up the object(s) vertically by the bottom side of the slide.</li>
|
||||
</ul>
|
||||
<p>To <b>distribute</b> two or more selected objects horizontally or vertically<!--so that the equal distance appears between them-->, click the <b>Align Shape</b> <img alt="Align Shape icon" src="../images/alignshape.png" /> icon at the top toolbar and select the necessary distribution type from the list:</p>
|
||||
<ul>
|
||||
<li><b>Distribute Horizontally</b> <img alt="Distribute Horizontally icon" src="../images/distributehorizontally.png" /> - <!--to distribute objects evenly between the most left and most right objects on a slide-->to align the selected objects by their centers (from right to left edges) to the horizontal center of the slide</li>
|
||||
<li><b>Distribute Vertically</b> <img alt="Distribute Vertically icon" src="../images/distributevertically.png" /> - <!--to distribute objects evenly between the most top and most bottom objects on a slide-->to align the selected objects by their centers (from top to bottom edges) to the vertical center of the slide.</li>
|
||||
</ul>
|
||||
<p>To <b>arrange</b> the selected object(s) (i.e. to change their order when several objects overlap each other), click the <b>Arrange Shape</b> <img alt="Arrange Shape icon" src="../images/arrangeshape.png" /> icon at the top toolbar and select the necessary arrangement type from the list:</p>
|
||||
<ul>
|
||||
<li><b>Bring To Foreground</b> <img alt="Bring To Front icon" src="../images/bringtofront.png" /> - to move the object(s) in front of all other objects,</li>
|
||||
<li><b>Send To Background</b> <img alt="Send To Back icon" src="../images/sendtoback.png" /> - to move the object(s) behind all other objects,</li>
|
||||
<li><b>Move Forward</b> <img alt="Bring Forward icon" src="../images/bringforward.png" /> - to move the selected object(s) by one level forward as related to other objects.</li>
|
||||
<li><b>Move Backward</b> <img alt="Send Backward icon" src="../images/sendbackward.png" /> - to move the selected object(s) by one level backward as related to other objects.</li>
|
||||
</ul>
|
||||
<p>To <b>group</b> two or more selected objects or <b>ungroup</b> them, click the <b>Arrange Shape</b> <img alt="Arrange Shape icon" src="../images/arrangeshape.png" /> icon at the top toolbar and select the necessary option from the list:</p>
|
||||
<ul>
|
||||
<li><b>Group</b> <img alt="Group icon" src="../images/group.png" /> - to join several objects into a group so that they can be simultaneously rotated, moved, resized, aligned, arranged, copied, pasted, formatted like a single object.</li>
|
||||
<li><b>Ungroup</b> <img alt="Ungroup icon" src="../images/ungroup.png" /> - to ungroup the selected group of the previously joined objects.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Apply transitions</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Add animation effects between slides" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Apply transitions</h1>
|
||||
<p>A <b>transition</b> is an animation effect that appears between two slides when one slide advances to the next one during a demonstration. You can apply the same transition to all slides or apply different transitions to each separate slide and adjust the transition properties.</p>
|
||||
<p><b>To apply a transition to a single slide</b> or several selected slides:</p>
|
||||
<p><img class="floatleft"alt="Slide Settings tab" src="../images/slidesettingstab.png" /></p>
|
||||
<ol style="margin-left: 280px;">
|
||||
<li>Select the necessary slide (or several slides in the slide list) you want to apply a transition to. The <b>Slide Settings</b> tab will be activated on the right sidebar. To open it click the <b>Slide Settings</b> <img alt="Slide Settings icon" src="../images/slide_settings_icon.png" /> icon on the right.
|
||||
</li>
|
||||
<li>In the <b>Effect</b> drop-down list, select the transition you want to use.
|
||||
<p>The following transitions are available: Fade, Push, Wipe, Split, Uncover, Cover, Clock, Zoom.</p>
|
||||
</li>
|
||||
<li>In the drop-down list below, select one of the available effect options. They define exactly how the effect appears. For example, if the Zoom transition is selected, the Zoom In, Zoom Out and Zoom and Rotate options are available.</li>
|
||||
<li>Specify how long you want the transition to last. In the <b>Duration</b> box, enter or select the necessary time value, measured in seconds.</li>
|
||||
<li>Press the <b>Preview</b> button to view the slide with the applied transition in the slide editing area.</li>
|
||||
<li>Specify how long you want the slide to be displayed until it advances to another one:
|
||||
<ul>
|
||||
<li><b>Start on click</b> – check this box if you don't want to restrict the time while the selected slide is being displayed. The slide will advance to another one only when you click on it with the mouse.</li>
|
||||
<li><b>Delay</b> – use this option if you want the selected slide to be displayed for a specified time until it advances to the next one. Check this box and enter or select the necessary time value, measured in seconds.
|
||||
<p class="note"><b>Note</b>: if you check only the <b>Delay</b> box, the slides will advance automatically in a specified time interval. If you check both the <b>Start on click</b> and the <b>Delay</b> boxes and set the delay value, the slides will advance automatically as well, but you will also be able to click a slide to advance from it to the next.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
<p><b>To apply a transition to all the slides</b> in your presentation: perform the procedure described above and press the <b>Apply to All Slides</b> button.</p>
|
||||
<p><b>To delete a transition</b>: select the necessary slide and choose the <b>None</b> option in the <b>Effect</b> list.</p>
|
||||
<p><b>To delete all transitions</b>: select any slide, choose the <b>None</b> option in the <b>Effect</b> list and press the <b>Apply to All Slides</b> button.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Copy/clear formatting</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Copy/clear formatting within your presentation" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Copy/clear formatting</h1>
|
||||
<p>To copy a certain text formatting,</p>
|
||||
<ol>
|
||||
<li>select the text passage which formatting you need to copy with the mouse or <a href="../HelpfulHints/KeyboardShortcuts.htm#textselection" onclick="onhyperlinkclick(this)">using the keyboard</a>,</li>
|
||||
<li>click the <b>Copy Style</b> <img alt="Copy Style" src="../images/copystyle.png" /> icon at the top toolbar (the mouse pointer will look like this <img alt="Mouse pointer while pasting style" src="../images/paste_style.png" />),</li>
|
||||
<li>select the text passage you want to apply the same formatting to.</li>
|
||||
</ol>
|
||||
<p>To quickly remove the formatting that you have applied to a text passage,</p>
|
||||
<ol>
|
||||
<li>select the text passage which formatting you want to remove,</li>
|
||||
<li>click the <b>Clear Style</b> <img alt="Clear Style" src="../images/clearstyle.png" /> icon at the top toolbar.</li>
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Copy/paste data, undo/redo your actions</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Perform the basic operations with the presentation: copy, paste, undo, redo" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Copy/paste data, undo/redo your actions</h1>
|
||||
<p>To cut, copy and paste selected objects (slides, text passages, autoshapes) in the current presentation or undo/redo your actions use the corresponding options from the right-click menu, or keyboard shortcuts, or icons at the top toolbar:</p>
|
||||
<ul>
|
||||
<li><b>Cut</b> – select an object and use the <b>Cut</b> option from the right-click menu to delete the selection and send it to the computer clipboard memory. The cut data can be later inserted to another place in the same presentation.</li>
|
||||
<li><b>Copy</b> – select an object and use the <b>Copy</b> option from the right-click menu or the <b>Copy</b> <img alt="Copy icon" src="../images/copy.png" /> icon at the top toolbar to copy the selection to the computer clipboard memory. The copied object can be later inserted to another place in the same presentation.</li>
|
||||
<li><b>Paste</b> – find the place in your presentation where you need to paste the previously copied object and use the <b>Paste</b> option from the right-click menu or the <b>Paste</b> <img alt="Paste icon" src="../images/paste.png" /> icon at the top toolbar. The object will be inserted at the current cursor position. The object can be previously copied from the same presentation.</li>
|
||||
</ul>
|
||||
<p>To copy or paste data from/into another presentation or some other program use the following key combinations:</p>
|
||||
<ul>
|
||||
<li><b>Ctrl+C</b> key combination for copying;</li>
|
||||
<li><b>Ctrl+V</b> key combination for pasting;</li>
|
||||
<li><b>Ctrl+X</b> key combination for cutting.</li>
|
||||
</ul>
|
||||
<p>To perform the undo/redo operations, use the corresponding icons at the top toolbar or keyboard shortcuts:</p>
|
||||
<ul>
|
||||
<li><b>Undo</b> – use the <b>Undo</b> <img alt="Undo icon" src="../images/undo.png" /> icon to undo the last operation you performed.</li>
|
||||
<li>
|
||||
<b>Redo</b> – use the <b>Redo</b> <img alt="Redo icon" src="../images/redo.png" /> icon to redo the last undone operation.
|
||||
<p>You can also use the <b>Ctrl+Z</b> key combination for undoing or <b>Ctrl+Y</b> for redoing.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Create lists</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Create bulleted and numbered lists in the presentation" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Create lists</h1>
|
||||
<p>To create a list in your presentation,</p>
|
||||
<ol>
|
||||
<li>place the cursor to the position within the text box where a list will be started (this can be a new line or the already entered text),</li>
|
||||
<li>select the list type you would like to start:
|
||||
<ul>
|
||||
<li><b>Unordered list</b> with markers is created using the <b>Bullets</b> <img alt="Unordered List icon" src="../images/bullets.png" /> icon situated at the top toolbar</li>
|
||||
<li><b>Ordered list</b> with digits or letters is created using the <b>Numbering</b> <img alt="Ordered List icon" src="../images/numbering.png" /> icon situated at the top toolbar
|
||||
<p class="note"><b>Note</b>: click the downward arrow next to the <b>Bullets</b> or <b>Numbering</b> icon to select how the list is going to look like.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>now each time you press the <b>Enter</b> key at the end of the line a new ordered or unordered list item will appear. To stop that, press the <b>Backspace</b> key and continue with the common text paragraph.</li>
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,91 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Fill objects and select colors</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Fill the added objects with color, picture or texture, select colors for the slide background, autoshape fill and stroke, font." />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Fill objects and select colors</h1>
|
||||
<p>You can apply different fills for the slide, autoshape and Text Art font background.</p>
|
||||
<ol>
|
||||
<li>Select an object
|
||||
<ul>
|
||||
<li>To change the slide background fill, select the necessary slides in the slide list. The <img alt="Slide Settings Icon" src="../images/slide_settings_icon.png" /> <b>Slide Settings</b> tab will be activated at the the right sidebar.</li>
|
||||
<li>To change the autoshape fill, left-click the necessary autoshape. The <img alt="Shape Settings Icon" src="../images/shape_settings_icon.png" /> <b>Shape Settings</b> tab will be activated at the the right sidebar.</li>
|
||||
<li>To change the Text Art font fill, left-click the necessary text object. The <img alt="Text Art Settings Icon" src="../images/textart_settings_icon.png" /> <b>Text Art Settings</b> tab will be activated at the the right sidebar.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Set the necessary fill type</li>
|
||||
<li>Adjust the selected fill properties (see the detailed description below for each fill type)
|
||||
<p class="note"><b>Note</b>: for the autoshapes and Text Art font, regardless of the selected fill type, you can also set an <b>Opacity</b> level dragging the slider or entering the percent value manually. The default value is <b>100%</b>. It corresponds to the full opacity. The <b>0%</b> value corresponds to the full transparency.</p>
|
||||
</li>
|
||||
</ol>
|
||||
<p><b>The following fill types are available:</b></p>
|
||||
<ul>
|
||||
<li><b>Color Fill</b> - select this option to specify the solid color you want to fill the inner space of the selected shape/slide with.
|
||||
<p><img alt="Color Fill" src="../images/fill_color.png" /></p>
|
||||
<p>Click on the colored box below and select the necessary color from the available color sets or specify any color you like:</p>
|
||||
<p><img alt="Palettes" src="../images/palettes.png" /></p>
|
||||
<ul>
|
||||
<li><b>Theme Colors</b> - the colors that correspond to the selected theme/color scheme of the presentation. Once you apply a different theme or color scheme, the <b>Theme Colors</b> set will change.</li>
|
||||
<li><b>Standard Colors</b> - the default colors set.</li>
|
||||
<li><b>Custom Color</b> - click on this caption if there is no needed color in the available palettes. Select the necessary colors range moving the vertical color slider and set the specific color dragging the color picker within the large square color field. Once you select a color with the color picker, the appropriate RGB and sRGB color values will be displayed in the fields on the right. You can also specify a color on the base of the RGB color model entering the necessary numeric values into the <b>R</b>, <b>G</b>, <b>B</b> (Red, Green, Blue) fields or enter the sRGB hexadecimal code into the field marked with the <b>#</b> sign. The selected color appears in the <b>New</b> preview box. If the object was previously filled with any custom color, this color is displayed in the <b>Current</b> box so you can compare the original and modified colors. When the color is specified, click the <b>Add</b> button:
|
||||
<p><img alt="Palette - Custom Color" src="../images/palette_custom.png" /></p>
|
||||
<p>The custom color will be applied to your object and added to the <b>Custom color</b> palette of the menu.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="note"><b>Note</b>: just the same color types you can use when selecting the <b>color of the autoshape stroke</b>, adjusting the <b>font color</b>, or changing the <b>table background or border color</b>.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<ul>
|
||||
<li><b>Gradient Fill</b> - select this option to fill the slide/shape with two colors which smoothly change from one to another.
|
||||
<p><img class="floatleft"alt="Gradient Fill" src="../images/fill_gradient.png" /></p>
|
||||
<ul style="margin-left: 280px;">
|
||||
<li><b>Style</b> - choose one of the available options: <b>Linear</b> (colors change in a straight line i.e. along a horizontal/vertical axis or diagonally at a 45 degree angle) or <b>Radial</b> (colors change in a circular path from the center to the edges).</li>
|
||||
<li><b>Direction</b> - choose a template from the menu. If the <b>Linear</b> gradient is selected, the following directions are available : top-left to bottom-right, top to bottom, top-right to bottom-left, right to left, bottom-right to top-left, bottom to top, bottom-left to top-right, left to right. If the <b>Radial</b> gradient is selected, only one template is available.</li>
|
||||
<li><b>Gradient</b> - click on the left slider <img alt="Slider" src="../images/gradientslider.png" /> under the gradient bar to activate the color box which corresponds to the first color. Click on the color box on the right to choose the first color in the palette. Drag the slider to set the gradient stop i.e. the point where one color changes into another. Use the right slider under the gradient bar to specify the second color and set the gradient stop.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<ul>
|
||||
<li><b>Picture or Texture</b> - select this option to use an image or a predefined texture as the shape/slide background.
|
||||
<p><img class="floatleft"alt="Picture or Texture Fill" src="../images/fill_picture.png" /></p>
|
||||
<ul style="margin-left: 280px;">
|
||||
<li>If you wish to use an image as a backgroung for the shape/slide, you can add an image <b>From File</b> selecting it on your computer HDD or <b>From URL</b> inserting the appropriate URL address in the opened window.
|
||||
</li>
|
||||
<li>If you wish to use a texture as a backgroung for the shape/slide, drop-down the <b>From Texture</b> menu and select the necessary texture preset.
|
||||
<p>Currently, the following textures are available: Canvas, Carton, Dark Fabric, Grain, Granite, Grey Paper, Knit, Leather, Brown Paper, Papyrus, Wood.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<ul style="margin-left: 280px;">
|
||||
<li>In case the selected <b>Picture</b> has less or more dimensions than the autoshape or slide has, you can choose the <b>Stretch</b> or <b>Tile</b> setting from the drop-down list.
|
||||
<p>The <b>Stretch</b> option allows to adjust the image size to fit the slide or autoshape size so that it could fill the space completely.</p>
|
||||
<p>The <b>Tile</b> option allows to display only a part of the bigger image keeping its original dimensions, or repeat the smaller image keeping its original dimensions over the slide or autoshape surface so that it could fill the space completely.</p>
|
||||
<p class="note"><b>Note</b>: any selected <b>Texture</b> preset fills the space completely, but you can apply the <b>Stretch</b> effect if necessary.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<ul>
|
||||
<li><b>Pattern</b> - select this option to fill the slide/shape with a two-colored design composed of regularly repeated elements.
|
||||
<p><img class="floatleft"alt="Pattern Fill" src="../images/fill_pattern.png" /></p>
|
||||
<ul style="margin-left: 280px;">
|
||||
<li><b>Pattern</b> - select one of the predefined designs from the menu.</li>
|
||||
<li><b>Foreground color</b> - click this color box to change the color of the pattern elements.</li>
|
||||
<li><b>Background color</b> - click this color box to change the color of the pattern background.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<ul>
|
||||
<li><b>No Fill</b> - select this option if you don't want to use any fill.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,87 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Insert and format autoshapes</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Add an autoshape to your presentation and adjust its properties." />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Insert and format autoshapes</h1>
|
||||
<h3>Insert an autoshape</h3>
|
||||
<p>To <b>add</b> an autoshape on a slide,</p>
|
||||
<ol>
|
||||
<li>in the slide list on the left, select the slide you want to add the autoshape to,</li>
|
||||
<li>click the <b>Insert Autoshape</b> <img alt="Insert Autoshape icon" src="../images/insertautoshape.png" /> icon at the top toolbar,</li>
|
||||
<li>select one of the available autoshape groups: Basic Shapes, Figured Arrows, Math, Charts, Stars & Ribbons, Callouts, Buttons, Rectangles, Lines,</li>
|
||||
<li>click on the necessary autoshape within the selected group,</li>
|
||||
<li>in the slide editing area, place the mouse cursor where you want the shape to be put,
|
||||
<p class="note"><b>Note</b>: you can click and drag to stretch the shape.</p>
|
||||
</li>
|
||||
<li>once the autoshape is added you can <a href="../UsageInstructions/ManipulateObjects.htm" onclick="onhyperlinkclick(this)">change its size, position</a> and properties.
|
||||
<p class="note"><b>Note</b>: to add a caption within the autoshape make sure the shape is selected on the slide and start typing your text. The text you add in this way becomes a part of the autoshape (when you move or rotate the shape, the text moves or rotates with it).</p>
|
||||
</li>
|
||||
</ol>
|
||||
<hr />
|
||||
<h3>Adjust autoshape settings</h3>
|
||||
<p>Some of the autoshape settings can be altered using the <b>Shape Settings</b> tab of the right sidebar. To activate it click the autoshape and choose the <b>Shape Settings</b> <img alt="Shape Settings icon" src="../images/shape_settings_icon.png" /> icon on the right. Here you can change the following properties:</p>
|
||||
<p><img class="floatleft"alt="Shape Settings tab" src="../images/shapesettingstab.png" /></p>
|
||||
<ul style="margin-left: 280px;">
|
||||
<li><b>Fill</b> - use this section to select the autoshape fill. You can choose the following options:
|
||||
<ul>
|
||||
<li><b>Color Fill</b> - to specify the solid color you want to apply to the selected shape.</li>
|
||||
<li><b>Gradient Fill</b> - to fill the shape with two colors which smoothly change from one to another.</li>
|
||||
<li><b>Picture or Texture</b> - to use an image or a predefined texture as the shape background.</li>
|
||||
<li><b>Pattern</b> - to fill the shape with a two-colored design composed of regularly repeated elements.</li>
|
||||
<li><b>No Fill</b> - select this option if you don't want to use any fill.</li>
|
||||
</ul>
|
||||
<p>For more detailed information on these options please refer to the <a href="../UsageInstructions/FillObjectsSelectColor.htm" onclick="onhyperlinkclick(this)">Fill objects and select colors</a> section.</p>
|
||||
</li>
|
||||
<li id="shapestroke"><b>Stroke</b> - use this section to change the autoshape stroke width, color or type.
|
||||
<ul>
|
||||
<li>To change the stroke <b>width</b>, select one of the available options from the <b>Size</b> drop-down list. The available options are: 0.5 pt, 1 pt, 1.5 pt, 2.25 pt, 3 pt, 4.5 pt, 6 pt. Or select the <b>No Line</b> option if you don't want to use any stroke.</li>
|
||||
<li>To change the stroke <b>color</b>, click on the colored box below and <a href="../UsageInstructions/FillObjectsSelectColor.htm" onclick="onhyperlinkclick(this)">select the necessary color</a>. You can use the selected <b>theme color</b>, a <b>standard color</b> or choose a <b>custom color</b>.</li>
|
||||
<li>To change the stroke <b>type</b>, select the necessary option from the corresponding dropdown list (a solid line is applied by default, you can change it to one of the available dashed lines).</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p>To change the <b>advanced settings</b> of the autoshape, right-click the shape and select the <b>Shape Advanced Settings</b> option from the contextual menu or left-click it and press the <b>Show advanced settings</b> link at the right sidebar. The shape properties window will be opened:</p>
|
||||
<p><img alt="Shape Properties - Size tab" src="../images/shape_properties1.png" /></p>
|
||||
<p>The <b>Size</b> tab allows to change the autoshape <b>Width</b> and/or <b>Height</b>. If the <b>Constant Proportions</b> <img alt="Constant Proportions icon" src="../images/constantproportions.png" /> button is clicked (in this case it looks like this <img alt="Constant Proportions icon activated" src="../images/constantproportionsactivated.png" />), the width and height will be changed together preserving the original autoshape aspect ratio.</p>
|
||||
<p><img alt="Shape Properties - Weights & Arrows tab" src="../images/shape_properties.png" /></p>
|
||||
<p>The <b>Weights & Arrows</b> tab contains the following parameters:</p>
|
||||
<ul>
|
||||
<li><b>Line Style</b> - this option group allows to specify the following parameters:
|
||||
<ul>
|
||||
<li><b>Cap Type</b> - this option allows to set the style for the end of the line, therefore it can be applied only to the shapes with the open outline, such as lines, polylines etc.:
|
||||
<ul>
|
||||
<li><b>Flat</b> - the end points will be flat.</li>
|
||||
<li><b>Round</b> - the end points will be rounded.</li>
|
||||
<li><b>Square</b> - the end points will be square.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Join Type</b> - this option allows to set the style for the intersection of two lines, for example, it can affect a polyline or the corners of the triangle or rectangle outline:
|
||||
<ul>
|
||||
<li><b>Round</b> - the corner will be rounded.</li>
|
||||
<li><b>Bevel</b> - the corner will be cut off angularly.</li>
|
||||
<li><b>Miter</b> - the corner will be pointed. It goes well to shapes with sharp angles.</li>
|
||||
</ul>
|
||||
<p class="note"><b>Note</b>: the effect will be more noticeable if you use a large outline width.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Arrows</b> - this option group is available if a shape from the <b>Lines</b> shape group is selected. It allows to set the arrow <b>Start</b> and <b>End Style</b> and <b>Size</b> by selecting the appropriate option from the drop-down lists.</li>
|
||||
</ul>
|
||||
<p><img alt="Shape Properties - Text Padding tab" src="../images/shape_properties3.png" /></p>
|
||||
<p><a id="internalmargins"></a>The <b>Text Padding</b> tab allows to change the autoshape <b>Top</b>, <b>Bottom</b>, <b>Left</b> and <b>Right</b> internal margins (i.e. the distance between the text within the shape and the autoshape borders).</p>
|
||||
<p class="note"><b>Note</b>: this tab is only available if text is added within the autoshape, otherwise the tab is disabled.</p>
|
||||
<hr />
|
||||
<p>To <b>replace</b> the added autoshape, left-click it and use the <b>Change Autoshape</b> drop-down list at the <b>Shape Settings</b> tab of the right sidebar.</p>
|
||||
<p>To <b>delete</b> the added autoshape, left-click it and press the <b>Delete</b> key on the keyboard.</p>
|
||||
<p>To learn how to <b>align</b> an autoshape on the slide or <b>arrange</b> several autoshapes, refer to the <a href="../UsageInstructions/AlignArrangeObjects.htm" onclick="onhyperlinkclick(this)">Align and arrange objects on a slide</a> section.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,196 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Insert and edit charts</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Add a chart to your presentation and adjust its properties" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Insert and edit charts</h1>
|
||||
<h3>Insert a chart</h3>
|
||||
<p><b>To insert a chart</b> into your presentation,</p>
|
||||
<ol>
|
||||
<li>put the cursor at the place where you want to add a chart,</li>
|
||||
<li>click the <b>Insert Chart</b> <img alt="Insert Chart icon" src="../images/insertchart.png" /> icon at the top toolbar,</li>
|
||||
<li>select the needed chart type from the available ones - Column, Line, Pie, Bar, Area, XY (Scatter), Stock,
|
||||
<p class="note"><b>Note</b>: for <b>Column</b>, <b>Line</b>, <b>Pie</b>, or <b>Bar</b> charts, a 3D format is also available.</p>
|
||||
</li>
|
||||
<li>
|
||||
after that the <b>Chart Editor</b> window will appear where you can enter the necessary data into the cells using the following controls:
|
||||
<ul>
|
||||
<li><img alt="Copy" src="../images/copy.png" /> and <img alt="Paste" src="../images/paste.png" /> for copying and pasting the copied data</li>
|
||||
<li><img alt="Undo" src="../images/undo.png" /> and <img alt="Redo" src="../images/redo.png" /> for undoing and redoing actions</li>
|
||||
<li><img alt="Insert function" src="../images/insertfunction.png" /> for inserting a function</li>
|
||||
<li><img alt="Decrease decimal" src="../images/decreasedec.png" /> and <img alt="Increase decimal" src="../images/increasedec.png" /> for decreasing and increasing decimal places</li>
|
||||
<li><img alt="Number format" src="../images/numberformat.png" /> for changing the number format, i.e. the way the numbers you enter appear in cells</li>
|
||||
</ul>
|
||||
<p><img alt="Chart Editor window" src="../images/charteditor.png" /></p>
|
||||
</li>
|
||||
<li>
|
||||
change the chart settings clicking the <b>Edit Chart</b> button situated in the <b>Chart Editor</b> window. The <b>Chart - Advanced Settings</b> window will open.
|
||||
<p><img alt="Chart Settings window" src="../images/chartsettings.png" /></p>
|
||||
<p>The <b>Type & Data</b> tab allows you to select the chart type as well as the data you wish to use to create a chart.</p>
|
||||
<ul>
|
||||
<li>Select a chart <b>Type</b> you wish to insert: Column, Line, Pie, Bar, Area, XY (Scatter), Stock.</li>
|
||||
<li>Check the selected <b>Data Range</b> and modify it, if necessary, clicking the <b>Select Data</b> button and entering the desired data range in the following format: <em>Sheet1!A1:B4</em>.</li>
|
||||
<li>Choose the way to arrange the data. You can either select the <b>Data series</b> to be used on the X axis: <b>in rows</b> or <b>in columns</b>.</li>
|
||||
</ul>
|
||||
<p><img alt="Chart Settings window" src="../images/chartsettings2.png" /></p>
|
||||
<p>The <b>Layout</b> tab allows you to change the layout of chart elements.</p>
|
||||
<ul>
|
||||
<li>
|
||||
Specify the <b>Chart Title</b> position in regard to your chart selecting the necessary option from the drop-down list:
|
||||
<ul>
|
||||
<li><b>None</b> to not display a chart title,</li>
|
||||
<li><b>Overlay</b> to overlay and center a title on the plot area,</li>
|
||||
<li><b>No Overlay</b> to display the title above the plot area.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Specify the <b>Legend</b> position in regard to your chart selecting the necessary option from the drop-down list:
|
||||
<ul>
|
||||
<li><b>None</b> to not display a legend,</li>
|
||||
<li><b>Bottom</b> to display the legend and align it to the bottom of the plot area,</li>
|
||||
<li><b>Top</b> to display the legend and align it to the top of the plot area,</li>
|
||||
<li><b>Right</b> to display the legend and align it to the right of the plot area,</li>
|
||||
<li><b>Left</b> to display the legend and align it to the left of the plot area,</li>
|
||||
<li><b>Left Overlay</b> to overlay and center the legend to the left on the plot area,</li>
|
||||
<li><b>Right Overlay</b> to overlay and center the legend to the right on the plot area.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Specify the <b>Data Labels</b> (i.e. text labels that represent exact values of data points) parameters:<br />
|
||||
<ul>
|
||||
<li>specify the <b>Data Labels</b> position relative to the data points selecting the necessary option from the drop-down list. The available options vary depending on the selected chart type.
|
||||
<ul>
|
||||
<li>For <b>Column/Bar</b> charts, you can choose the following options: <b>None</b>, <b>Center</b>, <b>Inner Bottom</b>, <b>Inner Top</b>, <b>Outer Top</b>.</li>
|
||||
<li>For <b>Line/XY (Scatter)/Stock</b> charts, you can choose the following options: <b>None</b>, <b>Center</b>, <b>Left</b>, <b>Right</b>, <b>Top</b>, <b>Bottom</b>.</li>
|
||||
<li>For <b>Pie</b> charts, you can choose the following options: <b>None</b>, <b>Center</b>, <b>Fit to Width</b>, <b>Inner Top</b>, <b>Outer Top</b>.</li>
|
||||
<li>For <b>Area</b> charts as well as for <b>3D</b> <b>Column</b>, <b>Line</b> and <b>Bar</b> charts, you can choose the following options: <b>None</b>, <b>Center</b>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>select the data you wish to include into your labels checking the corresponding boxes: <b>Series Name</b>, <b>Category Name</b>, <b>Value</b>,</li>
|
||||
<li>enter a character (comma, semicolon etc.) you wish to use for separating several labels into the <b>Data Labels Separator</b> entry field.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Lines</b> - is used to choose a line style for <b>Line/XY (Scatter) charts</b>. You can choose one of the following options: <b>Straight</b> to use straight lines between data points, <b>Smooth</b> to use smooth curves between data points, or <b>None</b> to not display lines.</li>
|
||||
<li>
|
||||
<b>Markers</b> - is used to specify whether the markers should be displayed (if the box is checked) or not (if the box is unchecked) for <b>Line/XY (Scatter) charts</b>.
|
||||
<p class="note"><b>Note</b>: the <b>Lines</b> and <b>Markers</b> options are available for <b>Line charts</b> and <b>XY (Scatter) charts</b> only.</p>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Axis Settings</b> section allows to specify if you wish to display <b>Horizontal/Vertical Axis</b> or not selecting the <b>Show</b> or <b>Hide</b> option from the drop-down list. You can also specify <b>Horizontal/Vertical Axis Title</b> parameters:
|
||||
<ul>
|
||||
<li>
|
||||
Specify if you wish to display the <b>Horizontal Axis Title</b> or not selecting the necessary option from the drop-down list:
|
||||
<ul>
|
||||
<li><b>None</b> to not display a horizontal axis title,</li>
|
||||
<li><b>No Overlay</b> to display the title below the horizontal axis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Specify the <b>Vertical Axis Title</b> orientation selecting the necessary option from the drop-down list:
|
||||
<ul>
|
||||
<li><b>None</b> to not display a vertical axis title,</li>
|
||||
<li><b>Rotated</b> to display the title from bottom to top to the left of the vertical axis,</li>
|
||||
<li><b>Horizontal</b> to display the title horizontally to the left of the vertical axis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Gridlines</b> section allows to specify which of the <b>Horizontal/Vertical Gridlines</b> you wish to display selecting the necessary option from the drop-down list: <b>Major</b>, <b>Minor</b>, or <b>Major and Minor</b>. You can hide the gridlines at all using the <b>None</b> option.
|
||||
<p class="note"><b>Note</b>: the <b>Axis Settings</b> and <b>Gridlines</b> sections will be disabled for <b>Pie charts</b> since charts of this type have no axes and gridlines.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p><img alt="Chart Settings window" src="../images/chartsettings3.png" /></p>
|
||||
<p class="note"><b>Note</b>: the <b>Vertical/Horizontal Axis</b> tabs will be disabled for <b>Pie charts</b> since charts of this type have no axes.</p>
|
||||
<p>The <b>Vertical Axis</b> tab allows you to change the parameters of the vertical axis also referred to as the values axis or y-axis which displays numeric values. Note that the vertical axis will be the category axis which displays text labels for the <b>Bar charts</b>, therefore in this case the <b>Vertical Axis</b> tab options will correspond to the ones described in the next section. For the <b>XY (Scatter) charts</b>, both axes are value axes.</p>
|
||||
<ul>
|
||||
<li>
|
||||
The <b>Axis Options</b> section allows to set the following parameters:
|
||||
<ul>
|
||||
<li><b>Minimum Value</b> - is used to specify a lowest value displayed at the vertical axis start. The <b>Auto</b> option is selected by default, in this case the minimum value is calculated automatically depending on the selected data range. You can select the <b>Fixed</b> option from the drop-down list and specify a different value in the entry field on the right.</li>
|
||||
<li><b>Maximum Value</b> - is used to specify a highest value displayed at the vertical axis end. The <b>Auto</b> option is selected by default, in this case the maximum value is calculated automatically depending on the selected data range. You can select the <b>Fixed</b> option from the drop-down list and specify a different value in the entry field on the right.</li>
|
||||
<li><b>Axis Crosses</b> - is used to specify a point on the vertical axis where the horizontal axis should cross it. The <b>Auto</b> option is selected by default, in this case the axes intersection point value is calculated automatically depending on the selected data range. You can select the <b>Value</b> option from the drop-down list and specify a different value in the entry field on the right, or set the axes intersection point at the <b>Minimum/Maximum Value</b> on the vertical axis.</li>
|
||||
<li><b>Display Units</b> - is used to determine a representation of the numeric values along the vertical axis. This option can be useful if you're working with great numbers and wish the values on the axis to be displayed in more compact and readable way (e.g. you can represent 50 000 as 50 by using the <b>Thousands</b> display units). Select desired units from the drop-down list: <b>Hundreds</b>, <b>Thousands</b>, <b>10 000</b>, <b>100 000</b>, <b>Millions</b>, <b>10 000 000</b>, <b>100 000 000</b>, <b>Billions</b>, <b>Trillions</b>, or choose the <b>None</b> option to return to the default units.</li>
|
||||
<li><b>Values in reverse order</b> - is used to display values in an opposite direction. When the box is unchecked, the lowest value is at the bottom and the highest value is at the top of the axis. When the box is checked, the values are ordered from top to bottom.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Tick Options</b> section allows to adjust the appearance of tick marks on the vertical scale. Major tick marks are the larger scale divisions which can have labels displaying numeric values. Minor tick marks are the scale subdivisions which are placed between the major tick marks and have no labels. Tick marks also define where gridlines can be displayed, if the corresponding option is set at the <b>Layout</b> tab. The <b>Major/Minor Type</b> drop-down lists contain the following placement options:
|
||||
<ul>
|
||||
<li><b>None</b> to not display major/minor tick marks,</li>
|
||||
<li><b>Cross</b> to display major/minor tick marks on both sides of the axis,</li>
|
||||
<li><b>In</b> to display major/minor tick marks inside the axis,</li>
|
||||
<li><b>Out</b> to display major/minor tick marks outside the axis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Label Options</b> section allows to adjust the appearance of major tick mark labels which display values. To specify a <b>Label Position</b> in regard to the vertical axis, select the necessary option from the drop-down list:
|
||||
<ul>
|
||||
<li><b>None</b> to not display tick mark labels,</li>
|
||||
<li><b>Low</b> to display tick mark labels to the left of the plot area,</li>
|
||||
<li><b>High</b> to display tick mark labels to the right of the plot area,</li>
|
||||
<li><b>Next to axis</b> to display tick mark labels next to the axis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p><img alt="Chart Settings window" src="../images/chartsettings4.png" /></p>
|
||||
<p>The <b>Horizontal Axis</b> tab allows you to change the parameters of the horizontal axis also referred to as the categories axis or x-axis which displays text labels. Note that the horizontal axis will be the value axis which displays numeric values for the <b>Bar charts</b>, therefore in this case the <b>Horizontal Axis</b> tab options will correspond to the ones described in the previous section. For the <b>XY (Scatter) charts</b>, both axes are value axes.</p>
|
||||
<ul>
|
||||
<li>
|
||||
The <b>Axis Options</b> section allows to set the following parameters:
|
||||
<ul>
|
||||
<li><b>Axis Crosses</b> - is used to specify a point on the horizontal axis where the vertical axis should cross it. The <b>Auto</b> option is selected by default, in this case the axes intersection point value is calculated automatically depending on the selected data range. You can select the <b>Value</b> option from the drop-down list and specify a different value in the entry field on the right, or set the axes intersection point at the <b>Minimum/Maximum Value</b> (that corresponds to the first and last category) on the horizontal axis.</li>
|
||||
<li><b>Axis Position</b> - is used to specify where the axis text labels should be placed: <b>On Tick Marks</b> or <b>Between Tick Marks</b>.</li>
|
||||
<li><b>Values in reverse order</b> - is used to display categories in an opposite direction. When the box is unchecked, categories are displayed from left to right. When the box is checked, the categories are ordered from right to left.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Tick Options</b> section allows to adjust the appearance of tick marks on the horizontal scale. Major tick marks are the larger divisions which can have labels displaying category values. Minor tick marks are the smaller divisions which are placed between the major tick marks and have no labels. Tick marks also define where gridlines can be displayed, if the corresponding option is set at the <b>Layout</b> tab. You can adjust the following tick mark parameters:
|
||||
<ul>
|
||||
<li><b>Major/Minor Type</b> - is used to specify the following placement options: <b>None</b> to not display major/minor tick marks, <b>Cross</b> to display major/minor tick marks on both sides of the axis, <b>In</b> to display major/minor tick marks inside the axis, <b>Out</b> to display major/minor tick marks outside the axis.</li>
|
||||
<li><b>Interval between Marks</b> - is used to specify how many categories should be displayed between two adjacent tick marks.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Label Options</b> section allows to adjust the appearance of labels which display categories.
|
||||
<ul>
|
||||
<li><b>Label Position</b> - is used to specify where the labels should be placed in regard to the horizontal axis. Select the necessary option from the drop-down list: <b>None</b> to not display category labels, <b>Low</b> to display category labels at the bottom of the plot area, <b>High</b> to display category labels at the top of the plot area, <b>Next to axis</b> to display category labels next to the axis.</li>
|
||||
<li><b>Axis Label Distance</b> - is used to specify how closely the labels should be placed to the axis. You can specify the necessary value in the entry field. The more the value you set, the more the distance between the axis and labels is.</li>
|
||||
<li><b>Interval between Labels</b> - is used to specify how often the labels should be displayed. The <b>Auto</b> option is selected by default, in this case labels are displayed for every category. You can select the <b>Manual</b> option from the drop-down list and specify the necessary value in the entry field on the right. For example, enter 2 to display labels for every other category etc.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>once the chart is added you can also <a href="../UsageInstructions/ManipulateObjects.htm" onclick="onhyperlinkclick(this)">change its size and position</a>.
|
||||
<p>You can specify the <a href="../UsageInstructions/ManipulateObjects.htm" onclick="onhyperlinkclick(this)">chart position</a> on the slide dragging it vertically or horizontally.</p>
|
||||
</li>
|
||||
</ol>
|
||||
<hr />
|
||||
<h3>Edit chart elements</h3>
|
||||
<p>To edit the chart <b>Title</b>, select the default text with the mouse and type in your own one instead.</p>
|
||||
<p>To change the font formatting within text elements, such as the chart title, axes titles, legend entries, data labels etc., select the necessary text element by left-clicking it. Then use icons on the top toolbar to change the font <a href="../UsageInstructions/InsertText.htm#formatfont" onclick="onhyperlinkclick(this)">type, style, size, or color</a>.</p>
|
||||
<p>To delete a chart element, select it by left-clicking and press the <b>Delete</b> key on the keyboard.</p>
|
||||
<p>You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button until a blue dashed box appears. Drag the cursor without releasing the mouse button to change the 3D chart orientation.</p>
|
||||
<p><img alt="3D chart" src="../images/3dchart.png" /></p>
|
||||
<hr />
|
||||
<h3>Adjust chart settings</h3>
|
||||
<img class="floatleft"alt="Chart tab" src="../images/charttab.png" />
|
||||
<p>The chart size, type and style as well as data used to create the chart can be altered using the right sidebar. To activate it click the chart and choose the <b>Chart Settings</b> <img alt="Chart Settings icon" src="../images/chart_settings_icon.png" /> icon on the right.</p>
|
||||
<p>The <b>Size</b> section allows you to change the chart width and/or height. If the <b>Constant Proportions</b> <img alt="Constant Proportions icon" src="../images/constantproportions.png" /> button is clicked (in this case it looks like this <img alt="Constant Proportions icon activated" src="../images/constantproportionsactivated.png" />), the width and height will be changed together preserving the original chart aspect ratio.</p>
|
||||
<p>The <b>Change Chart Type</b> section allows you to change the selected chart type and/or style using the corresponding drop-down menu. </p>
|
||||
<p>To select the necessary chart <b>Style</b>, use the second drop-down menu in the <b>Change Chart Type</b> section.</p>
|
||||
<p>The <b>Edit Data</b> button allows you to open the <b>Chart Editor</b> window and start editing data as described above.</p>
|
||||
<p class="note"><b>Note</b>: to quickly open the 'Chart Editor' window you can also double-click the chart on the slide.</p>
|
||||
<p>When the chart is selected, the <b>Shape Settings</b> <img alt="Shape Settings icon" src="../images/shape_settings_icon.png" /> icon is also available on the right, since a shape is used as a background for the chart. You can click this icon to open the <a href="InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">Shape Settings</a> tab at the right sidebar and adjust the shape <b>Fill</b> and <b>Stroke</b>. Note that you cannot change the shape type.</p>
|
||||
<hr />
|
||||
<p>To <b>delete</b> the inserted chart, left-click it and press the <b>Delete</b> key on the keyboard.</p>
|
||||
<p>To learn how to <b>align</b> a chart on the slide or <b>arrange</b> several objects, refer to the <a href="../UsageInstructions/AlignArrangeObjects.htm" onclick="onhyperlinkclick(this)">Align and arrange objects on a slide</a> section.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,88 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Insert equations</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Insert equations and mathematical symbols." />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Insert equations</h1>
|
||||
<p><b>Presentation Editor</b> allows you to build equations using the built-in templates, edit them, insert special characters (including mathematical operators, Greek letters, accents etc.).</p>
|
||||
<h3>Add a new equation</h3>
|
||||
<p>To insert an equation from the gallery,</p>
|
||||
<ol>
|
||||
<li>click the arrow next to the <b>Insert Equation</b> <img alt="Insert Equation icon" src="../images/insertequationicon.png" /> icon at the top toolbar,</li>
|
||||
<li>in the opened drop-down list select the equation category you need. The following categories are currently available: <em>Symbols</em>, <em>Fractions</em>, <em>Scripts</em>, <em>Radicals</em>, <em>Integrals</em>, <em>Large Operators</em>, <em>Brackets</em>, <em>Functions</em>, <em>Accents</em>, <em>Limits and Logarithms</em>, <em>Operators</em>, <em>Matrices</em>,</li>
|
||||
<li>click the certain symbol/equation in the corresponding set of templates.</li>
|
||||
</ol>
|
||||
<p>The selected symbol/equation box will be inserted in the center of the current slide.</p>
|
||||
<img alt="Inserted Equation" src="../images/insertedequation.png" />
|
||||
<p>If you do not see the equation box border, click anywhere within the equation - the border will be displayed as a dashed line. The equation box can be freely <b>moved, resized or rotated</b> on the slide. To do that click on the equation box border (it will be displayed as a solid line) and use <a href="ManipulateObjects.htm" onclick="onhyperlinkclick(this)">corresponding handles</a>.</p>
|
||||
<img alt="Selected Equation" src="../images/selectedequation.png" />
|
||||
<p>Each equation template represents a set of slots. Slot is a position for each element that makes up the equation. An empty slot (also called as a placeholder) has a dotted outline <img alt="Equation Placeholder" src="../images/equationplaceholder.png" />. You need to fill in all the placeholders specifying the necessary values.</p>
|
||||
<h3>Enter values</h3>
|
||||
<p>The <b>insertion point</b> specifies where the next character you enter will appear. To position the insertion point precisely, click within a placeholder and use the keyboard arrows to move the insertion point by one character left/right.</p>
|
||||
<img alt="Edited Equation" src="../images/newslot.png" />
|
||||
<p>Once the insertion point is positioned, you can fill in the placeholder:
|
||||
<ul>
|
||||
<li>enter the desired numeric/literal value using the keyboard,</li>
|
||||
<li>insert a special character using the <b>Symbols</b> palette from the <b>Insert Equation</b> <img alt="Insert Equation icon" src="../images/insertequationicon.png" /> menu on the top toolbar,</li>
|
||||
<li>add another equation template from the palette to create a complex nested equation. The size of the primary equation will be automatically adjusted to fit its content. The size of the nested equation elements depends on the primary equation placeholder size, but it cannot be smaller than the sub-subscript size.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p><img alt="Edited Equation" src="../images/nestedfraction.png" /></p>
|
||||
<p>To add some new equation elements you can also use the <b>right-click menu options</b>:</p>
|
||||
<ul>
|
||||
<li>To add a new argument that goes before or after the existing one within <em>Brackets</em>, you can right-click on the existing argument and select the <b>Insert argument before/after</b> option from the menu.</li>
|
||||
<li>To add a new equation within <em>Cases</em> with several conditions from the <em>Brackets</em> group, you can right-click on an empty placeholder or entered equation within it and select the <b>Insert equation before/after</b> option from the menu.</li>
|
||||
<li>To add a new row or a column in a <em>Matrix</em>, you can right-click on a placeholder within it, select the <b>Insert</b> option from the menu, then select <b>Row Above/Below</b> or <b>Column Left/Right</b>.</li>
|
||||
</ul>
|
||||
<p class="note"><b>Note</b>: currently, equations cannot be entered using the linear format, i.e. <b>\sqrt(4&x^3)</b>.</p>
|
||||
<p>When entering the values of the mathematical expressions, you do not need to use <b>Spacebar</b> as the spaces between the characters and signs of operations are set automatically.</p>
|
||||
<p>If the equation is too long and does not fit to a single line within the text box, automatic line breaking occurs as you type. You can also insert a line break in a specific position by right-clicking on a mathematical operator and selecting the <b>Insert manual break</b> option from the menu. The selected operator will start a new line. To delete the added manual line break, right-click on the mathematical operator that starts a new line and select the <b>Delete manual break</b> option.</p>
|
||||
<h3>Format equations</h3>
|
||||
<p>By default, the equation within the text box is horizontally centered and vertically aligned to the top of the text box. To change its horizontal/vertical alignment, put the cursor within the the equation box (the text box borders will be displayed as dashed lines) and use the <a href="../UsageInstructions/InsertText.htm#formattext" onclick="onhyperlinkclick(this)">corresponding icons</a> at the top toolbar.</p>
|
||||
<p>To increase or decrease the equation <b>font size</b>, click anywhere within the equation box and select the necessary font size from the list on the top toolbar. All the equation elements will change correspondingly.</p>
|
||||
<p>The letters within the equation are italicized by default. If necessary, you can change the <b>font style</b> (<em>bold, italic, strikeout</em>) or <b>color</b> for a whole equation or its part. The <em>underlined</em> style can be applied to the entire equation only, not to individual characters. Select the necessary part of the equation by clicking and dragging. The selected part will be highlighted blue. Then use the necessary buttons on the top toolbar to format the selection. For example, you can remove the italic format for ordinary words that are not variables or constants.</p>
|
||||
<img alt="Edited Equation" src="../images/formatastext.png" />
|
||||
<p>To modify some equation elements you can also use the <b>right-click menu options</b>:</p>
|
||||
<ul><li>To change the <em>Fractions</em> format, you can right-click on a fraction and select the <b>Change to skewed/linear/stacked fraction</b> option from the menu (the available options differ depending on the selected fraction type). <!--The <b>Remove/Add fraction bar</b> option is also available for stacked fractions.--></li>
|
||||
<li>To change the <em>Scripts</em> position relating to text, you can right-click on the equation that includes scripts and select the <b>Scripts before/after text</b> option from the menu.</li>
|
||||
<li>To change the argument size for <em>Scripts, Radicals, Integrals, Large Operators, Limits and Logarithms, Operators</em> as well as for overbraces/underbraces and templates with grouping characters from the <em>Accents</em> group, you can right-click on the argument you want to change and select the <b>Increase/Decrease argument size</b> option from the menu.</li>
|
||||
<li>To specify whether an empty degree placeholder should be displayed or not for a <em>Radical</em>, you can right-click on the radical and select the <b>Hide/Show degree</b> option from the menu.</li>
|
||||
<li>To specify whether an empty limit placeholder should be displayed or not for an <em>Integral</em> or <em>Large Operator</em>, you can right-click on the equation and select the <b>Hide/Show top/bottom limit</b> option from the menu.</li>
|
||||
<li>To change the limits position relating to the integral or operator sign for <em>Integrals</em> or <em>Large Operators</em>, you can right-click on the equation and select the <b>Change limits location</b> option from the menu. The limits can be displayed to the right of the operator sign (as subscripts and superscripts) or directly above and below the operator sign.</li>
|
||||
<li>To change the limits position relating to text for <em>Limits and Logarithms</em> and templates with grouping characters from the <em>Accents</em> group, you can right-click on the equation and select the <b>Limit over/under text</b> option from the menu.</li>
|
||||
<li>To choose which of the <em>Brackets</em> should be displayed, you can right-click on the expression within them and select the <b>Hide/Show opening/closing bracket</b> option from the menu.</li>
|
||||
<li>To control the <em>Brackets</em> size, you can right-click on the expression within them. The <b>Stretch brackets</b> option is selected by default so that the brackets can grow according to the expression within them, but you can deselect this option to prevent brackets from stretching. When this option is activated, you can also use the <b>Match brackets to argument height</b> option.</li>
|
||||
<li>To change the character position relating to text for overbraces/underbraces or overbars/underbars from the <em>Accents</em> group, you can right-click on the template and select the <b>Char/Bar over/under text</b> option from the menu.</li>
|
||||
<li>To choose which borders should be displayed for a <em>Boxed formula</em> from the <em>Accents</em> group, you can right-click on the equation and select the <b>Border properties</b> option from the menu, then select <b>Hide/Show top/bottom/left/right border</b> or <b>Add/Hide horizontal/vertical/diagonal line</b>.</li>
|
||||
<li>To specify whether empty placeholders should be displayed or not for a <em>Matrix</em>, you can right-click on it and select the <b>Hide/Show placeholder</b> option from the menu.</li>
|
||||
</ul>
|
||||
<p>To align some equation elements you can use the <b>right-click menu options</b>:</p>
|
||||
<ul>
|
||||
<li>To align equations within <em>Cases</em> with several conditions from the <em>Brackets</em> group, you can right-click on an equation, select the <b>Alignment</b> option from the menu, then select the alignment type: <b>Top</b>, <b>Center</b>, or <b>Bottom</b>.</li>
|
||||
<li>To align a <em>Matrix</em> vertically, you can right-click on the matrix, select the <b>Matrix Alignment</b> option from the menu, then select the alignment type: <b>Top</b>, <b>Center</b>, or <b>Bottom</b>.</li>
|
||||
<li>To align elements within a <em>Matrix</em> column horizontally, you can right-click on a placeholder within the column, select the <b>Column Alignment</b> option from the menu, then select the alignment type: <b>Left</b>, <b>Center</b>, or <b>Right</b>.</li>
|
||||
</ul>
|
||||
<h3>Delete equation elements</h3>
|
||||
<p>To delete a part of the equation, select the part you want to delete by dragging the mouse or holding down the <b>Shift</b> key and using the arrow buttons, then press the <b>Delete</b> key on the keyboard.</p>
|
||||
<p>A slot can only be deleted together with the template it belongs to.</p>
|
||||
<p>To delete the entire equation, click on the equation box border (it will be displayed as a solid line) and and press the <b>Delete</b> key on the keyboard.</p>
|
||||
<img alt="Delete Equation" src="../images/deleteequation.png" />
|
||||
<p>To delete some equation elements you can also use the <b>right-click menu options</b>:</p>
|
||||
<ul>
|
||||
<li>To delete a <em>Radical</em>, you can right-click on it and select the <b>Delete radical</b> option from the menu.</li>
|
||||
<li>To delete a <em>Subscript</em> and/or <em>Superscript</em>, you can right-click on the expression that contains them and select the <b>Remove subscript/superscript</b> option from the menu. If the expression contains scripts that go before text, the <b>Remove scripts</b> option is available.</li>
|
||||
<li>To delete <em>Brackets</em>, you can right-click on the expression within them and select the <b>Delete enclosing characters</b> or <b>Delete enclosing characters and separators</b> option from the menu.</li>
|
||||
<li>If the expression within <em>Brackets</em> inclides more than one argument, you can right-click on the argument you want to delete and select the <b>Delete argument</b> option from the menu.</li>
|
||||
<li>If <em>Brackets</em> enclose more than one equation (i.e. <em>Cases</em> with several conditions), you can right-click on the equation you want to delete and select the <b>Delete equation</b> option from the menu.</li>
|
||||
<li>To delete a <em>Limit</em>, you can right-click on it and select the <b>Remove limit</b> option from the menu.</li>
|
||||
<li>To delete an <em>Accent</em>, you can right-click on it and select the <b>Remove accent character</b>, <b>Delete char</b> or <b>Remove bar</b> option from the menu (the available options differ depending on the selected accent).</li>
|
||||
<li>To delete a row or a column of a <em>Matrix</em>, you can right-click on the placeholder within the row/column you need to delete, select the <b>Delete</b> option from the menu, then select <b>Delete Row/Column</b>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Insert and adjust images</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Add an image to your presentation and adjust its size and position." />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Insert and adjust images</h1>
|
||||
<h3>Insert an image</h3>
|
||||
<p>In Presentation Editor, you can insert images in the most popular formats into your presentation. The following image formats are supported: <b>BMP</b>, <b>GIF</b>, <b>JPEG</b>, <b>JPG</b>, <b>PNG</b>.</p>
|
||||
<p>To <b>add</b> an image on a slide,</p>
|
||||
<ol>
|
||||
<li>in the slide list on the left, select the slide you want to add the image to,</li>
|
||||
<li>click the <b>Insert Image</b> <img alt="Insert Image icon" src="../images/image.png" /> icon at the top toolbar,</li>
|
||||
<li>select one of the following options to load the image:
|
||||
<ul>
|
||||
<li>the <b>Picture from File</b> option will open the standard Windows dialog window for file selection. Browse your computer hard disk drive for the necessary file and click the <b>Open</b> button</li>
|
||||
<li>the <b>Picture from URL</b> option will open the window where you can enter the necessary image web address and click the <b>OK</b> button</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>once the image is added you can <a href="../UsageInstructions/ManipulateObjects.htm" onclick="onhyperlinkclick(this)">change its size and position</a>.</li>
|
||||
</ol>
|
||||
<hr />
|
||||
<h3>Adjust image settings</h3>
|
||||
<img class="floatleft"alt="Image Settings tab" src="../images/imagesettingstab.png" />
|
||||
<p>The right sidebar is activated when you left-click an image and choose the <b>Image Settings</b> <img alt="Image Settings icon" src="../images/image_settings_icon.png" /> icon on the right. It contains the following sections:</p>
|
||||
<p><b>Size</b> - is used to view the current image <b>Width</b> and <b>Height</b> or restore the image <b>Default Size</b> if necessary.</p>
|
||||
<p><b>Replace Image</b> - is used to load another image instead of the current one selecting the desired source. You can select one of the options: <b>From File</b> or <b>From URL</b>.</p>
|
||||
<hr />
|
||||
<p>To change the <b>advanced settings</b> of the image, right-click the image and select the <b>Image Advanced Settings</b> option from the contextual menu or left-click the image and press the <b>Show advanced settings</b> link at the right sidebar. The image properties window will be opened:</p>
|
||||
<img alt="Image Properties" src="../images/image_properties.png" />
|
||||
<p>Here you can set the following image properties:</p>
|
||||
<ul>
|
||||
<li><b>Size</b> - use this option to change the image width and/or height. If the <b>Constant Proportions</b> <img alt="Constant Proportions icon" src="../images/constantproportions.png" /> button is clicked (in this case it looks like this <img alt="Constant Proportions icon activated" src="../images/constantproportionsactivated.png" />), the width and height will be changed together preserving the original image aspect ratio. To restore the default size of the added image, click the <b>Default Size</b> button.</li>
|
||||
<li><b>Position</b> - use this option to change the image position on the slide (the position is calculated from the top and the left side of the slide).</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p>To <b>delete</b> the inserted image, left-click it and press the <b>Delete</b> key on the keyboard.</p>
|
||||
<p>To learn how to <b>align</b> an image on the slide or <b>arrange</b> several images, refer to the <a href="../UsageInstructions/AlignArrangeObjects.htm" onclick="onhyperlinkclick(this)">Align and arrange objects on a slide</a> section.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,81 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Insert and format tables</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Add a table to your presentation and adjust its properties" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Insert and format tables</h1>
|
||||
<h3>Insert a table</h3>
|
||||
<p>To insert a table onto a slide,</p>
|
||||
<ol>
|
||||
<li>select the slide where a table will be added,</li>
|
||||
<li>click the <b>Insert Table</b> <img alt="Insert Table icon" src="../images/inserttable.png" /> icon at the top toolbar,</li>
|
||||
<li>select the option to create a table:
|
||||
<ul>
|
||||
<li><p>either a table with predefined number of cells (10 by 8 cells maximum)</p>
|
||||
<p>If you want to quickly add a table, just select the number of rows (8 maximum) and columns (10 maximum).</p></li>
|
||||
<li><p>or a custom table</p>
|
||||
<p>In case you need more than 10 by 8 cell table, select the <b>Insert Custom Table</b> option that will open the window where you can enter the necessary number of rows and columns respectively, then click the <b>OK</b> button.</p></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>once the table is added you can change its properties and position.</li>
|
||||
</ol>
|
||||
<p>You can specify the <a href="../UsageInstructions/ManipulateObjects.htm" onclick="onhyperlinkclick(this)">table position</a> on the slide dragging it vertically or horizontally.</p>
|
||||
<hr />
|
||||
<h3>Adjust table settings</h3>
|
||||
<img class="floatleft"alt="Table settings tab" src="../images/tablesettingstab.png" />
|
||||
<p>Most of the table properties as well as its structure can be altered using the right sidebar. To activate it click the table and choose the <b>Table Settings</b> <img alt="Table Settings icon" src="../images/table_settings_icon.png" /> icon on the right.</p>
|
||||
<p>The <b>Rows</b> and <b>Columns</b> sections on the top allow you to emphasize certain rows/columns applying a specific formatting to them, or highlight different rows/columns with the different background colors to clearly distinguish them. The following options are available:</p>
|
||||
<ul style="margin-left: 280px;">
|
||||
<li><b>Header</b> - emphasizes the topmost row in the table with a special formatting.</li>
|
||||
<li><b>Total</b> - emphasizes the bottommost row in the table with a special formatting.</li>
|
||||
<li><b>Banded</b> - enables the background color alternation for odd and even rows.</li>
|
||||
<li><b>First</b> - emphasizes the leftmost column in the table with a special formatting.</li>
|
||||
<li><b>Last</b> - emphasizes the rightmost column in the table with a special formatting.</li>
|
||||
<li><b>Banded</b> - enables the background color alternation for odd and even columns.</li>
|
||||
</ul>
|
||||
<p>The <b>Select From Template</b> section allows you to choose one of the predefined tables styles. Each template combines certain formatting parameters, such as a background color, border style, row/column banding etc.
|
||||
Depending on the options checked in the <b>Rows</b> and/or <b>Columns</b> sections above, the templates set will be displayed differently. For example, if you've checked the <b>Header</b> option in the <b>Rows</b> section and the <b>Banded</b> option in the <b>Columns</b> section, the displayed templates list will include only templates with the header row and banded columns enabled:</p>
|
||||
<p><img alt="Templates list" src="../images/templateslist.png" /></p>
|
||||
<p>The <b>Borders Style</b> section allows you to change the applied formatting that corresponds to the selected template. You can select the entire table or a certain cells range you want to change the formatting for and set all the parameters manually.</p>
|
||||
<ul>
|
||||
<li><b>Border</b> parameters - set the border width using the <img alt="Border Size list" src="../images/bordersize.png" /> list (or choose the <b>No borders</b> option), select its <b>Color</b> in the available palettes and determine the way it will be displayed in the cells clicking on the icons:
|
||||
<p><img alt="Border Type icons" src="../images/bordertype.png" /></p>
|
||||
<p class="note"><b>Note</b>: in case you select not to show table borders choosing an appropriate template, or selecting the <b>No borders</b> option, or clicking the <img alt="No borders" src="../images/noborders.png" /> icon, they will be indicated by a dotted line on the slide.</p>
|
||||
</li>
|
||||
<li><b>Background color</b> - select the color for the background within the selected cells.</li>
|
||||
</ul>
|
||||
<p>The <b>Rows & Columns</b> <img alt="Rows & Columns" src="../images/rowsandcolumns.png" /> section allows you to perform the following operations:</p>
|
||||
<ul>
|
||||
<li><b>Select</b> a row, column, cell (depending on the cursor position), or the entire table.</li>
|
||||
<li><b>Insert</b> a new row above or below the selected one as well as a new column to the left or to the right of the selected one.</li>
|
||||
<li><b>Delete</b> a row, column (depending on the cursor position or the selection), or the entire table.</li>
|
||||
<li><b>Merge Cells</b> - to merge previously selected cells into a single one.</li>
|
||||
<li><b>Split Cell...</b> - to split any previously selected cell into a certain number of rows and columns. This option opens the following window:
|
||||
<p><img alt="Split Cells window" src="../images/split_cells.png" /></p>
|
||||
<p>Enter the <b>Number of Columns</b> and <b>Number of Rows</b> that the selected cell should be split into and press <b>OK</b>.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="note"><b>Note</b>: the options of the <b>Rows & Columns</b> section are also accessible from the <b>right-click menu</b>.</p>
|
||||
<hr />
|
||||
<p>To change the advanced table settings, click the table with the right mouse button and select the <b>Table Advanced Settings</b> option from the right-click menu or click the <b>Show advanced settings</b> link at the right sidebar. The table properties window will be opened:</p>
|
||||
<p><img alt="Table Properties" src="../images/table_properties.png" /></p>
|
||||
<p>Here you can set the space between the text within the cells and the cell border:</p>
|
||||
<ul>
|
||||
<li>enter necessary <b>Cell Margins</b> values manually, or</li>
|
||||
<li>check the <b>Use default margins</b> box to apply the predefined values (if necessary, they can also be adjusted).</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p>To <b>format the entered text</b> within the table cells, you can use <a href="../UsageInstructions/InsertText.htm" onclick="onhyperlinkclick(this)">icons at the top toolbar</a>. The <b>right-click menu</b> that appears when you click the table with the right mouse button includes two additional options: </p>
|
||||
<ul>
|
||||
<li><b>Cell vertical alignment</b> - it allows you to set the preferred type of the text vertical alignment within the selected cells: <b>Align Top</b>, <b>Align Center</b>, or <b>Align Bottom</b>.</li>
|
||||
<li><b>Hyperlink</b> - it allows you to insert a hyperlink into the selected cell.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,206 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Insert and format your text</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Insert and Format your Text" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Insert and format your text</h1>
|
||||
<h3>Insert your text</h3>
|
||||
<p>You can add a new text in three different ways:</p>
|
||||
<ul>
|
||||
<li>Add a text passage within the corresponding text placeholder provided on the slide layout. To do that just put the cursor within the placeholder and type in your text or paste it using the <b>Ctrl+V</b> key combination in place of the according default text.</li>
|
||||
<li>Add a text passage anywhere on a slide. You can insert a text box (a rectangular frame that allows to enter text within it) or a Text Art object (a text box with a predefined font style and color that allows to apply some text effects). To do that:
|
||||
<ol>
|
||||
<li>click the <b>Insert Text</b> <img alt="Insert Text icon" src="../images/inserttexticon.png" /> icon at the top toolbar,</li>
|
||||
<li>select the necessary text object type:
|
||||
<ul>
|
||||
<li>
|
||||
select the <b>Insert text box</b> option from the menu, then click where you want to insert the text box, hold the mouse button and drag the text box border to specify its size. When you release the mouse button, the insertion point will appear in the added text box, allowing you to enter your text.
|
||||
<p class="note"><b>Note</b>: it's also possible to insert a text box by clicking the <b>Insert Autoshape</b> <img alt="Insert Autoshape icon" src="../images/insertautoshape.png" /> icon at the top toolbar and selecting the <img alt="Insert Text autoshape" src="../images/text_autoshape.png" /> shape from the <b>Basic Shapes</b> group.</p>
|
||||
</li>
|
||||
<li>select the <b>Insert Text Art</b> option from the menu, then click on the desired style template – the Text Art object will be added in the center of the slide. Select the default text within the text box with the mouse and replace it with your own text.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>Add a text passage within an autoshape. Select a shape and start typing your text.</li>
|
||||
</ul>
|
||||
<p>Click outside of the text object to apply the changes and return to the slide.</p>
|
||||
<p>The text within the text object is a part of the latter (when you move or rotate the text object, the text moves or rotates with it).</p>
|
||||
<p>As an inserted text object represents a rectangular frame (it has invisible text box borders by default) with text in it and this frame is a common autoshape, you can change both the shape and text properties.</p>
|
||||
<p>To delete the added text object, click on the text box border and press the <b>Delete</b> key on the keyboard. The text within the text box will also be deleted.</p>
|
||||
<h3>Format a text box</h3>
|
||||
<p>Select the text box clicking on its border to be able to change its properties. When the text box is selected, its borders are displayed as solid (not dashed) lines.</p>
|
||||
<p><img alt="Text box selected" src="../images/textbox_boxselected.png" /></p>
|
||||
<ul>
|
||||
<li>to <a href="../UsageInstructions/ManipulateObjects.htm" onclick="onhyperlinkclick(this)">resize, move, rotate</a> the text box use the special handles on the edges of the shape.</li>
|
||||
<li>to edit the text box <a href="../UsageInstructions/FillObjectsSelectColor.htm" onclick="onhyperlinkclick(this)">fill</a>, <a href="../UsageInstructions/InsertAutoshapes.htm#shapestroke" onclick="onhyperlinkclick(this)">stroke</a>, <b>replace</b> the rectangular box with a different shape, or access the <a href="InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">shape advanced settings</a>, click the <b>Shape Settings</b> <img alt="Shape Settings icon" src="../images/shape_settings_icon.png" /> icon on the right sidebar and use the corresponding options.</li>
|
||||
<li>to <a href="../UsageInstructions/AlignArrangeObjects.htm" onclick="onhyperlinkclick(this)">align a text box on the slide or arrange</a> text boxes as related to other objects, right-click on the text box border and use the contextual menu options.</li>
|
||||
</ul>
|
||||
<h3 id="formattext">Format the text within the text box</h3>
|
||||
<p>Click the text within the text box to be able to change its properties. When the text is selected, the text box borders are displayed as dashed lines.</p>
|
||||
<p><img alt="Text selected" src="../images/textbox_textselected.png" /></p>
|
||||
<p class="note"><b>Note</b>: it's also possible to change text formatting when the text box (not the text itself) is selected. In such a case, any changes will be applied to all the text within the text box. Some font formatting options (font type, size, color and decoration styles) can be applied to a previously selected portion of the text separately.</p>
|
||||
<p><b>Align your text within the text box</b></p>
|
||||
<p>The text is aligned horizontally in four ways: left, right, center or justified. To do that:</p>
|
||||
<ol>
|
||||
<li>place the cursor to the position where you want the alignment to be applied (this can be a new line or already entered text),</li>
|
||||
<li>drop-down the <b>Horizontal Align</b> <img alt="Horizontal Align icon" src="../images/horizontalalign.png" /> list on the top toolbar,</li>
|
||||
<li>select the alignment type you would like to apply:
|
||||
<ul>
|
||||
<li>the <b>Align text left</b> option <img alt="Align Left icon" src="../images/alignleft.png" /> allows you to line up your text by the left side of the text box (the right side remains unaligned).</li>
|
||||
<li>the <b>Align text center</b> option <img alt="Align Center icon" src="../images/aligncenter.png" /> allows you to line up your text by the center of the text box (the right and the left sides remains unaligned).</li>
|
||||
<li>the <b>Align text right</b> option <img alt="Align Right icon" src="../images/alignright.png" /> allows you to line up your text by the right side of the text box (the left side remains unaligned).</li>
|
||||
<li>the <b>Justify</b> option <img alt="Justify icon" src="../images/justify.png" /> allows you to line up your text by both the left and the right sides of the text box (additional spacing is added where necessary to keep the alignment).</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
<p>The text is aligned vertically in three ways: top, middle or bottom. To do that:</p>
|
||||
<ol>
|
||||
<li>place the cursor to the position where you want the alignment to be applied (this can be a new line or already entered text),</li>
|
||||
<li>drop-down the <b>Vertical Align</b> <img alt="Vertical Align icon" src="../images/verticalalign.png" /> list on the top toolbar,</li>
|
||||
<li>select the alignment type you would like to apply:
|
||||
<ul>
|
||||
<li>the <b>Align text to the top</b> option <img alt="Align Top icon" src="../images/aligntop.png" /> allows you to line up your text by the top of the text box.</li>
|
||||
<li>the <b>Align text to the middle</b> option <img alt="Align Middle icon" src="../images/alignmiddle.png" /> allows you to line up your text by the center of the text box.</li>
|
||||
<li>the <b>Align text to the bottom</b> option <img alt="Align Bottom icon" src="../images/alignbottom.png" /> allows you to line up your text by the bottom of the text box.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
<hr />
|
||||
<p><b>Change the text direction</b></p>
|
||||
<p>To <b>Rotate</b> the text within the text box, right-click the text, select the <b>Text Direction</b> option and then choose one of the available options: <b>Horizontal</b> (is selected by default), <b>Rotate at 90°</b> (sets a vertical direction, from top to bottom) or <b>Rotate at 270°</b> (sets a vertical direction, from bottom to top).</p>
|
||||
<hr />
|
||||
<p id="formatfont"><b>Adjust font type, size, color and apply decoration styles</b></p>
|
||||
<p>You can select the font type, its size and color as well as apply various font decoration styles using the corresponding icons situated at the top toolbar.</p>
|
||||
<p class="note"><b>Note</b>: in case you want to apply the formatting to the text already present in the presentation, select it with the mouse or <a href="../HelpfulHints/KeyboardShortcuts.htm#textselection" onclick="onhyperlinkclick(this)">using the keyboard</a> and apply the formatting.</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Font Name</td>
|
||||
<td><img alt="Font Name" src="../images/fontfamily.png" /></td>
|
||||
<td>Is used to select one of the fonts from the list of the available ones.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Font Size</td>
|
||||
<td><img alt="Font Size" src="../images/fontsize.png" /></td>
|
||||
<td>Is used to select among the preset font size values from the dropdown list, or can be entered manually to the font size field.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Font Color</td>
|
||||
<td><img alt="Font Color" src="../images/fontcolor.png" /></td>
|
||||
<td>Is used to change the color of the letters/characters in the text. Click the downward arrow next to the icon to <a href="../UsageInstructions/FillObjectsSelectColor.htm" onclick="onhyperlinkclick(this)">select the color</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bold</td>
|
||||
<td><img alt="Bold" src="../images/bold.png" /></td>
|
||||
<td>Is used to make the font bold giving it more weight.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Italic</td>
|
||||
<td><img alt="Italic" src="../images/italic.png" /></td>
|
||||
<td>Is used to make the font italicized giving it some right side tilt.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Underline</td>
|
||||
<td><img alt="Underline" src="../images/underline.png" /></td>
|
||||
<td>Is used to make the text underlined with the line going under the letters.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Strikeout</td>
|
||||
<td><img alt="Strikeout" src="../images/strike.png" /></td>
|
||||
<td>Is used to make the text struck out with the line going through the letters.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Superscript</td>
|
||||
<td><img alt="Superscript" src="../images/sup.png" /></td>
|
||||
<td>Is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Subscript</td>
|
||||
<td><img alt="Subscript" src="../images/sub.png" /></td>
|
||||
<td>Is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p><b>Set line spacing and change paragraph indents</b></p>
|
||||
<p>You can set the line height for the text lines within the paragraph as well as the margins between the current and the preceding or the subsequent paragraph.</p>
|
||||
<p><img class="floatleft"alt="Text Settings tab" src="../images/textsettingstab.png" /></p>
|
||||
<p>To do that,</p>
|
||||
<ol style="margin-left: 280px;">
|
||||
<li>put the cursor within the paragraph you need, or select several paragraphs with the mouse,</li>
|
||||
<li>use the corresponding fields of the <img alt="Text Settings Icon" src="../images/text_settings_icon.png" /> <b>Text Settings</b> tab at the right sidebar to achieve the desired results:
|
||||
<ul>
|
||||
<li><b>Line Spacing</b> - set the line height for the text lines within the paragraph. You can select among three options: <b>at least</b> (sets the minimum line spacing that is needed to fit the largest font or graphic on the line), <b>multiple</b> (sets line spacing that can be expressed in numbers greater than 1), <b>exactly</b> (sets fixed line spacing). You can specify the necessary value in the field on the right.</li>
|
||||
<li><b>Paragraph Spacing</b> - set the amount of space between paragraphs.
|
||||
<ul>
|
||||
<li><b>Before</b> - set the amount of space before the paragraph.</li>
|
||||
<li><b>After</b> - set the amount of space after the paragraph.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
<p>To quickly change the current paragraph line spacing, you can also use the <b>Line Spacing</b> <img alt="Line Spacing" src="../images/linespacing.png" /> icon at the top toolbar selecting the needed value from the list: 1.0, 1.15, 1.5, 2.0, 2.5, or 3.0 lines.</p>
|
||||
<p>To change the paragraph offset from the left side of the text box, put the cursor within the paragraph you need, or select several paragraphs with the mouse and use the respective icons at the top toolbar: <b>Decrease Indent</b> <img alt="Decrease Indent" src="../images/decreaseindent.png" /> and <b>Increase Indent</b> <img alt="Increase Indent" src="../images/increaseindent.png" />.</p>
|
||||
<hr />
|
||||
<p>You can also change the <b>advanced settings</b> of the paragraph. Put the cursor within the paragraph you need - the <img alt="Text Settings Icon" src="../images/text_settings_icon.png" /> <b>Text Settings</b> tab will be activated at the right sidebar. Press the <b>Show advanced settings</b> link. The paragraph properties window will be opened:</p>
|
||||
<img alt="Paragraph Properties - Indents & Placement tab" src="../images/textadvancedsettings1.png" />
|
||||
<p>The <b>Indents & Placement</b> tab allows to change the <b>first line</b> offset from the left <a href="../UsageInstructions/InsertAutoshapes.htm#internalmargins" onclick="onhyperlinkclick(this)">internal margin</a> of the text box as well as the paragraph offset from the <b>left</b> and <b>right</b> internal margins of the text box.</p>
|
||||
<p>You can also use the horizontal <b>ruler</b> to set indents.</p>
|
||||
<img alt="Ruler - Indent markers" src="../images/indents_ruler.png" />
|
||||
<p>Select the necessary paragraph(s) and drag the indent markers along the ruler.</p>
|
||||
<ul>
|
||||
<li><b>First Line Indent</b> marker <img alt="First Line Indent marker" src="../images/firstline_indent.png" /> is used to set the offset from the left internal margin of the text box for the first line of the paragraph.</li>
|
||||
<li><b>Hanging Indent</b> marker <img alt="Hanging Indent marker" src="../images/hanging.png" /> is used to set the offset from the left internal margin of the text box for the second and all the subsequent lines of the paragraph.</li>
|
||||
<li><b>Right Indent</b> marker <img alt="Right Indent marker" src="../images/right_indent.png" /> is used to set the paragraph offset from the right internal margin of the text box.</li>
|
||||
</ul>
|
||||
<p class="note"><b>Note</b>: if you don't see the rulers, click the <b>View Settings</b> <img alt="View Settings icon" src="../images/viewsettingsicon.png" /> icon at the upper left corner of the top toolbar and uncheck the <b>Hide Rulers</b> option to display them.</p>
|
||||
<img alt="Paragraph Properties - Font tab" src="../images/textadvancedsettings2.png" />
|
||||
<p>The <b>Font</b> tab contains the following parameters:</p>
|
||||
<ul>
|
||||
<li><b>Strikethrough</b> is used to make the text struck out with the line going through the letters.</li>
|
||||
<li><b>Double strikethrough</b> is used to make the text struck out with the double line going through the letters.</li>
|
||||
<li><b>Superscript</b> is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions.</li>
|
||||
<li><b>Subscript</b> is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas.</li>
|
||||
<li><b>Small caps</b> is used to make all letters lower case.</li>
|
||||
<li><b>All caps</b> is used to make all letters upper case.</li>
|
||||
<li><b>Character Spacing</b> is used to set the space between the characters.</li>
|
||||
</ul>
|
||||
<img alt="Paragraph Properties - Tab tab" src="../images/textadvancedsettings3.png" />
|
||||
<p>The <b>Tab</b> tab allows to change tab stops i.e. the position the cursor advances to when you press the <b>Tab</b> key on the keyboard.</p>
|
||||
<ul>
|
||||
<li><b>Tab Position</b> - is used to set custom tab stops. Enter the necessary value in this box, adjust it more precisely using the arrow buttons and press the <b>Specify</b> button. Your custom tab position will be added to the list in the field below.</li>
|
||||
<li><b>Default Tab</b> is set at 1.25 cm. You can decrease or increase this value using the arrow buttons or enter the necessary one in the box.</li>
|
||||
<li><b>Alignment</b> - is used to set the necessary alignment type for each of the tab positions in the list above. Select the necessary tab position in the list, choose the <b>Left</b>, <b>Center</b> or <b>Right</b> radiobutton and press the <b>Specify</b> button.
|
||||
<ul>
|
||||
<li><b>Left</b> - lines up your text by the left side at the tab stop position; the text moves to the right from the tab stop as you type. Such a tab stop will be indicated on the horizontal ruler by the <img alt="Left Tab Stop marker" src="../images/tabstopleft_marker.png" /> marker.</li>
|
||||
<li><b>Center</b> - centres the text at the tab stop position. Such a tab stop will be indicated on the horizontal ruler by the <img alt="Center Tab Stop marker" src="../images/tabstopcenter_marker.png" /> marker.</li>
|
||||
<li><b>Right</b> - lines up your text by the right side at the tab stop position; the text moves to the left from the tab stop as you type. Such a tab stop will be indicated on the horizontal ruler by the <img alt="Right Tab Stop marker" src="../images/tabstopright_marker.png" /> marker.</li>
|
||||
</ul>
|
||||
<p>To delete tab stops from the list select a tab stop and press the <b>Remove</b> or <b>Remove All</b> button.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>To set tab stops you can also use the horizontal ruler:</p>
|
||||
<ol>
|
||||
<li>Click the tab selector button <img alt="Left Tab Stop button" src="../images/tabstopleft.png" /> in the upper left corner of the working area to choose the necessary tab stop type: <b>Left</b> <img alt="Left Tab Stop button" src="../images/tabstopleft.png" />, <b>Center</b> <img alt="Center Tab Stop button" src="../images/tabstopcenter.png" />, <b>Right</b> <img alt="Right Tab Stop button" src="../images/tabstopright.png" />.</li>
|
||||
<li>Click on the bottom edge of the ruler where you want to place the tab stop. Drag it along the ruler to change its position. To remove the added tab stop drag it out of the ruler.
|
||||
<p><img alt="Horizontal Ruler with the Tab stops added" src="../images/tabstops_ruler.png" /></p>
|
||||
<p class="note"><b>Note</b>: if you don't see the rulers, click the <b>View Settings</b> <img alt="View Settings icon" src="../images/viewsettingsicon.png" /> icon at the upper right corner of the top toolbar and uncheck the <b>Hide Rulers</b> option to display them.</p>
|
||||
</li>
|
||||
</ol>
|
||||
<h3>Edit a Text Art style</h3>
|
||||
<p>Select a text object and click the <b>Text Art Settings</b> <img alt="Text Art Settings icon" src="../images/textart_settings_icon.png" /> icon on the right sidebar.</p>
|
||||
<p><img alt="Text Art Setting tab" src="../images/right_textart.png" /></p>
|
||||
<ul>
|
||||
<li>Change the applied text style selecting a new <b>Template</b> from the gallery. You can also change the basic style additionally by selecting a different font type, size etc.</li>
|
||||
<li>Change the font <a href="../UsageInstructions/FillObjectsSelectColor.htm" onclick="onhyperlinkclick(this)">fill</a> and <a href="../UsageInstructions/InsertAutoshapes.htm#shapestroke" onclick="onhyperlinkclick(this)">stroke</a>. The available options are the same as the ones for autoshapes.</li>
|
||||
<li>Apply a text effect by selecting the necessary text transformation type from the <b>Transform</b> gallery. You can adjust the degree of the text distortion by dragging the pink diamond-shaped handle.</li>
|
||||
</ul>
|
||||
<p><img alt="Text Art Transformation" src="../images/textart_transformation.png" /></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,58 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Manage slides</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Add new blank slides, duplicate, move or delete them" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Manage slides</h1>
|
||||
<p>By default, a newly created presentation has one blank Title slide.</p>
|
||||
<p><b>To create a new slide:</b></p>
|
||||
<ol>
|
||||
<li>click the <b>Add Slide</b> <img alt="Add Slide icon" src="../images/addslide.png" /> icon at the top toolbar,</li>
|
||||
<li>select a slide with the necessary layout from the menu.
|
||||
<p class="note"><b>Note</b>: you can change the layout of the added slide anytime. For additional information on how to do that refer to the <a href="../UsageInstructions/SetSlideParameters.htm#changelayout" onclick="onhyperlinkclick(this)">Set slide parameters</a> section.</p>
|
||||
</li>
|
||||
</ol>
|
||||
<p>Alternatively, you can right-click any slide in the list and select the <b>New Slide</b> option from the contextual menu.</p>
|
||||
<p>A new slide will be inserted after the selected one in the list of the existing slides on the left.</p>
|
||||
<p><b>To duplicate a slide:</b></p>
|
||||
<ol>
|
||||
<li>right-click the necessary slide in the list of the existing slides on the left,</li>
|
||||
<li>select the <b>Duplicate Slide</b> option from the contextual menu.</li>
|
||||
</ol>
|
||||
<p>The duplicated slide will be inserted after the selected one in the slide list.</p>
|
||||
<p><b>To copy a slide:</b></p>
|
||||
<ol>
|
||||
<li>in the list of the existing slides on the left, select the slide you need to copy,</li>
|
||||
<li>press the <b>Ctrl+C</b> key combination,</li>
|
||||
<li>in the slide list, select the slide that the copied one should be pasted after,</li>
|
||||
<li>press the <b>Ctrl+V</b> key combination.</li>
|
||||
</ol>
|
||||
<p><b>To move an existing slide:</b></p>
|
||||
<ol>
|
||||
<li>left-click the necessary slide in the list of the existing slides on the left,</li>
|
||||
<li>without releasing the mouse button, drag it to the necessary place in the list (a horizontal line indicates a new location).</li>
|
||||
</ol>
|
||||
<p><b>To delete an unnecessary slide:</b></p>
|
||||
<ol>
|
||||
<li>right-click the slide you want to delete in the list of the existing slides on the left,</li>
|
||||
<li>select the <b>Delete Slide</b> option from the contextual menu.</li>
|
||||
</ol>
|
||||
<p><b>To select all the existing slides at once:</b></p>
|
||||
<ol>
|
||||
<li>right-click any slide in the list of the existing slides on the left,</li>
|
||||
<li>select the <b>Select All</b> option from the contextual menu.</li>
|
||||
</ol>
|
||||
<p><b>To select several slides:</b></p>
|
||||
<ol>
|
||||
<li>hold down the <b>Ctrl</b> key,</li>
|
||||
<li>select the necessary slides left-clicking them in the list of the existing slides on the left.</li>
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Manipulate objects on a slide</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Move, rotate, resize and reshape autoshapes, images, charts." />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Manipulate objects on a slide</h1>
|
||||
<p>You can resize, move, rotate different objects on a slide manually using the special handles. You can also specify the dimensions and position of some objects exactly using the right sidebar or <b>Advanced Settings</b> window.</p>
|
||||
<h3>Resize objects</h3>
|
||||
<p>To change the <b>autoshape/image/chart/text box</b> size, drag small squares <img alt="Square icon" src="../images/resize_square.png" /> situated on the object edges. To maintain the original proportions of the selected object while resizing, hold down the <b>Shift</b> key and drag one of the corner icons.</p>
|
||||
<p><img alt="Maintaining proportions" src="../images/maintain_proportions.png" /></p>
|
||||
<p>To specify the precise width and height of a <b>chart</b>, select it on a slide and use the <b>Size</b> section of the right sidebar that will be activated.</p>
|
||||
<p>To specify the precise dimensions of an <b>image</b> or <b>autoshape</b>, right-click the necessary object on the slide and select the <b>Image/Shape Advanced Settings</b> option from the menu. Specify necessary values on the <b>Size</b> tab of the <b>Advanced Settings</b> window and press <b>OK</b>.</p>
|
||||
<h3>Reshape autoshapes</h3>
|
||||
<p>When modifying some shapes, for example Figured arrows or Callouts, the yellow diamond-shaped <img alt="Yellow diamond icon" src="../images/yellowdiamond.png" /> icon is also available. It allows to adjust some aspects of the shape, for example, the length of the head of an arrow.</p>
|
||||
<p><img alt="Reshaping autoshape" src="../images/reshaping.png" /></p>
|
||||
<h3>Move objects</h3>
|
||||
<p>To alter the <b>autoshape/image/chart/table/text box</b> position, use the <img alt="Arrow" src="../images/arrow.png" /> icon that appears after hovering your mouse cursor over the object. Drag the object to the necessary position without releasing the mouse button.
|
||||
To move the object by the one-pixel increments, hold down the <b>Ctrl</b> key and use the keybord arrows.
|
||||
To move the object strictly horizontally/vertically and prevent it from moving in a perpendicular direction, hold down the <b>Shift</b> key when dragging.</p>
|
||||
<p>To specify the precise position of an <b>image</b>, right-click it on a slide and select the <b>Image Advanced Settings</b> option from the menu. Specify necessary values in the <b>Position</b> section of the <b>Advanced Settings</b> window and press <b>OK</b>.</p>
|
||||
<h3>Rotate objects</h3>
|
||||
<p>To rotate an <b>autoshape/image/text box</b>, hover the mouse cursor over the rotation handle <img alt="Rotation handle" src="../images/greencircle.png" /> and drag it clockwise or counterclockwise. To constrain the rotation angle to 15 degree increments, hold down the <b>Shift</b> key while rotating.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Create a new presentation or open an existing one</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Open a recently edited presentation, create a new one, or return to the list of existing presentations" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Create a new presentation or open an existing one</h1>
|
||||
<p>When Presentation Editor is open, you can immediately proceed to an already existing presentation that you have recently edited, create a new one, or return to the list of existing presentations.</p>
|
||||
<p>To create a new presentation within Presentation Editor:</p>
|
||||
<ol>
|
||||
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</li>
|
||||
<li>select the <b>Create New</b> option. <!--Here you can choose whether to create a <b>blank</b> text document or use one of the available document <b>templates</b>: contract, letter, list, or plan.--></li>
|
||||
</ol>
|
||||
<p>To open a recently edited presentation within Presentation Editor:</p>
|
||||
<ol>
|
||||
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</li>
|
||||
<li>select the <b>Open Recent</b> option,</li>
|
||||
<li>choose the presentation you need from the list of recently edited presentations.</li>
|
||||
</ol>
|
||||
<p>To return to the list of existing presentations, click the <b>Go to Documents</b> link in the right upper corner or the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Go to Documents</b> option.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Preview your presentation</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Preview your presentation" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Preview your presentation</h1>
|
||||
<p>To preview your currently edited presentation click the <b>Start Preview</b> <img alt="Start Preview icon" src="../images/startpreview.png" /> icon at the top toolbar or at the bottom left corner. You can also select a certain slide within the slide list on the left, right-click it and choose the <b>Preview</b> option from the menu.</p>
|
||||
<p>The preview will start from the currently selected slide. In the <b>Preview</b> mode, you can use the following controls at the bottom left corner:</p>
|
||||
<ul>
|
||||
<li>the <b>Pause Presentation</b> <img alt="Pause Presentation icon" src="../images/pausepresentation.png" /> button allows you to stop previewing.</li>
|
||||
<li>the <b>Start Presentation</b> <img alt="Start Presentation icon" src="../images/startpresentation.png" /> button allows you to resume previewing.</li>
|
||||
<li>the <b>Next Slide</b> <img alt="Next Slide icon" src="../images/nextslide.png" /> button allows you to advance the following slide.</li>
|
||||
<li>the <b>Previous Slide</b> <img alt="Previous Slide icon" src="../images/previousslide.png" /> button allows you to return to the preceding slide.
|
||||
<p class="note"><b>Note</b>: to go to a certain slide in the preview mode, click on the <b>Slide Number Indicator</b> and enter the necessary slide number in the opened window.</p>
|
||||
</li>
|
||||
<li>the <b>Full Screen</b> <img alt="Full Screen icon" src="../images/fullscreen.png" /> button allows you to switch to full screen mode.</li>
|
||||
<li>the <b>Exit Full Screen</b> <img alt="Exit Full Screen icon" src="../images/exitfullscreen.png" /> button allows you to exit full screen mode.</li>
|
||||
<li>the <b>Close Preview</b> <img alt="Close Preview icon" src="../images/closepreview.png" /> button allows you to exit the preview mode.</li>
|
||||
</ul>
|
||||
<p>You can also <a href="../HelpfulHints/KeyboardShortcuts.htm#preview" onclick="onhyperlinkclick(this)">use the keyboard shortcuts</a> to navigate between the slides in the preview mode.</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Save/print/download your presentation</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Save, print and download your presentations in various formats" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Save/print<span class="onlineDocumentFeatures">/download</span> your presentation</h1>
|
||||
<p>By default, <b>Рresentation Editor</b> automatically saves your file each 2 seconds when you work on it preventing your data loss in case of the unexpected program closing. <span class="onlineDocumentFeatures">If you co-edit the file in the <b>Fast</b> mode, the timer requests for updates 25 times a second and saves the changes if they have been made. When the file is being co-edited in the <b>Strict</b> mode, changes are automatically saved at 10-minute intervals. If you need, you can easily select the preferred co-editing mode or disable the <b>Autosave</b> feature on the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a> page.</span></p>
|
||||
<p>To save your current presentation manually,</p>
|
||||
<ul>
|
||||
<li>press the <b>Save</b> <img alt="Save icon" src="../images/save.png" /> icon at the top toolbar, or</li>
|
||||
<li>use the <b>Ctrl+S</b> key combination, or</li>
|
||||
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Save</b> option.</li>
|
||||
</ul>
|
||||
<p>To print out the current presentation,</p>
|
||||
<ul>
|
||||
<li>click the <b>Print</b> <img alt="Print icon" src="../images/print.png" /> icon at the top toolbar, or</li>
|
||||
<li>use the <b>Ctrl+P</b> key combination, or</li>
|
||||
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Print</b> option.</li>
|
||||
</ul>
|
||||
<div class="onlineDocumentFeatures">
|
||||
<p>After that a PDF file will be generated on the basis of the presentation. You can open and print it out, or save onto your computer hard disk drive or removable medium to print it out later.</p>
|
||||
<p>To download the resulting presentation onto your computer hard disk drive,</p>
|
||||
<ol>
|
||||
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</li>
|
||||
<li>select the <b>Download as</b> option,</li>
|
||||
<li>choose one of the available formats depending on your needs: PDF, PPTX.</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,70 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Set slide parameters</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Set slide parameters: select background fill, themes, color schemes, slide layouts" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Set slide parameters</h1>
|
||||
<p>To customize your presentation, you can select a theme, color scheme and slide size for the whole presentation, as well as change the background fill or slide layout for each separate slide. You can also apply transitions between the slides.</p>
|
||||
<ul>
|
||||
<li><b>Themes</b> allow you to quickly change the presentation design, notably the slides background appearance, predefined fonts for titles and texts and the color scheme that is used for the presentation elements.
|
||||
<b>To select a theme</b> for the presentation, click on the necessary predefined theme from the themes gallery in the right part of the top toolbar. The selected theme will be applied to all the slides if you have not previously selected certain slides to apply the theme to.
|
||||
<p><img alt="Themes gallery" src="../images/themes.png" /></p>
|
||||
</li>
|
||||
<li><b>Color Schemes</b> affect the predefined colors used for the presentation elements (fonts, lines, fills etc.) and allow you to maintain color consistency throughout the entire presentation.
|
||||
<b>To change a color scheme</b>, click the <b>Change Color Scheme</b> <img alt="Change Color Scheme icon" src="../images/changecolorscheme.png" /> icon at the top toolbar and select the necessary scheme from the drop-down list. The selected scheme will be applied to all the slides.
|
||||
<p><img alt="Color Schemes" src="../images/colorscheme.png" /></p>
|
||||
</li>
|
||||
<li><b>To change a slide size</b> for all the slides in the presentation, click the <b>Select Slide Size</b> <img alt="Select Slide Size icon" src="../images/selectslidesizeicon.png" /> icon at the top toolbar and select the necessary option from the drop-down list. You can select:
|
||||
<ul>
|
||||
<li>one of the two quick-access presets - <b>Standard (4:3)</b> or <b>Widescreen (16:9)</b>,</li>
|
||||
<li>the <b>Advanced Settings</b> option that opens the <b>Slide Size Settings</b> window where you can select one of the available presets or set a <b>Custom</b> size specifying the desired <b>Width</b> and <b>Height</b> values.
|
||||
<p><img alt="Slide Size Settings window" src="../images/slidesizesettingswindow.png" /></p>
|
||||
<p>The available presets are: Standard (4:3), Widescreen (16:9), Widescreen (16:10), Letter Paper (8.5x11 in), Ledger Paper (11x17 in), A3 Paper (297x420 mm), A4 Paper (210x297 mm), B4 (ICO) Paper (250x353 mm), B5 (ICO) Paper (176x250 mm), 35 mm Slides, Overhead, Banner.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>To change a background fill:</b>
|
||||
<ol>
|
||||
<li>in the slide list on the left, select the slides you want to apply the fill to. Or click at any blank space within the currently edited slide in the slide editing area to change the fill type for this separate slide.</li>
|
||||
<li>at the <b>Slide Settings</b> tab of the right sidebar, select the necessary option:
|
||||
<ul>
|
||||
<li><b>Color Fill</b> - select this option to specify the solid color you want to apply to the selected slides.</li>
|
||||
<li><b>Gradient Fill</b> - select this option to fill the slide with two colors which smoothly change from one to another.</li>
|
||||
<li><b>Picture or Texture</b> - select this option to use an image or a predefined texture as the slide background.</li>
|
||||
<li><b>Pattern</b> - select this option to fill the slide with a two-colored design composed of regularly repeated elements.</li>
|
||||
<li><b>No Fill</b> - select this option if you don't want to use any fill.</li>
|
||||
</ul>
|
||||
<p>For more detailed information on these options please refer to the <a href="../UsageInstructions/FillObjectsSelectColor.htm" onclick="onhyperlinkclick(this)">Fill objects and select colors</a> section.</p>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><b>Transitions</b> help make your presentation more dynamic and keep your audience's attention. <b>To apply a transition:</b>
|
||||
<ol>
|
||||
<li>in the slide list on the left, select the slides you want to apply a transition to,</li>
|
||||
<li>choose a transition in the <b>Effect</b> drop-down list on the <b>Slide Settings</b> tab,</li>
|
||||
<li>adjust the transition properties: choose a transition variation, duration and the way to advance slides,</li>
|
||||
<li>click the <b>Apply to All Slides</b> button if you want to apply the same transition to all slides in the presentation.
|
||||
<p>For more detailed information on these options please refer to the <a href="../UsageInstructions/ApplyTransitions.htm" onclick="onhyperlinkclick(this)">Apply transitions</a> section.</p>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a id="changelayout"></a><b>To change a slide layout:</b>
|
||||
<ol>
|
||||
<li>in the slide list on the left, select the slides you want to apply a new layout to,</li>
|
||||
<li>click the <b>Change Slide Layout</b> <img alt="Change Slide Layout icon" src="../images/changelayout.png" /> icon at the top toolbar,</li>
|
||||
<li>select the necessary layout from the menu.
|
||||
<p>Alternatively, you can right-click the necessary slide in the list on the left, select the <b>Change Layout</b> option from the contextual menu and choose the necessary layout.</p>
|
||||
<p class="note"><b>Note</b>: currently, the following layouts are available: Title, Title and Object, Section Header, Two Objects, Two Texts and Two Objects, Title Only, Blank, Title, Object and Caption, Picture and Caption, Vertical Text, Vertical Title and Text.</p>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>View presentation information</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="View presentation title, author, location, creation date, persons with the rights to view or edit the presentation" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>View presentation information</h1>
|
||||
<p>To access the detailed information about the currently edited presentation, click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Presentation Info</b> option.</p>
|
||||
<h3>General Information</h3>
|
||||
<p>The presentation information includes presentation title, author, location and creation date.</p>
|
||||
<div class="onlineDocumentFeatures">
|
||||
<h3>Permission Information</h3>
|
||||
<p class="note"><b>Note</b>: this option is not available for users with the <b>Read Only</b> permissions.</p>
|
||||
<p>To find out, who have rights to view or edit the presentation, select the <b>Access Rights...</b> option at the left sidebar.</p>
|
||||
<p>You can also change currently selected access rights by pressing the <b>Change access rights</b> button in the <b>Persons who have rights</b> section.</p>
|
||||
</div>
|
||||
<p>To close the <b>File</b> pane and return to presentation editing, select the <b>Return to Presentation</b> option.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,47 @@
|
||||
/*
|
||||
*
|
||||
* (c) Copyright Ascensio System Limited 2010-2017
|
||||
*
|
||||
* This program is a free software product. You can redistribute it and/or
|
||||
* modify it under the terms of the GNU Affero General Public License (AGPL)
|
||||
* version 3 as published by the Free Software Foundation. In accordance with
|
||||
* Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect
|
||||
* that Ascensio System SIA expressly excludes the warranty of non-infringement
|
||||
* of any third-party rights.
|
||||
*
|
||||
* This program is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For
|
||||
* details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
|
||||
*
|
||||
* You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia,
|
||||
* EU, LV-1021.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of the Program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU AGPL version 3.
|
||||
*
|
||||
* Pursuant to Section 7(b) of the License you must retain the original Product
|
||||
* logo when distributing the program. Pursuant to Section 7(e) we decline to
|
||||
* grant you any rights under trademark law for use of our trademarks.
|
||||
*
|
||||
* All the Product's GUI elements, including illustrations and icon sets, as
|
||||
* well as technical writing content are licensed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International. See the License
|
||||
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
|
||||
*
|
||||
*/
|
||||
function onhyperlinkclick(element) {
|
||||
function _postMessage(msg) {
|
||||
if (window.parent && window.JSON) {
|
||||
window.parent.postMessage(window.JSON.stringify(msg), "*");
|
||||
}
|
||||
}
|
||||
|
||||
_postMessage({
|
||||
command: 'internalCommand',
|
||||
data: {
|
||||
type: 'help:hyperlink',
|
||||
data: element.href
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -0,0 +1,124 @@
|
||||
body
|
||||
{
|
||||
font-family: Tahoma, Arial, Verdana;
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
img.floatleft
|
||||
{
|
||||
float: left;
|
||||
margin-right: 30px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
li
|
||||
{
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
.mainpart
|
||||
{
|
||||
margin: 0;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.mainpart h1
|
||||
{
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table,
|
||||
tr,
|
||||
td,
|
||||
th
|
||||
{
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-bottom: solid 1px #E4E4E4;
|
||||
border-collapse: collapse;
|
||||
padding: 8px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
margin: 20px 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
td.function
|
||||
{
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
td.shortfunction
|
||||
{
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
td.combination
|
||||
{
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
td.description
|
||||
{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
td.longdescription
|
||||
{
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.note
|
||||
{
|
||||
background: #F4F4F4 url(images/help.png) no-repeat 7px 5px;
|
||||
font-size: 11px;
|
||||
padding: 10px 20px 10px 37px;
|
||||
width: 90%;
|
||||
margin: 10px 0;
|
||||
line-height: 1em;
|
||||
min-height: 14px;
|
||||
}
|
||||
|
||||
hr
|
||||
{
|
||||
height: 1px;
|
||||
width: 90%;
|
||||
text-align: left;
|
||||
margin: 10px 0 15px;
|
||||
color: #E4E4E4;
|
||||
background-color: #E4E4E4;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
color: #7496DD;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
a.sup_link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 479 B |
|
After Width: | Height: | Size: 448 B |
|
After Width: | Height: | Size: 561 B |
|
After Width: | Height: | Size: 227 B |
|
After Width: | Height: | Size: 239 B |
|
After Width: | Height: | Size: 280 B |
|
After Width: | Height: | Size: 571 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 196 B |
|
After Width: | Height: | Size: 174 B |
|
After Width: | Height: | Size: 158 B |
|
After Width: | Height: | Size: 162 B |
|
After Width: | Height: | Size: 156 B |
|
After Width: | Height: | Size: 179 B |
|
After Width: | Height: | Size: 166 B |
|
After Width: | Height: | Size: 171 B |
|
After Width: | Height: | Size: 161 B |
|
After Width: | Height: | Size: 185 B |
|
After Width: | Height: | Size: 198 B |
|
After Width: | Height: | Size: 149 B |
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 778 B |
|
After Width: | Height: | Size: 400 B |
|
After Width: | Height: | Size: 339 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 266 B |
|
After Width: | Height: | Size: 188 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 172 B |
|
After Width: | Height: | Size: 179 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 276 B |
|
After Width: | Height: | Size: 507 B |
|
After Width: | Height: | Size: 255 B |
|
After Width: | Height: | Size: 126 B |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 427 B |
|
After Width: | Height: | Size: 482 B |
|
After Width: | Height: | Size: 169 B |
|
After Width: | Height: | Size: 245 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 285 B |
|
After Width: | Height: | Size: 300 B |
|
After Width: | Height: | Size: 289 B |
|
After Width: | Height: | Size: 237 B |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 301 B |
|
After Width: | Height: | Size: 221 B |