Going on and add to repo not committed files

This commit is contained in:
Claudio Boggian
2024-06-24 11:10:18 +02:00
parent 7c44cd7872
commit 9b3e1a3c35
512 changed files with 1311366 additions and 123 deletions
+33
View File
@@ -0,0 +1,33 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "outllook_pal_tools", "outllook_pal_tools\outllook_pal_tools.csproj", "{C93517D7-4DA7-4956-8F84-509BD3E461B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "outllook_pal_toolsWeb", "outllook_pal_toolsWeb\outllook_pal_toolsWeb.csproj", "{93C73AFD-B62D-4C2C-BBDC-ADF2BC50DAC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C93517D7-4DA7-4956-8F84-509BD3E461B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C93517D7-4DA7-4956-8F84-509BD3E461B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C93517D7-4DA7-4956-8F84-509BD3E461B1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C93517D7-4DA7-4956-8F84-509BD3E461B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C93517D7-4DA7-4956-8F84-509BD3E461B1}.Release|Any CPU.Build.0 = Release|Any CPU
{C93517D7-4DA7-4956-8F84-509BD3E461B1}.Release|Any CPU.Deploy.0 = Release|Any CPU
{93C73AFD-B62D-4C2C-BBDC-ADF2BC50DAC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93C73AFD-B62D-4C2C-BBDC-ADF2BC50DAC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93C73AFD-B62D-4C2C-BBDC-ADF2BC50DAC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93C73AFD-B62D-4C2C-BBDC-ADF2BC50DAC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42438379-6AC1-4A9B-9743-B554683DBA83}
EndGlobalSection
EndGlobal
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E4F81532-2D37-49FC-95D4-1611414EF5EB}</ProjectGuid>
<ProjectGuid>{C93517D7-4DA7-4956-8F84-509BD3E461B1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>outllook_pal_tools</RootNamespace>
@@ -0,0 +1,202 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Created:ce44715c-8c4e-446b-879c-ea9ebe0f09c8-->
<OfficeApp
xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0"
xsi:type="MailApp">
<!-- Inizio Impostazioni di base: metadati del componente aggiuntivo, usati per tutte le versioni di Office a meno che non venga specificato un override. -->
<!-- IMPORTANTE: l'ID deve essere univoco per il componente aggiuntivo. Se si riutilizza questo manifesto, assicurarsi di cambiare l'ID specificando un nuovo GUID. -->
<Id>7badd9f2-c760-4498-acbf-059760660dd9</Id>
<!--Versione. Gli aggiornamenti dallo Store vengono attivati solo in caso di modifica della versione. -->
<Version>1.0.0.6</Version>
<ProviderName>[Nome provider]</ProviderName>
<DefaultLocale>it-IT</DefaultLocale>
<!-- Nome visualizzato del componente aggiuntivo. Viene usato nello Store e in altri punti dell'interfaccia utente di Office, come la finestra di dialogo dei componenti aggiuntivi. -->
<DisplayName DefaultValue="Tool Test v6" />
<Description DefaultValue="Tool Test"/>
<IconUrl DefaultValue="~remoteAppUrl/Images/icon64.png"/>
<SupportUrl DefaultValue="http://www.contoso.com" />
<!-- Domini che saranno consentiti durante gli spostamenti. Se ad esempio si usa ShowTaskpane ed è presente un collegamento href, gli spostamenti saranno consentiti solo se il dominio è incluso nell'elenco. -->
<AppDomains>
<AppDomain>AppDomain1</AppDomain>
<AppDomain>AppDomain2</AppDomain>
<AppDomain>AppDomain3</AppDomain>
</AppDomains>
<!--Fine Impostazioni di base. -->
<Hosts>
<Host Name="Mailbox"/>
</Hosts>
<Requirements>
<Sets>
<Set Name="Mailbox" MinVersion="1.1"/>
</Sets>
</Requirements>
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="~remoteAppUrl/taskpane.html"/>
<RequestedHeight>250</RequestedHeight>
</DesktopSettings>
</Form>
</FormSettings>
<Permissions>ReadWriteItem</Permissions>
<Rule xsi:type="RuleCollection" Mode="Or">
<Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Edit"/>
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Edit"/>
</Rule>
<DisableEntityHighlighting>false</DisableEntityHighlighting>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
<Requirements>
<bt:Sets DefaultMinVersion="1.3">
<bt:Set Name="Mailbox"/>
</bt:Sets>
</Requirements>
<Hosts>
<Host xsi:type="MailHost">
<DesktopFormFactor>
<!-- Message Compose -->
<!--<ExtensionPoint xsi:type="MessageComposeCommandSurface">
<OfficeTab id="TabDefault">
<Group id="msgComposeCmdGroup">
<Label resid="CommandsGroup.Label"/>
<Control xsi:type="Button" id="msgComposeInsertGist">
<Label resid="TaskpaneButton.Label"/>
<Supertip>
<Title resid="TaskpaneButton.SupertipTitle"/>
<Description resid="TaskpaneButton.SupertipText"/>
</Supertip>
<Icon>
<bt:Image size="16" resid="Icon.16x16"/>
<bt:Image size="32" resid="Icon.32x32"/>
<bt:Image size="80" resid="Icon.80x80"/>
</Icon>
<Action xsi:type="ExecuteFunction">
<SourceLocation resid="Taskpane.Url"/>
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>-->
<FunctionFile resid="Commands.Url"/>
<ExtensionPoint xsi:type="MessageComposeCommandSurface">
<OfficeTab id="TabHome">
<!-- Ensure you provide a unique id for the group. Recommendation for any IDs is to namespace using your company name. -->
<Group id="Contoso.Group1">
<!-- Label for your group. resid must point to a ShortString resource. -->
<Label resid="Contoso.Group1Label" />
<!-- Icons. Required sizes 16,32,80, optional 20, 24, 40, 48, 64. Strongly recommended to provide all sizes for great UX. -->
<!-- Use PNG icons. All URLs on the resources section must use HTTPS. -->
<Control xsi:type="Menu" id="Contoso.Menu">
<Label resid="Contoso.Menu.Label" />
<Supertip>
<Title resid="Contoso.Menu.Label" />
<Description resid="Contoso.Menu.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="Contoso.tpicon_16x16" />
<bt:Image size="32" resid="Contoso.tpicon_32x32" />
<bt:Image size="80" resid="Contoso.tpicon_80x80" />
</Icon>
<Items>
<Item id="itemShowTaskPane">
<Label resid="Contoso.Item1.Label"/>
<Supertip>
<Title resid="Contoso.Item1.Label" />
<Description resid="Contoso.Item1.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="Contoso.tpicon_16x16" />
<bt:Image size="32" resid="Contoso.tpicon_32x32" />
<bt:Image size="80" resid="Contoso.tpicon_80x80" />
</Icon>
<Action xsi:type="ShowTaskpane">
<!--<TaskpaneId>ButtonId1</TaskpaneId>-->
<SourceLocation resid="Contoso.Taskpane.Url" />
</Action>
</Item>
<Item id="itemExecuteFunction">
<Label resid="Contoso.Item2.Label"/>
<Supertip>
<Title resid="Contoso.Item2.Label" />
<Description resid="Contoso.Item2.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="Contoso.tpicon_16x16" />
<bt:Image size="32" resid="Contoso.tpicon_32x32" />
<bt:Image size="80" resid="Contoso.tpicon_80x80" />
</Icon>
<Action xsi:type="ExecuteFunction">
<FunctionName>writeValue</FunctionName>
</Action>
</Item>
</Items>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<!--<Resources>
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/hello-world/outlook-hello-world/assets/icon-16.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/hello-world/outlook-hello-world/assets/icon-32.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/hello-world/outlook-hello-world/assets/icon-80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="Taskpane.Url" DefaultValue="~remoteAppUrl/taskpane.html"/>
</bt:Urls>
<bt:ShortStrings>
<bt:String id="CommandsGroup.Label" DefaultValue="Contoso Add-in"/>
<bt:String id="TaskpaneButton.Label" DefaultValue="Hello world"/>
<bt:String id="TaskpaneButton.SupertipTitle" DefaultValue="Hello world"/>
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="TaskpaneButton.SupertipText" DefaultValue="Open the Hello world add-in"/>
</bt:LongStrings>
</Resources>-->
<Resources>
<bt:Images>
<bt:Image id="Contoso.tpicon_16x16" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/office-add-in-commands/word/assets/icon-16.png" />
<bt:Image id="Contoso.tpicon_32x32" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/office-add-in-commands/word/assets/icon-32.png" />
<bt:Image id="Contoso.tpicon_80x80" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/office-add-in-commands/word/assets/icon-80.png" />
</bt:Images>
<bt:Urls>
<bt:Url id="Commands.Url" DefaultValue="~remoteAppUrl/commands.html" />
<bt:Url id="Contoso.Taskpane.Url" DefaultValue="~remoteAppUrl/taskpane.html" />
</bt:Urls>
<!-- ShortStrings max characters==125. -->
<bt:ShortStrings>
<bt:String id="Contoso.TaskpaneButton.Label" DefaultValue="Show task pane" />
<bt:String id="Contoso.WriteValueButton.Label" DefaultValue="Show task pane" />
<bt:String id="Contoso.Item1.Label" DefaultValue="Show task pane" />
<bt:String id="Contoso.Item2.Label" DefaultValue="Write value" />
<bt:String id="Contoso.Menu.Label" DefaultValue="Dropdown menu" />
<bt:String id="Contoso.Group1Label" DefaultValue="Commands group" />
<bt:String id="Contoso.GetStarted.Title" DefaultValue="Get started with your sample add-in!" />
</bt:ShortStrings>
<!-- LongStrings max characters==250. -->
<bt:LongStrings>
<bt:String id="Contoso.TaskpaneButton.Tooltip" DefaultValue="Choose to show a task pane" />
<bt:String id="Contoso.Item1.Tooltip" DefaultValue="Choose to show a task pane" />
<bt:String id="Contoso.Item2.Tooltip" DefaultValue="Choose to show a task pane" />
<bt:String id="Contoso.Menu.Tooltip" DefaultValue="Show the dropdown menu" />
<bt:String id="Contoso.WriteValueButton.Tooltip" DefaultValue="Choose to write value to document" />
<bt:String id="Contoso.GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and choose the 'Show task pane' button to get started." />
</bt:LongStrings>
</Resources>
</VersionOverrides>
</OfficeApp>
@@ -1,122 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Created:ce44715c-8c4e-446b-879c-ea9ebe0f09c8-->
<OfficeApp
xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0"
xsi:type="MailApp">
<!-- Inizio Impostazioni di base: metadati del componente aggiuntivo, usati per tutte le versioni di Office a meno che non venga specificato un override. -->
<!-- IMPORTANTE: l'ID deve essere univoco per il componente aggiuntivo. Se si riutilizza questo manifesto, assicurarsi di cambiare l'ID specificando un nuovo GUID. -->
<Id>7badd9f2-c760-4498-acbf-059760660dd9</Id>
<!--Versione. Gli aggiornamenti dallo Store vengono attivati solo in caso di modifica della versione. -->
<Version>1.0.0.0</Version>
<ProviderName>[Nome provider]</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<!-- Nome visualizzato del componente aggiuntivo. Viene usato nello Store e in altri punti dell'interfaccia utente di Office, come la finestra di dialogo dei componenti aggiuntivi. -->
<DisplayName DefaultValue="outllook_pal_tools" />
<Description DefaultValue="outllook_pal_tools"/>
<IconUrl DefaultValue="~remoteAppUrl/Images/icon64.png"/>
<SupportUrl DefaultValue="http://www.contoso.com" />
<!-- Domini che saranno consentiti durante gli spostamenti. Se ad esempio si usa ShowTaskpane ed è presente un collegamento href, gli spostamenti saranno consentiti solo se il dominio è incluso nell'elenco. -->
<AppDomains>
<AppDomain>AppDomain1</AppDomain>
<AppDomain>AppDomain2</AppDomain>
<AppDomain>AppDomain3</AppDomain>
</AppDomains>
<!--Fine Impostazioni di base. -->
<Hosts>
<Host Name="Mailbox" />
</Hosts>
<Requirements>
<Sets>
<Set Name="Mailbox" MinVersion="1.1" />
</Sets>
</Requirements>
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="~remoteAppUrl/MessageRead.html"/>
<RequestedHeight>250</RequestedHeight>
</DesktopSettings>
</Form>
</FormSettings>
<Permissions>ReadWriteItem</Permissions>
<Rule xsi:type="RuleCollection" Mode="Or">
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
</Rule>
<DisableEntityHighlighting>false</DisableEntityHighlighting>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
<Requirements>
<bt:Sets DefaultMinVersion="1.3">
<bt:Set Name="Mailbox" />
</bt:Sets>
</Requirements>
<Hosts>
<Host xsi:type="MailHost">
<DesktopFormFactor>
<!-- Posizione delle funzioni attivabili dai pulsanti senza interfaccia utente (azioni di ExecuteFunction). -->
<FunctionFile resid="functionFile" />
<!-- Messaggio letto -->
<ExtensionPoint xsi:type="MessageReadCommandSurface">
<!-- Usare la scheda predefinita del punto di estensione oppure crearne una personalizzata con <CustomTab id="myTab"> -->
<OfficeTab id="TabDefault">
<!-- Fino a sei gruppi aggiunti per scheda -->
<Group id="msgReadGroup">
<Label resid="groupLabel" />
<!-- Avvia il componente aggiuntivo: pulsante del riquadro attività -->
<Control xsi:type="Button" id="msgReadOpenPaneButton">
<Label resid="paneReadButtonLabel" />
<Supertip>
<Title resid="paneReadSuperTipTitle" />
<Description resid="paneReadSuperTipDescription" />
</Supertip>
<Icon>
<bt:Image size="16" resid="icon16" />
<bt:Image size="32" resid="icon32" />
<bt:Image size="80" resid="icon80" />
</Icon>
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="messageReadTaskPaneUrl" />
</Action>
</Control>
<!-- Per informazioni su come aggiungere altri controlli ExecuteFunction e Menu, vedere http://aka.ms/ButtonCommands -->
</Group>
</OfficeTab>
</ExtensionPoint>
<!-- Per informazioni su come aggiungere altri punti di estensione MessageRead, AppointmentOrganizer, AppointmentAttendee, vedere http://aka.ms/ExtensionPointsCommands -->
</DesktopFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="icon16" DefaultValue="~remoteAppUrl/Images/icon16.png"/>
<bt:Image id="icon32" DefaultValue="~remoteAppUrl/Images/icon32.png"/>
<bt:Image id="icon80" DefaultValue="~remoteAppUrl/Images/icon80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="functionFile" DefaultValue="~remoteAppUrl/Functions/FunctionFile.html"/>
<bt:Url id="messageReadTaskPaneUrl" DefaultValue="~remoteAppUrl/MessageRead.html"/>
</bt:Urls>
<bt:ShortStrings>
<bt:String id="groupLabel" DefaultValue="My Add-in Group"/>
<bt:String id="customTabLabel" DefaultValue="My Add-in Tab"/>
<bt:String id="paneReadButtonLabel" DefaultValue="Display all properties"/>
<bt:String id="paneReadSuperTipTitle" DefaultValue="Get all properties"/>
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="paneReadSuperTipDescription" DefaultValue="Opens a pane displaying all available properties. This is an example of a button that opens a task pane."/>
</bt:LongStrings>
</Resources>
</VersionOverrides>
</OfficeApp>
+120
View File
@@ -0,0 +1,120 @@
/*Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.*/
/**
* Button styles
*
*/
.Button {
color: #333333;
font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
box-sizing: border-box;
margin: 0;
padding: 0;
box-shadow: none;
background-color: #f4f4f4;
border: 1px solid #f4f4f4;
cursor: pointer;
display: inline-block;
min-height: 32px;
min-width: 80px;
padding: 4px 20px 6px;
}
.Button:hover {
background-color: #eaeaea;
border-color: #eaeaea;
outline: 1px solid transparent;
}
.Button:hover .Button-label {
color: #000000;
}
.Button:focus {
background-color: #eaeaea;
border-color: #0078d7;
outline: 1px solid transparent;
}
.Button:focus .Button-label {
color: #000000;
}
.Button:active {
background-color: #0078d7;
border-color: #0078d7;
}
.Button:active .Button-label {
color: #ffffff;
}
.Button:disabled,
.Button.is-disabled {
background-color: #f4f4f4;
border-color: #f4f4f4;
cursor: default;
}
.Button:disabled .Button-label,
.Button.is-disabled .Button-label {
color: #a6a6a6;
}
.Button:disabled:hover,
.Button:disabled:focus,
.Button.is-disabled:hover,
.Button.is-disabled:focus {
outline: 0;
}
.Button + .Button {
margin-left: 6px;
}
.Button-label {
color: #333333;
font-family: 'Segoe UI Semibold WestEuropean', 'Segoe UI Semibold', 'Segoe UI', Tahoma, Arial, sans-serif;
font-size: 14px;
}
.Button-icon,
.Button-description {
display: none;
}
.Button.Button--primary {
background-color: #0078d7;
border-color: #0078d7;
}
.Button.Button--primary .Button-label {
color: #ffffff;
}
.Button.Button--primary:hover {
background-color: #005a9e;
border-color: #005a9e;
}
.Button.Button--primary:focus {
background-color: #005a9e;
border-color: #004578;
}
.Button.Button--primary:active {
background-color: #0078d7;
border-color: #0078d7;
}
.Button.Button--primary:disabled,
.Button.Button--primary.is-disabled {
background-color: #f4f4f4;
border-color: #f4f4f4;
}
.Button.Button--primary:disabled .Button-label,
.Button.Button--primary.is-disabled .Button-label {
color: #a6a6a6;
}
@@ -0,0 +1,135 @@
/*Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.*/
/**
* MessageBanner styles
*
*/
.MessageBanner {
color: #333333;
font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
position: relative;
border-bottom: 1px solid #767676;
background-color: #eff6fc;
min-width: 320px;
width: 98%;
height: 52px;
text-align: center;
overflow: hidden;
animation-name: ms-fadeIn, ms-slideDownIn20;
animation-duration: 0.367s;
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
animation-fill-mode: both;
}
.MessageBanner .ms-Icon {
font-size: 16px;
}
.MessageBanner.hide {
animation-name: ms-fadeOut, ms-slideUpOut20;
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
animation-fill-mode: both;
}
.MessageBanner.is-hidden {
display: none;
}
.MessageBanner-expand,
.MessageBanner-close {
height: 52px;
width: 40px;
cursor: pointer;
border: none;
background-color: transparent;
}
.MessageBanner-expand:focus,
.MessageBanner-close:focus {
outline: 1px solid transparent;
}
.MessageBanner-close {
position: absolute;
right: 0;
top: 0;
line-height: 52px;
color: #666666;
}
.MessageBanner-text {
display: inline-block;
padding: 18px 0;
margin-left: 0;
max-width: 770px;
overflow: hidden;
text-align: left;
}
.MessageBanner-expand {
display: none;
vertical-align: top;
}
.MessageBanner-expand.is-visible {
display: inline-block;
}
.MessageBanner-action {
display: inline-block;
vertical-align: top;
margin-top: 10px;
margin-left: 10px;
padding-right: 36px;
}
.MessageBanner-action .Button {
color: #ffffff;
}
.MessageBanner-clipper {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
vertical-align: top;
}
.MessageBanner.is-expanded {
height: auto;
}
.MessageBanner.is-expanded .MessageBanner-clipper {
white-space: normal;
}
@media screen and (max-width: 479px) {
.MessageBanner-expand {
display: inline-block;
}
.MessageBanner-action {
margin: 0;
display: block;
text-align: right;
padding: 0 10px 10px 0;
}
.MessageBanner-text {
margin-left: -25px;
padding: 18px 0 10px 0;
min-width: 240px;
}
.MessageBanner-expand {
padding: 0;
margin-left: -5px;
width: 20px;
}
.MessageBanner-expand .ms-Icon {
color: #0078d7;
}
}
@@ -0,0 +1,68 @@
/* The following classes describe the common theme information for office documents */
/* Basic Font and Background Colors for text */
.office-docTheme-primary-fontColor { color:#000000; }
.office-docTheme-primary-bgColor { background-color:#ffffff; }
.office-docTheme-secondary-fontColor { color: #000000; }
.office-docTheme-secondary-bgColor { background-color: #ffffff; }
/* Accent color definitions for fonts */
.office-contentAccent1-color { color:#5b9bd5; }
.office-contentAccent2-color { color:#ed7d31; }
.office-contentAccent3-color { color:#a5a5a5; }
.office-contentAccent4-color { color:#ffc000; }
.office-contentAccent5-color { color:#4472c4; }
.office-contentAccent6-color { color:#70ad47; }
/* Accent color for backgrounds */
.office-contentAccent1-bgColor { background-color:#5b9bd5; }
.office-contentAccent2-bgColor { background-color:#ed7d31; }
.office-contentAccent3-bgColor { background-color:#a5a5a5; }
.office-contentAccent4-bgColor { background-color:#ffc000; }
.office-contentAccent5-bgColor { background-color:#4472c4; }
.office-contentAccent6-bgColor { background-color:#70ad47; }
/* Accent color for borders */
.office-contentAccent1-borderColor { border-color:#5b9bd5; }
.office-contentAccent2-borderColor { border-color:#ed7d31; }
.office-contentAccent3-borderColor { border-color:#a5a5a5; }
.office-contentAccent4-borderColor { border-color:#ffc000; }
.office-contentAccent5-borderColor { border-color:#4472c4; }
.office-contentAccent6-borderColor { border-color:#70ad47; }
/* links */
.office-a {color: #0563c1; }
.office-a:visited { color: #954f72; }
/* Body Fonts */
.office-bodyFont-eastAsian { } /* East Asian name of the Font */
.office-bodyFont-latin { font-family:"Calibri"; } /* Latin name of the Font */
.office-bodyFont-script { } /* Script name of the Font */
.office-bodyFont-localized { font-family:"Calibri"; } /* Localized name of the Font. contains the default font name according to the culture currently used in Office */
/* Headers Font */
.office-headerFont-eastAsian { }
.office-headerFont-latin { font-family:"Calibri Light"; }
.office-headerFont-script { }
.office-headerFont-localized { font-family:"Calibri Light"; }
/* The following classes define the Office themes. This classes make sense for the taskpane apps */
/* Basic Font and Background Colors for PPT */
.office-officeTheme-primary-fontColor { color:#b83b1d; }
.office-officeTheme-primary-bgColor { background-color:#dedede; }
.office-officeTheme-secondary-fontColor { color:#262626; }
.office-officeTheme-secondary-bgColor { background-color:#ffffff; }
/* Basic Font and Background Colors for Outlook Web Access */
/* remove comments and delete other apps officeTheme classes to get OWA defaults
.office-officeTheme-primary-fontColor { color:#ea4400; }
.office-officeTheme-primary-bgColor { background-color:#ffffff; }
.office-officeTheme-secondary-fontColor { color:#ffffff; }
.office-officeTheme-secondary-bgColor { background-color:#ea4400; }
*/
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,33 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// Core styles scoped to the current major version of Fabric
// Variable is set during gulp task as comma seperated list. i.e. 5,1,0
$ms-fabric-version: 9,6,0;
@import './References';
@import './mixins/ScopedStyles.Mixins';
// Sets a global flag to enable scoped styles within certain files
$do-scope-styles: true;
// Scope all core styles under a helper class for the current major version.
// This produces styles of the form .ms-Fabric-{version #} .ms-font-m.
@include scope-fabric {
@import './Animation';
@import './BrandIcon';
@import './Color';
@import './Font';
@import './Grid';
@import './Icon';
@import './Responsive';
@import './Utility';
@import './Wrapper';
}
// @font-face definitions do not need to be scoped
@import './Font.Definitions';
@import './Icon.Definitions';
@@ -0,0 +1,22 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// OSS Framework Design Language
// --------------------------------------------------
// Fabric Core Module Loader (LTR)
// Variables and mixins
@import './References';
// Partials that output CSS
@import './Animation';
@import './BrandIcon';
@import './Color';
@import './Font.Definitions';
@import './Font';
@import './Grid';
@import './Icon.Definitions';
@import './Icon';
@import './Responsive';
@import './Utility';
@import './Wrapper';
@@ -0,0 +1,173 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Fabric Animations
// Output all @keyframes needed for the animations
@include ms-animation-keyframes;
// Slide
.ms-slideRightIn10 {
@include ms-slideRightIn10;
}
.ms-slideRightIn20 {
@include ms-slideRightIn20;
}
.ms-slideRightIn40 {
@include ms-slideRightIn40;
}
.ms-slideRightIn400 {
@include ms-slideRightIn400;
}
.ms-slideRightOut40 {
@include ms-slideRightOut40;
}
.ms-slideRightOut400 {
@include ms-slideRightOut400;
}
.ms-slideLeftIn10 {
@include ms-slideLeftIn10;
}
.ms-slideLeftIn20 {
@include ms-slideLeftIn20;
}
.ms-slideLeftIn40 {
@include ms-slideLeftIn40;
}
.ms-slideLeftIn400 {
@include ms-slideLeftIn400;
}
.ms-slideLeftOut40 {
@include ms-slideLeftOut40;
}
.ms-slideLeftOut400 {
@include ms-slideLeftOut400;
}
.ms-slideUpIn10 {
@include ms-slideUpIn10;
}
.ms-slideUpIn20 {
@include ms-slideUpIn20;
}
.ms-slideDownIn10 {
@include ms-slideDownIn10;
}
.ms-slideDownIn20 {
@include ms-slideDownIn20;
}
.ms-slideUpOut10 {
@include ms-slideUpOut10;
}
.ms-slideUpOut20 {
@include ms-slideUpOut20;
}
.ms-slideDownOut10 {
@include ms-slideDownOut10;
}
.ms-slideDownOut20 {
@include ms-slideDownOut20;
}
// Scale
.ms-scaleUpIn100 {
@include ms-scaleUpIn100;
}
.ms-scaleUpOut103 {
@include ms-scaleUpOut103;
}
.ms-scaleDownOut98 {
@include ms-scaleDownOut98;
}
.ms-scaleDownIn100 {
@include ms-scaleDownIn100;
}
// Fade
.ms-fadeIn100 {
@include ms-fadeIn100;
}
.ms-fadeIn200 {
@include ms-fadeIn200;
}
.ms-fadeIn400 {
@include ms-fadeIn400;
}
.ms-fadeIn500 {
@include ms-fadeIn500;
}
.ms-fadeOut100 {
@include ms-fadeOut100;
}
.ms-fadeOut200 {
@include ms-fadeOut200;
}
.ms-fadeOut400 {
@include ms-fadeOut400;
}
.ms-fadeOut500 {
@include ms-fadeOut500;
}
// Expand-collapse
.ms-expandCollapse100 {
@include ms-expandCollapse100;
}
.ms-expandCollapse200 {
@include ms-expandCollapse200;
}
.ms-expandCollapse400 {
@include ms-expandCollapse400;
}
// Delay
.ms-delay100 {
@include ms-delay100;
}
.ms-delay200 {
@include ms-delay200;
}
// Rotate
.ms-rotate90deg {
@include ms-rotate90deg;
}
.ms-rotateN90deg {
@include ms-rotateN90deg;
}
@@ -0,0 +1,108 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
@include ms-brand-icon-classes('1');
@include ms-brand-icon-size-classes();
// Pixel Ratio 1.5
@media only screen and (min-resolution: 144dpi) {
@include ms-brand-icon-classes('1_5');
}
// Pixel Ratio 2
@media only screen and (min-resolution: 192dpi) {
@include ms-brand-icon-classes('2');
}
// Pixel Ratio 3
@media only screen and (min-resolution: 288dpi) {
@include ms-brand-icon-classes('3');
}
// The 'onepkg' and 'xls' icons have been deprecated. These classes will be removed in
// a future release. Until then, they are mapped to 'one' and 'xlsx'.
.ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/one.png);
}
.ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/one.png);
}
.ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/one.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon16 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/xlsx.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon48 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/xlsx.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon96 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/xlsx.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
.ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/one.png);
}
.ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/one.png);
}
.ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/one.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon16 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/xlsx.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon48 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/xlsx.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon96 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/xlsx.png);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
.ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/one.png);
}
.ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/one.png);
}
.ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/one.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon16 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/xlsx.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon48 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/xlsx.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon96 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/xlsx.png);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
.ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/one.png);
}
.ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/one.png);
}
.ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/one.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon16 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/xlsx.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon48 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/xlsx.png);
}
.ms-BrandIcon--xls.ms-BrandIcon--icon96 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/xlsx.png);
}
}
@@ -0,0 +1,506 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Fabric Core Color Mixins
//== Background colors
//
// Theme colors
.ms-bgColor-themeDark,
.ms-bgColor-themeDark--hover:hover {
@include ms-bgColor-themeDark;
}
.ms-bgColor-themeDarkAlt,
.ms-bgColor-themeDarkAlt--hover:hover {
@include ms-bgColor-themeDarkAlt;
}
.ms-bgColor-themeDarker,
.ms-bgColor-themeDarker--hover:hover {
@include ms-bgColor-themeDarker;
}
.ms-bgColor-themePrimary,
.ms-bgColor-themePrimary--hover:hover {
@include ms-bgColor-themePrimary;
}
.ms-bgColor-themeSecondary,
.ms-bgColor-themeSecondary--hover:hover {
@include ms-bgColor-themeSecondary;
}
.ms-bgColor-themeTertiary,
.ms-bgColor-themeTertiary--hover:hover {
@include ms-bgColor-themeTertiary;
}
.ms-bgColor-themeLight,
.ms-bgColor-themeLight--hover:hover {
@include ms-bgColor-themeLight;
}
.ms-bgColor-themeLighter,
.ms-bgColor-themeLighter--hover:hover {
@include ms-bgColor-themeLighter;
}
.ms-bgColor-themeLighterAlt,
.ms-bgColor-themeLighterAlt--hover:hover {
@include ms-bgColor-themeLighterAlt;
}
// Neutral colors
.ms-bgColor-black,
.ms-bgColor-black--hover:hover {
@include ms-bgColor-black;
}
.ms-bgColor-neutralDark,
.ms-bgColor-neutralDark--hover:hover {
@include ms-bgColor-neutralDark;
}
.ms-bgColor-neutralPrimary,
.ms-bgColor-neutralPrimary--hover:hover {
@include ms-bgColor-neutralPrimary;
}
.ms-bgColor-neutralPrimaryAlt,
.ms-bgColor-neutralPrimaryAlt--hover:hover {
@include ms-bgColor-neutralPrimaryAlt;
}
.ms-bgColor-neutralSecondary,
.ms-bgColor-neutralSecondary--hover:hover {
@include ms-bgColor-neutralSecondary;
}
.ms-bgColor-neutralSecondaryAlt,
.ms-bgColor-neutralSecondaryAlt--hover:hover {
@include ms-bgColor-neutralSecondaryAlt;
}
.ms-bgColor-neutralTertiary,
.ms-bgColor-neutralTertiary--hover:hover {
@include ms-bgColor-neutralTertiary;
}
.ms-bgColor-neutralTertiaryAlt,
.ms-bgColor-neutralTertiaryAlt--hover:hover {
@include ms-bgColor-neutralTertiaryAlt;
}
.ms-bgColor-neutralQuaternary,
.ms-bgColor-neutralQuaternary--hover:hover {
@include ms-bgColor-neutralQuaternary;
}
.ms-bgColor-neutralQuaternaryAlt,
.ms-bgColor-neutralQuaternaryAlt--hover:hover {
@include ms-bgColor-neutralQuaternaryAlt;
}
.ms-bgColor-neutralLight,
.ms-bgColor-neutralLight--hover:hover {
@include ms-bgColor-neutralLight;
}
.ms-bgColor-neutralLighter,
.ms-bgColor-neutralLighter--hover:hover {
@include ms-bgColor-neutralLighter;
}
.ms-bgColor-neutralLighterAlt,
.ms-bgColor-neutralLighterAlt--hover:hover {
@include ms-bgColor-neutralLighterAlt;
}
.ms-bgColor-white,
.ms-bgColor-white--hover:hover {
@include ms-bgColor-white;
}
// Brand and accent colors
.ms-bgColor-yellow,
.ms-bgColor-yellow--hover:hover {
@include ms-bgColor-yellow;
}
.ms-bgColor-yellowLight,
.ms-bgColor-yellowLight--hover:hover {
@include ms-bgColor-yellowLight;
}
.ms-bgColor-orange,
.ms-bgColor-orange--hover:hover {
@include ms-bgColor-orange;
}
.ms-bgColor-orangeLight,
.ms-bgColor-orangeLight--hover:hover {
@include ms-bgColor-orangeLight;
}
.ms-bgColor-orangeLighter,
.ms-bgColor-orangeLighter--hover:hover {
@include ms-bgColor-orangeLighter;
}
.ms-bgColor-redDark,
.ms-bgColor-redDark--hover:hover {
@include ms-bgColor-redDark;
}
.ms-bgColor-red,
.ms-bgColor-red--hover:hover {
@include ms-bgColor-red;
}
.ms-bgColor-magentaDark,
.ms-bgColor-magentaDark--hover:hover {
@include ms-bgColor-magentaDark;
}
.ms-bgColor-magenta,
.ms-bgColor-magenta--hover:hover {
@include ms-bgColor-magenta;
}
.ms-bgColor-magentaLight,
.ms-bgColor-magentaLight--hover:hover {
@include ms-bgColor-magentaLight;
}
.ms-bgColor-purpleDark,
.ms-bgColor-purpleDark--hover:hover {
@include ms-bgColor-purpleDark;
}
.ms-bgColor-purple,
.ms-bgColor-purple--hover:hover {
@include ms-bgColor-purple;
}
.ms-bgColor-purpleLight,
.ms-bgColor-purpleLight--hover:hover {
@include ms-bgColor-purpleLight;
}
.ms-bgColor-blueDark,
.ms-bgColor-blueDark--hover:hover {
@include ms-bgColor-blueDark;
}
.ms-bgColor-blueMid,
.ms-bgColor-blueMid--hover:hover {
@include ms-bgColor-blueMid;
}
.ms-bgColor-blue,
.ms-bgColor-blue--hover:hover {
@include ms-bgColor-blue;
}
.ms-bgColor-blueLight,
.ms-bgColor-blueLight--hover:hover {
@include ms-bgColor-blueLight;
}
.ms-bgColor-tealDark,
.ms-bgColor-tealDark--hover:hover {
@include ms-bgColor-tealDark;
}
.ms-bgColor-teal,
.ms-bgColor-teal--hover:hover {
@include ms-bgColor-teal;
}
.ms-bgColor-tealLight,
.ms-bgColor-tealLight--hover:hover {
@include ms-bgColor-tealLight;
}
.ms-bgColor-greenDark,
.ms-bgColor-greenDark--hover:hover {
@include ms-bgColor-greenDark;
}
.ms-bgColor-green,
.ms-bgColor-green--hover:hover {
@include ms-bgColor-green;
}
.ms-bgColor-greenLight,
.ms-bgColor-greenLight--hover:hover {
@include ms-bgColor-greenLight;
}
// Message colors
.ms-bgColor-info,
.ms-bgColor-info--hover:hover {
@include ms-bgColor-info;
}
.ms-bgColor-success,
.ms-bgColor-success--hover:hover {
@include ms-bgColor-success;
}
.ms-bgColor-severeWarning,
.ms-bgColor-severeWarning--hover:hover {
@include ms-bgColor-severeWarning;
}
.ms-bgColor-warning,
.ms-bgColor-warning--hover:hover {
@include ms-bgColor-warning;
}
.ms-bgColor-error,
.ms-bgColor-error--hover:hover {
@include ms-bgColor-error;
}
//== Border colors
//
// Theme colors
.ms-borderColor-themeDark,
.ms-borderColor-themeDark--hover:hover {
@include ms-borderColor-themeDark;
}
.ms-borderColor-themeDarkAlt,
.ms-borderColor-themeDarkAlt--hover:hover {
@include ms-borderColor-themeDarkAlt;
}
.ms-borderColor-themeDarker,
.ms-borderColor-themeDarker--hover:hover {
@include ms-borderColor-themeDarker;
}
.ms-borderColor-themePrimary,
.ms-borderColor-themePrimary--hover:hover {
@include ms-borderColor-themePrimary;
}
.ms-borderColor-themeSecondary,
.ms-borderColor-themeSecondary--hover:hover {
@include ms-borderColor-themeSecondary;
}
.ms-borderColor-themeTertiary,
.ms-borderColor-themeTertiary--hover:hover {
@include ms-borderColor-themeTertiary;
}
.ms-borderColor-themeLight,
.ms-borderColor-themeLight--hover:hover {
@include ms-borderColor-themeLight;
}
.ms-borderColor-themeLighter,
.ms-borderColor-themeLighter--hover:hover {
@include ms-borderColor-themeLighter;
}
.ms-borderColor-themeLighterAlt,
.ms-borderColor-themeLighterAlt--hover:hover {
@include ms-borderColor-themeLighterAlt;
}
// Neutral colors
.ms-borderColor-black,
.ms-borderColor-black--hover:hover {
@include ms-borderColor-black;
}
.ms-borderColor-neutralDark,
.ms-borderColor-neutralDark--hover:hover {
@include ms-borderColor-neutralDark;
}
.ms-borderColor-neutralPrimary,
.ms-borderColor-neutralPrimary--hover:hover {
@include ms-borderColor-neutralPrimary;
}
.ms-borderColor-neutralPrimaryAlt,
.ms-borderColor-neutralPrimaryAlt--hover:hover {
@include ms-borderColor-neutralPrimaryAlt;
}
.ms-borderColor-neutralSecondary,
.ms-borderColor-neutralSecondary--hover:hover {
@include ms-borderColor-neutralSecondary;
}
.ms-borderColor-neutralSecondaryAlt,
.ms-borderColor-neutralSecondaryAlt--hover:hover {
@include ms-borderColor-neutralSecondaryAlt;
}
.ms-borderColor-neutralTertiary,
.ms-borderColor-neutralTertiary--hover:hover {
@include ms-borderColor-neutralTertiary;
}
.ms-borderColor-neutralTertiaryAlt,
.ms-borderColor-neutralTertiaryAlt--hover:hover {
@include ms-borderColor-neutralTertiaryAlt;
}
.ms-borderColor-neutralQuaternary,
.ms-borderColor-neutralQuaternary--hover:hover {
@include ms-borderColor-neutralQuaternary;
}
.ms-borderColor-neutralQuaternaryAlt,
.ms-borderColor-neutralQuaternaryAlt--hover:hover {
@include ms-borderColor-neutralQuaternaryAlt;
}
.ms-borderColor-neutralLight,
.ms-borderColor-neutralLight--hover:hover {
@include ms-borderColor-neutralLight;
}
.ms-borderColor-neutralLighter,
.ms-borderColor-neutralLighter--hover:hover {
@include ms-borderColor-neutralLighter;
}
.ms-borderColor-neutralLighterAlt,
.ms-borderColor-neutralLighterAlt--hover:hover {
@include ms-borderColor-neutralLighterAlt;
}
.ms-borderColor-white,
.ms-borderColor-white--hover:hover {
@include ms-borderColor-white;
}
// Brand and accent colors
.ms-borderColor-yellow,
.ms-borderColor-yellow--hover:hover {
@include ms-borderColor-yellow;
}
.ms-borderColor-yellowLight,
.ms-borderColor-yellowLight--hover:hover {
@include ms-borderColor-yellowLight;
}
.ms-borderColor-orange,
.ms-borderColor-orange--hover:hover {
@include ms-borderColor-orange;
}
.ms-borderColor-orangeLight,
.ms-borderColor-orangeLight--hover:hover {
@include ms-borderColor-orangeLight;
}
.ms-borderColor-orangeLighter,
.ms-borderColor-orangeLighter--hover:hover {
@include ms-borderColor-orangeLighter;
}
.ms-borderColor-redDark,
.ms-borderColor-redDark--hover:hover {
@include ms-borderColor-redDark;
}
.ms-borderColor-red,
.ms-borderColor-red--hover:hover {
@include ms-borderColor-red;
}
.ms-borderColor-magentaDark,
.ms-borderColor-magentaDark--hover:hover {
@include ms-borderColor-magentaDark;
}
.ms-borderColor-magenta,
.ms-borderColor-magenta--hover:hover {
@include ms-borderColor-magenta;
}
.ms-borderColor-magentaLight,
.ms-borderColor-magentaLight--hover:hover {
@include ms-borderColor-magentaLight;
}
.ms-borderColor-purpleDark,
.ms-borderColor-purpleDark--hover:hover {
@include ms-borderColor-purpleDark;
}
.ms-borderColor-purple,
.ms-borderColor-purple--hover:hover {
@include ms-borderColor-purple;
}
.ms-borderColor-purpleLight,
.ms-borderColor-purpleLight--hover:hover {
@include ms-borderColor-purpleLight;
}
.ms-borderColor-blueDark,
.ms-borderColor-blueDark--hover:hover {
@include ms-borderColor-blueDark;
}
.ms-borderColor-blueMid,
.ms-borderColor-blueMid--hover:hover {
@include ms-borderColor-blueMid;
}
.ms-borderColor-blue,
.ms-borderColor-blue--hover:hover {
@include ms-borderColor-blue;
}
.ms-borderColor-blueLight,
.ms-borderColor-blueLight--hover:hover {
@include ms-borderColor-blueLight;
}
.ms-borderColor-tealDark,
.ms-borderColor-tealDark--hover:hover {
@include ms-borderColor-tealDark;
}
.ms-borderColor-teal,
.ms-borderColor-teal--hover:hover {
@include ms-borderColor-teal;
}
.ms-borderColor-tealLight,
.ms-borderColor-tealLight--hover:hover {
@include ms-borderColor-tealLight;
}
.ms-borderColor-greenDark,
.ms-borderColor-greenDark--hover:hover {
@include ms-borderColor-greenDark;
}
.ms-borderColor-green,
.ms-borderColor-green--hover:hover {
@include ms-borderColor-green;
}
.ms-borderColor-greenLight,
.ms-borderColor-greenLight--hover:hover {
@include ms-borderColor-greenLight;
}
@@ -0,0 +1,33 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
// Produce @font-face definitions for each of the web fonts.
@include ms-font-face('Leelawadee UI Web', 'leelawadeeui-thai', 'leelawadeeui');
@include ms-font-face('Segoe UI Web (Arabic)', 'segoeui-arabic');
@include ms-font-face('Segoe UI Web (Cyrillic)', 'segoeui-cyrillic');
@include ms-font-face('Segoe UI Web (East European)', 'segoeui-easteuropean');
@include ms-font-face('Segoe UI Web (Greek)', 'segoeui-greek');
@include ms-font-face('Segoe UI Web (Hebrew)', 'segoeui-hebrew');
@include ms-font-face('Segoe UI Web (Vietnamese)', 'segoeui-vietnamese');
@include ms-font-face('Segoe UI Web (West European)', 'segoeui-westeuropean');
@include ms-font-face('Selawik Web', 'selawik', 'selawik');
// Leelawadee UI (Thai and Lao) does not have a 'light' weight, so we override
// the font-face generated above to use the 'semilight' weight instead.
@font-face {
font-family: 'Leelawadee UI Web';
src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2') format('woff2'),
url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff') format('woff');
font-weight: 100;
font-style: normal;
}
// Leelawadee UI (Thai and Lao) does not have a 'semibold' weight, so we override
// the font-face generated above to use the 'bold' weight instead.
@font-face {
font-family: 'Leelawadee UI Web';
src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2') format('woff2'),
url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@@ -0,0 +1,407 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Super Styles (LIMITED USE)
// Weights: Light
.ms-font-su {
@include ms-font-su;
}
// No touch class for Super
// Extra-Extra-Large
// Allowed weights: Light, SemiLight
.ms-font-xxl {
@include ms-font-xxl;
}
// Extra-Large Plus Styles
// Allowed weights: Light, SemiLight
.ms-font-xl-plus {
@include ms-font-xl-plus;
}
// Extra-Large Styles
// Allowed weights: Light, SemiLight
.ms-font-xl {
@include ms-font-xl;
}
// Large Styles
// Allowed weights: SemiLight, Regular, Semibold
.ms-font-l {
@include ms-font-l;
}
// Medium Plus Styles
// Allowed weights: SemiLight, Regular, Semibold
.ms-font-m-plus {
@include ms-font-m-plus;
}
// Medium Styles
// Allowed weights: SemiLight, Regular, Semibold
.ms-font-m {
@include ms-font-m;
}
// Small Plus Styles
// Allowed weights: SemiLight, Regular, Semibold
.ms-font-s-plus {
@include ms-font-s-plus;
}
// Small Styles
// Allowed weights: SemiLight, Regular, Semibold
.ms-font-s {
@include ms-font-s;
}
// XS Styles
// Allowed weights: SemiLight, Regular, Semibold
.ms-font-xs {
@include ms-font-xs;
}
// Micro Styles (LIMITED USE)
// Weights: Semibold
.ms-font-mi {
@include ms-font-mi;
}
//== Helper classes & mixins
//
// Helper mixins to override default type values
// Font weights
.ms-fontWeight-light {
@include ms-fontWeight-light;
}
.ms-fontWeight-semilight {
@include ms-fontWeight-semilight;
}
.ms-fontWeight-regular {
@include ms-fontWeight-regular;
}
.ms-fontWeight-semibold {
@include ms-fontWeight-semibold;
}
.ms-fontWeight-bold {
@include ms-fontWeight-bold;
}
// Font sizes
.ms-fontSize-su {
@include ms-fontSize-su;
}
.ms-fontSize-xxl {
@include ms-fontSize-xxl;
}
.ms-fontSize-xlPlus {
@include ms-fontSize-xlPlus;
}
.ms-fontSize-xl {
@include ms-fontSize-xl;
}
.ms-fontSize-l {
@include ms-fontSize-l;
}
.ms-fontSize-mPlus {
@include ms-fontSize-mPlus;
}
.ms-fontSize-m {
@include ms-fontSize-m;
}
.ms-fontSize-sPlus {
@include ms-fontSize-sPlus;
}
.ms-fontSize-s {
@include ms-fontSize-s;
}
.ms-fontSize-xs {
@include ms-fontSize-xs;
}
.ms-fontSize-mi {
@include ms-fontSize-mi;
}
// Theme colors
.ms-fontColor-themeDarker,
.ms-fontColor-themeDarker--hover:hover {
@include ms-fontColor-themeDarker;
}
.ms-fontColor-themeDark,
.ms-fontColor-themeDark--hover:hover {
@include ms-fontColor-themeDark;
}
.ms-fontColor-themeDarkAlt,
.ms-fontColor-themeDarkAlt--hover:hover {
@include ms-fontColor-themeDarkAlt;
}
.ms-fontColor-themePrimary,
.ms-fontColor-themePrimary--hover:hover {
@include ms-fontColor-themePrimary;
}
.ms-fontColor-themeSecondary,
.ms-fontColor-themeSecondary--hover:hover {
@include ms-fontColor-themeSecondary;
}
.ms-fontColor-themeTertiary,
.ms-fontColor-themeTertiary--hover:hover {
@include ms-fontColor-themeTertiary;
}
.ms-fontColor-themeLight,
.ms-fontColor-themeLight--hover:hover {
@include ms-fontColor-themeLight;
}
.ms-fontColor-themeLighter,
.ms-fontColor-themeLighter--hover:hover {
@include ms-fontColor-themeLighter;
}
.ms-fontColor-themeLighterAlt,
.ms-fontColor-themeLighterAlt--hover:hover {
@include ms-fontColor-themeLighterAlt;
}
// Neutral colors
.ms-fontColor-black,
.ms-fontColor-black--hover:hover {
@include ms-fontColor-black;
}
.ms-fontColor-neutralDark,
.ms-fontColor-neutralDark--hover:hover {
@include ms-fontColor-neutralDark;
}
.ms-fontColor-neutralPrimary,
.ms-fontColor-neutralPrimary--hover:hover {
@include ms-fontColor-neutralPrimary;
}
.ms-fontColor-neutralPrimaryAlt,
.ms-fontColor-neutralPrimaryAlt--hover:hover {
@include ms-fontColor-neutralPrimaryAlt;
}
.ms-fontColor-neutralSecondary,
.ms-fontColor-neutralSecondary--hover:hover {
@include ms-fontColor-neutralSecondary;
}
.ms-fontColor-neutralSecondaryAlt,
.ms-fontColor-neutralSecondaryAlt--hover:hover {
@include ms-fontColor-neutralSecondaryAlt;
}
.ms-fontColor-neutralTertiary,
.ms-fontColor-neutralTertiary--hover:hover {
@include ms-fontColor-neutralTertiary;
}
.ms-fontColor-neutralTertiaryAlt,
.ms-fontColor-neutralTertiaryAlt--hover:hover {
@include ms-fontColor-neutralTertiaryAlt;
}
.ms-fontColor-neutralQuaternary,
.ms-fontColor-neutralQuaternary--hover:hover {
@include ms-fontColor-neutralQuaternary;
}
.ms-fontColor-neutralQuaternaryAlt,
.ms-fontColor-neutralQuaternaryAlt--hover:hover {
@include ms-fontColor-neutralQuaternaryAlt;
}
.ms-fontColor-neutralLight,
.ms-fontColor-neutralLight--hover:hover {
@include ms-fontColor-neutralLight;
}
.ms-fontColor-neutralLighter,
.ms-fontColor-neutralLighter--hover:hover {
@include ms-fontColor-neutralLighter;
}
.ms-fontColor-neutralLighterAlt,
.ms-fontColor-neutralLighterAlt--hover:hover {
@include ms-fontColor-neutralLighterAlt;
}
.ms-fontColor-white,
.ms-fontColor-white--hover:hover {
@include ms-fontColor-white;
}
// Brand and accent colors
.ms-fontColor-yellow,
.ms-fontColor-yellow--hover:hover {
@include ms-fontColor-yellow;
}
.ms-fontColor-yellowLight,
.ms-fontColor-yellowLight--hover:hover {
@include ms-fontColor-yellowLight;
}
.ms-fontColor-orange,
.ms-fontColor-orange--hover:hover {
@include ms-fontColor-orange;
}
.ms-fontColor-orangeLight,
.ms-fontColor-orangeLight--hover:hover {
@include ms-fontColor-orangeLight;
}
.ms-fontColor-orangeLighter,
.ms-fontColor-orangeLighter--hover:hover {
@include ms-fontColor-orangeLighter;
}
.ms-fontColor-redDark,
.ms-fontColor-redDark--hover:hover {
@include ms-fontColor-redDark;
}
.ms-fontColor-red,
.ms-fontColor-red--hover:hover {
@include ms-fontColor-red;
}
.ms-fontColor-magentaDark,
.ms-fontColor-magentaDark--hover:hover {
@include ms-fontColor-magentaDark;
}
.ms-fontColor-magenta,
.ms-fontColor-magenta--hover:hover {
@include ms-fontColor-magenta;
}
.ms-fontColor-magentaLight,
.ms-fontColor-magentaLight--hover:hover {
@include ms-fontColor-magentaLight;
}
.ms-fontColor-purpleDark,
.ms-fontColor-purpleDark--hover:hover {
@include ms-fontColor-purpleDark;
}
.ms-fontColor-purple,
.ms-fontColor-purple--hover:hover {
@include ms-fontColor-purple;
}
.ms-fontColor-purpleLight,
.ms-fontColor-purpleLight--hover:hover {
@include ms-fontColor-purpleLight;
}
.ms-fontColor-blueDark,
.ms-fontColor-blueDark--hover:hover {
@include ms-fontColor-blueDark;
}
.ms-fontColor-blueMid,
.ms-fontColor-blueMid--hover:hover {
@include ms-fontColor-blueMid;
}
.ms-fontColor-blue,
.ms-fontColor-blue--hover:hover {
@include ms-fontColor-blue;
}
.ms-fontColor-blueLight,
.ms-fontColor-blueLight--hover:hover {
@include ms-fontColor-blueLight;
}
.ms-fontColor-tealDark,
.ms-fontColor-tealDark--hover:hover {
@include ms-fontColor-tealDark;
}
.ms-fontColor-teal,
.ms-fontColor-teal--hover:hover {
@include ms-fontColor-teal;
}
.ms-fontColor-tealLight,
.ms-fontColor-tealLight--hover:hover {
@include ms-fontColor-tealLight;
}
.ms-fontColor-greenDark,
.ms-fontColor-greenDark--hover:hover {
@include ms-fontColor-greenDark;
}
.ms-fontColor-green,
.ms-fontColor-green--hover:hover {
@include ms-fontColor-green;
}
.ms-fontColor-greenLight,
.ms-fontColor-greenLight--hover:hover {
@include ms-fontColor-greenLight;
}
// Message colors
.ms-fontColor-info,
.ms-fontColor-info--hover:hover {
@include ms-fontColor-info;
}
.ms-fontColor-success,
.ms-fontColor-success--hover:hover {
@include ms-fontColor-success;
}
.ms-fontColor-alert,
.ms-fontColor-alert--hover:hover { // Deprecated: Use ms-fontColor-severeWarning
@include ms-fontColor-alert;
}
.ms-fontColor-warning,
.ms-fontColor-warning--hover:hover {
@include ms-fontColor-warning;
}
.ms-fontColor-severeWarning,
.ms-fontColor-severeWarning--hover:hover {
@include ms-fontColor-severeWarning;
}
.ms-fontColor-error,
.ms-fontColor-error--hover:hover {
@include ms-fontColor-error;
}
@@ -0,0 +1,24 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Fluid 12-column grids for small, medium, and large devices
//== Grid container (same for all sizes)
//
.ms-Grid {
@include ms-Grid;
}
//== Grid rows (pull first and last column out)
//
.ms-Grid-row {
@include ms-Grid-row;
}
//== Grid cells
//
.ms-Grid-col {
@include ms-Grid-col;
}
@@ -0,0 +1,29 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Icon font-family definition
/*
Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license
*/
// Font-face definition for the 'FabricMDL2Icons' icon font
@font-face {
$icon-font-family: 'FabricMDL2Icons';
$icon-font-name: 'fabricmdl2icons';
$icon-font-version: '2.68';
@if variable_exists(do-scope-styles) {
$icon-font-family: 'FabricMDL2Icons-' + $ms-fabric-version-major;
$icon-font-name: 'scoped/fabricmdl2icons-' + $ms-fabric-version-major;
}
font-family: $icon-font-family;
src: url('https://static2.sharepointonline.com/files/fabric/assets/icons/#{$icon-font-name}-#{$icon-font-version}.woff2') format('woff2'),
url('https://static2.sharepointonline.com/files/fabric/assets/icons/#{$icon-font-name}-#{$icon-font-version}.woff') format('woff'),
url('https://static2.sharepointonline.com/files/fabric/assets/icons/#{$icon-font-name}-#{$icon-font-version}.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@@ -0,0 +1,37 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Icon class definitions
// Base icon definition
.ms-Icon {
@include ms-Icon;
}
// Modifier: Place the icon in a circle
.ms-Icon--circle {
@include ms-Icon--circle;
}
// Modifiers: Size classes
.ms-Icon--xs {
@include ms-Icon--xs;
}
.ms-Icon--s {
@include ms-Icon--s;
}
.ms-Icon--m {
@include ms-Icon--m;
}
.ms-Icon--l {
@include ms-Icon--l;
}
// Modifiers: Each of the icons.
@include ms-icon-classes($ms-icon-map);
@@ -0,0 +1,27 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Variables and mixins that can be referenced without outputting any CSS.
// Variables
@import './variables/Animation.Variables';
@import './variables/BrandIcon.Variables';
@import './variables/Color.Variables';
@import './variables/Font.Variables';
@import './variables/General.Variables';
@import './variables/Icon.Variables';
@import './variables/Responsive.Variables';
@import './variables/ZIndex.Variables';
// Mixins
@import './mixins/Animation.Mixins';
@import './mixins/BrandIcon.Mixins';
@import './mixins/Color.Mixins';
@import './mixins/Directionality.Mixins';
@import './mixins/Font.Mixins';
@import './mixins/Grid.Mixins';
@import './mixins/Icon.Mixins';
@import './mixins/General.Mixins';
@import './mixins/Responsive.Mixins';
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,54 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Some mixins are output to CSS classes as utilities.
// The best box is a border box.
.ms-borderBox, .ms-borderBox::before, .ms-borderBox::after {
@include ms-borderBox;
}
// To apply border base settings
.ms-borderBase {
@include ms-borderBase;
}
// Ensures the block expands to the full height to enclose its floated childen.
.ms-clearfix {
@include ms-clearfix;
}
// Basic border-box, margin, and padding reset.
.ms-normalize {
@include ms-normalize;
}
// Text alignments.
.ms-textAlignLeft {
@include ms-text-align(left);
}
.ms-textAlignRight {
@include ms-text-align(right);
}
.ms-textAlignCenter {
text-align: center;
}
// Use to hide content while still making it readable by screen reader (Accessibility)
.ms-screenReaderOnly {
@include ms-screenReaderOnly;
}
// Use to add truncation with ellipsis
.ms-textTruncate {
@include ms-textTruncate;
}
// Use to disable text wrapping
.ms-noWrap{
@include ms-noWrap;
}
@@ -0,0 +1,42 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Wrapper component to set base typography.
.ms-Fabric {
@include ms-Fabric;
}
// Create overrides for each language that has an alternate font-family.
@include ms-font-family-language-override('ar', $ms-font-family-arabic);
@include ms-font-family-language-override('bg', $ms-font-family-cyrillic);
@include ms-font-family-language-override('cs', $ms-font-family-east-european);
@include ms-font-family-language-override('el', $ms-font-family-greek);
@include ms-font-family-language-override('et', $ms-font-family-east-european);
@include ms-font-family-language-override('he', $ms-font-family-hebrew);
@include ms-font-family-language-override('hi', $ms-font-family-hindi);
@include ms-font-family-language-override('hr', $ms-font-family-east-european);
@include ms-font-family-language-override('hu', $ms-font-family-east-european);
@include ms-font-family-language-override('ja', $ms-font-family-japanese);
@include ms-font-family-language-override('kk', $ms-font-family-east-european);
@include ms-font-family-language-override('ko', $ms-font-family-korean);
@include ms-font-family-language-override('lo', $ms-font-family-lao);
@include ms-font-family-language-override('lt', $ms-font-family-east-european);
@include ms-font-family-language-override('lv', $ms-font-family-east-european);
@include ms-font-family-language-override('pl', $ms-font-family-east-european);
@include ms-font-family-language-override('ru', $ms-font-family-cyrillic);
@include ms-font-family-language-override('sk', $ms-font-family-east-european);
@include ms-font-family-language-override('sr-latn', $ms-font-family-east-european);
@include ms-font-family-language-override('th', $ms-font-family-thai);
@include ms-font-family-language-override('tr', $ms-font-family-east-european);
@include ms-font-family-language-override('uk', $ms-font-family-cyrillic);
@include ms-font-family-language-override('vi', $ms-font-family-vietnamese);
@include ms-font-family-language-override('zh-hans', $ms-font-family-chinese-simplified);
@include ms-font-family-language-override('zh-hant', $ms-font-family-chinese-traditional);
// Modifier: Use Selawik as an open source alternative to Segoe UI.
.ms-Fabric--selawik {
font-family: $ms-font-family-selawik;
}
@@ -0,0 +1,451 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Fabric Animations
// Outputs the keyframes used by the animation classes
@mixin ms-animation-keyframes() {
// Set a default value for the version-scoped variable if it isn't assigned
$ms-fabric-version-suffix: '' !default;
@keyframes ms-slideRightIn10#{$ms-fabric-version-suffix} {
from { transform: translate3d(-10px, 0px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideRightIn20#{$ms-fabric-version-suffix} {
from { transform: translate3d(-20px, 0px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideRightIn40#{$ms-fabric-version-suffix} {
from { transform: translate3d(-40px, 0px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideRightIn400#{$ms-fabric-version-suffix} {
from { transform: translate3d(-400px, 0px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideRightOut40#{$ms-fabric-version-suffix} {
from { transform: translate3d(0px, 0px, 0px); }
to { transform: translate3d(40px, 0px, 0px); }
}
@keyframes ms-slideRightOut400#{$ms-fabric-version-suffix} {
from { transform: translate3d(0, 0px, 0px); }
to { transform: translate3d(400px, 0px, 0px); }
}
@keyframes ms-slideLeftIn10#{$ms-fabric-version-suffix} {
from { transform: translate3d(10px, 0px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideLeftIn20#{$ms-fabric-version-suffix} {
from { transform: translate3d(20px, 0px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideLeftIn40#{$ms-fabric-version-suffix} {
from { transform: translate3d(40px, 0px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideLeftIn400#{$ms-fabric-version-suffix} {
from { transform: translate3d(400px, 0px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideLeftOut40#{$ms-fabric-version-suffix} {
from { transform: translate3d(0, 0px, 0px); }
to { transform: translate3d(-40px, 0px, 0px); }
}
@keyframes ms-slideLeftOut400#{$ms-fabric-version-suffix} {
from { transform: translate3d(0, 0px, 0px); }
to { transform: translate3d(-400px, 0px, 0px); }
}
@keyframes ms-slideUpIn10#{$ms-fabric-version-suffix} {
from { transform: translate3d(0px, 10px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideUpIn20#{$ms-fabric-version-suffix} {
from { transform: translate3d(0px, 20px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideDownIn10#{$ms-fabric-version-suffix} {
from { transform: translate3d(0px, -10px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideDownIn20#{$ms-fabric-version-suffix} {
from { transform: translate3d(0px, -20px, 0px); }
to { transform: translate3d(0px, 0px, 0px); }
}
@keyframes ms-slideUpOut10#{$ms-fabric-version-suffix} {
from { transform: translate3d(0px, 0, 0px); }
to { transform: translate3d(0px, -10px, 0px); }
}
@keyframes ms-slideUpOut20#{$ms-fabric-version-suffix} {
from { transform: translate3d(0px, 0, 0px); }
to { transform: translate3d(0px, -20px, 0px); }
}
@keyframes ms-slideDownOut10#{$ms-fabric-version-suffix} {
from { transform: translate3d(0px, 0, 0px); }
to { transform: translate3d(0px, 10px, 0px); }
}
@keyframes ms-slideDownOut20#{$ms-fabric-version-suffix} {
from { transform: translate3d(0px, 0, 0px); }
to { transform: translate3d(0px, 20px, 0px); }
}
@keyframes ms-scaleUp100#{$ms-fabric-version-suffix} {
from { transform: scale3d(.98, .98, 1); }
to { transform: scale3d(1, 1, 1); }
}
@keyframes ms-scaleUp103#{$ms-fabric-version-suffix} {
from { transform: scale3d(1, 1, 1); }
to { transform: scale3d(1.03, 1.03, 1); }
}
@keyframes ms-scaleDown98#{$ms-fabric-version-suffix} {
from { transform: scale3d(1, 1, 1); }
to { transform: scale3d(0.98, 0.98, 1); }
}
@keyframes ms-scaleDown100#{$ms-fabric-version-suffix} {
from { transform: scale3d(1.03, 1.03, 1); }
to { transform: scale3d(1, 1, 1); }
}
@keyframes ms-fadeIn#{$ms-fabric-version-suffix} {
from {
opacity: 0;
animation-timing-function: $ms-animation-ease-2;
}
to { opacity: 1; }
}
@keyframes ms-fadeOut#{$ms-fabric-version-suffix} {
from {
opacity: 1;
animation-timing-function: $ms-animation-ease-2;
}
to { opacity: 0; }
}
@keyframes ms-rotate90#{$ms-fabric-version-suffix} {
from { transform: rotateZ(0deg); }
to { transform: rotateZ(90deg); }
}
@keyframes ms-rotateN90#{$ms-fabric-version-suffix} {
from { transform: rotateZ(90deg); }
to { transform: rotateZ(0deg); }
}
}
// Wraps content in a 'prefers-reduced-motion' media query, so that it will only be
// applied where the user has opted to reduce motion. This is currently supported by
// Safari on iOS and macOS, and will likely be coming to other browsers in the future.
//
// See this article: https://css-tricks.com/introduction-reduced-motion-media-query/
@mixin ms-prefers-reduced-motion {
@media (prefers-reduced-motion: reduce) {
@content;
}
}
// Outputs the properties for an animation.
@mixin ms-animation($names, $duration, $timing: $ms-animation-ease-1, $fillMode: both) {
// Set a default value for the version-scoped variable if it isn't assigned.
$ms-fabric-version-suffix: '' !default;
// Append the scoping suffix to each animation name.
$namelist: ();
@each $name in $names {
$newname: $name#{$ms-fabric-version-suffix};
$namelist: append($namelist, unquote($newname), 'comma');
}
// Output the animation's properties.
animation-name: $namelist;
animation-duration: $duration;
animation-timing-function: $timing;
animation-fill-mode: $fillMode;
// Make the animation instant for users who prefer no motion.
@include ms-prefers-reduced-motion {
animation: none;
}
}
// Ouptuts the properties for a transition.
@mixin ms-transition($transition) {
transition: $transition;
// Make the transition instant for users who prefer no motion.
@include ms-prefers-reduced-motion {
transition: none;
}
}
// Slide
@mixin ms-slideRightIn10 {
@include ms-LTR {
@include ms-animation((ms-fadeIn, ms-slideRightIn10), $ms-animation-duration-3, $ms-animation-ease-1);
}
@include ms-RTL {
@include ms-animation((ms-fadeIn, ms-slideLeftIn10), $ms-animation-duration-3, $ms-animation-ease-1);
}
}
@mixin ms-slideRightIn20 {
@include ms-LTR {
@include ms-animation((ms-fadeIn, ms-slideRightIn20), $ms-animation-duration-3, $ms-animation-ease-1);
}
@include ms-RTL {
@include ms-animation((ms-fadeIn, ms-slideLeftIn20), $ms-animation-duration-3, $ms-animation-ease-1);
}
}
@mixin ms-slideRightIn40 {
@include ms-LTR {
@include ms-animation((ms-fadeIn, ms-slideRightIn40), $ms-animation-duration-3, $ms-animation-ease-1);
}
@include ms-RTL {
@include ms-animation((ms-fadeIn, ms-slideLeftIn40), $ms-animation-duration-3, $ms-animation-ease-1);
}
}
@mixin ms-slideRightIn400 {
@include ms-LTR {
@include ms-animation((ms-fadeIn, ms-slideRightIn400), $ms-animation-duration-3, $ms-animation-ease-1);
}
@include ms-RTL {
@include ms-animation((ms-fadeIn, ms-slideLeftIn400), $ms-animation-duration-3, $ms-animation-ease-1);
}
}
@mixin ms-slideRightOut40 {
@include ms-LTR {
@include ms-animation((ms-fadeOut, ms-slideRightOut40), $ms-animation-duration-1, $ms-animation-ease-2);
}
@include ms-RTL {
@include ms-animation((ms-fadeOut, ms-slideLeftOut40), $ms-animation-duration-1, $ms-animation-ease-2);
}
}
@mixin ms-slideRightOut400 {
@include ms-LTR {
@include ms-animation((ms-fadeOut, ms-slideRightOut400), $ms-animation-duration-1, $ms-animation-ease-2);
}
@include ms-RTL {
@include ms-animation((ms-fadeOut, ms-slideLeftOut400), $ms-animation-duration-1, $ms-animation-ease-2);
}
}
@mixin ms-slideLeftIn10 {
@include ms-LTR {
@include ms-animation((ms-fadeIn, ms-slideLeftIn10), $ms-animation-duration-3, $ms-animation-ease-1);
}
@include ms-RTL {
@include ms-animation((ms-fadeIn, ms-slideRightIn10), $ms-animation-duration-3, $ms-animation-ease-1);
}
}
@mixin ms-slideLeftIn20 {
@include ms-LTR {
@include ms-animation((ms-fadeIn, ms-slideLeftIn20), $ms-animation-duration-3, $ms-animation-ease-1);
}
@include ms-RTL {
@include ms-animation((ms-fadeIn, ms-slideRightIn20), $ms-animation-duration-3, $ms-animation-ease-1);
}
}
@mixin ms-slideLeftIn40 {
@include ms-LTR {
@include ms-animation((ms-fadeIn, ms-slideLeftIn40), $ms-animation-duration-3, $ms-animation-ease-1);
}
@include ms-RTL {
@include ms-animation((ms-fadeIn, ms-slideRightIn40), $ms-animation-duration-3, $ms-animation-ease-1);
}
}
@mixin ms-slideLeftIn400 {
@include ms-LTR {
@include ms-animation((ms-fadeIn, ms-slideLeftIn400), $ms-animation-duration-3, $ms-animation-ease-1);
}
@include ms-RTL {
@include ms-animation((ms-fadeIn, ms-slideRightIn400), $ms-animation-duration-3, $ms-animation-ease-1);
}
}
@mixin ms-slideLeftOut40 {
@include ms-LTR {
@include ms-animation((ms-fadeOut, ms-slideLeftOut40), $ms-animation-duration-1, $ms-animation-ease-2);
}
@include ms-RTL {
@include ms-animation((ms-fadeOut, ms-slideRightOut40), $ms-animation-duration-1, $ms-animation-ease-2);
}
}
@mixin ms-slideLeftOut400 {
@include ms-LTR {
@include ms-animation((ms-fadeOut, ms-slideLeftOut400), $ms-animation-duration-1, $ms-animation-ease-2);
}
@include ms-RTL {
@include ms-animation((ms-fadeOut, ms-slideRightOut400), $ms-animation-duration-1, $ms-animation-ease-2);
}
}
@mixin ms-slideUpIn10 {
@include ms-animation((ms-fadeIn, ms-slideUpIn10), $ms-animation-duration-1, $ms-animation-ease-2);
}
@mixin ms-slideUpIn20 {
@include ms-animation((ms-fadeIn, ms-slideUpIn20), $ms-animation-duration-3, $ms-animation-ease-1);
}
@mixin ms-slideDownIn10 {
@include ms-animation((ms-fadeIn, ms-slideDownIn10), $ms-animation-duration-1, $ms-animation-ease-2);
}
@mixin ms-slideDownIn20 {
@include ms-animation((ms-fadeIn, ms-slideDownIn20), $ms-animation-duration-3, $ms-animation-ease-1);
}
@mixin ms-slideUpOut10 {
@include ms-animation((ms-fadeOut, ms-slideUpOut10), $ms-animation-duration-1, $ms-animation-ease-2);
}
@mixin ms-slideUpOut20 {
@include ms-animation((ms-fadeOut, ms-slideUpOut20), $ms-animation-duration-1, $ms-animation-ease-2);
}
@mixin ms-slideDownOut10 {
@include ms-animation((ms-fadeOut, ms-slideDownOut10), $ms-animation-duration-1, $ms-animation-ease-2);
}
@mixin ms-slideDownOut20 {
@include ms-animation((ms-fadeOut, ms-slideDownOut20), $ms-animation-duration-1, $ms-animation-ease-2);
}
// Scale
@mixin ms-scaleUpIn100 {
@include ms-animation((ms-fadeIn, ms-scaleUp100), $ms-animation-duration-3, $ms-animation-ease-1);
}
@mixin ms-scaleUpOut103 {
@include ms-animation((ms-fadeOut, ms-scaleUp103), $ms-animation-duration-1, $ms-animation-ease-2);
}
@mixin ms-scaleDownOut98 {
@include ms-animation((ms-fadeOut, ms-scaleDown98), $ms-animation-duration-1, $ms-animation-ease-2);
}
@mixin ms-scaleDownIn100 {
@include ms-animation((ms-fadeIn, ms-scaleDown100), $ms-animation-duration-3, $ms-animation-ease-1);
}
// Rotate
// @todo: These durations should use a variable, likely $ms-animation-duration-1
@mixin ms-rotate90deg {
@include ms-LTR {
@include ms-animation(ms-rotate90, 0.1s, $ms-animation-ease-2);
}
@include ms-RTL {
@include ms-animation(ms-rotateN90, 0.1s, $ms-animation-ease-2);
}
}
@mixin ms-rotateN90deg {
@include ms-LTR {
@include ms-animation(ms-rotateN90, 0.1s, $ms-animation-ease-2);
}
@include ms-RTL {
@include ms-animation(ms-rotate90, 0.1s, $ms-animation-ease-2);
}
}
// Fade
@mixin ms-fadeIn100 {
@include ms-animation(ms-fadeIn, $ms-animation-duration-1);
}
@mixin ms-fadeIn200 {
@include ms-animation(ms-fadeIn, $ms-animation-duration-2);
}
@mixin ms-fadeIn400 {
@include ms-animation(ms-fadeIn, $ms-animation-duration-3);
}
@mixin ms-fadeIn500 {
@include ms-animation(ms-fadeIn, $ms-animation-duration-4);
}
@mixin ms-fadeOut100 {
@include ms-animation(ms-fadeOut, 0.1s); // @todo: This is the only duration that matches the class name
}
@mixin ms-fadeOut200 {
@include ms-animation(ms-fadeOut, $ms-animation-duration-1); // @todo: Based on class name, likely intended to be 0.2s
}
@mixin ms-fadeOut400 {
@include ms-animation(ms-fadeOut, $ms-animation-duration-3); // @todo: Based on class name, likely intended to be 0.4s
}
@mixin ms-fadeOut500 {
@include ms-animation(ms-fadeOut, $ms-animation-duration-4); // @todo: Based on class name, likely intended to be 0.5s
}
// Expand-collapse
@mixin ms-expandCollapse100 {
@include ms-transition(height 0.1s $ms-animation-ease-2); // @todo: This is the only duration that matches the class name
}
@mixin ms-expandCollapse200 {
@include ms-transition(height $ms-animation-duration-1 $ms-animation-ease-2); // @todo: Based on class name, likely intended to be 0.2s
}
@mixin ms-expandCollapse400 {
@include ms-transition(height $ms-animation-duration-3 $ms-animation-ease-2); // @todo: Based on class name, likely intended to be 0.4s
}
// Utilities to set the animation delay property.
@mixin ms-delay100 {
animation-delay: $ms-animation-duration-1; // @todo: Based on class name, likely intended to be 0.1s
}
@mixin ms-delay200 {
animation-delay: $ms-animation-duration-2; // @todo: Based on class name, likely intended to be 0.2s
}
@@ -0,0 +1,54 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
// Generate classes for product and document icons
@mixin ms-brand-icon-classes($retina) {
@each $icon in $ms-brand-icon-product-icons {
.ms-BrandIcon--#{$icon} {
@include ms-brand-icon-product-sizes($icon, $retina, $ms-brand-icon-product-images-path);
}
}
@each $icon in $ms-brand-icon-document-icons {
.ms-BrandIcon--#{$icon} {
@include ms-brand-icon-document-sizes($icon, $retina, $ms-brand-icon-document-images-path);
}
}
}
// Generate size classes for each product icon
@mixin ms-brand-icon-product-sizes($icon, $retina, $images-path) {
@each $size in $ms-brand-icon-sizes {
&.ms-BrandIcon--icon#{$size} {
background-image: url(#{$images-path}/#{$icon}_#{$size}x#{$retina}.png);
}
}
}
// Generate size classes for each document icon
@mixin ms-brand-icon-document-sizes($icon, $retina, $images-path) {
$scaleSuffix: '';
@if $retina == '1' {
$scaleSuffix: '';
} @else if $retina == '1_5' {
$scaleSuffix: '_1.5x';
} @else {
$scaleSuffix: '_#{$retina}x';
}
@each $size in $ms-brand-icon-sizes {
&.ms-BrandIcon--icon#{$size} {
background-image: url(#{$images-path}/#{$size}#{$scaleSuffix}/#{$icon}.png);
}
}
}
// Generate generic icon size classes
@mixin ms-brand-icon-size-classes() {
@each $size in $ms-brand-icon-sizes {
.ms-BrandIcon--icon#{$size} {
background-size: 100% 100%;
width: #{$size}px;
height: #{$size}px;
}
}
}
@@ -0,0 +1,428 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Fabric Core Color Mixins
//== Background colors
//
// Theme colors
@mixin ms-bgColor-themeDark {
background-color: $ms-color-themeDark;
}
@mixin ms-bgColor-themeDarkAlt {
background-color: $ms-color-themeDarkAlt;
}
@mixin ms-bgColor-themeDarker {
background-color: $ms-color-themeDarker;
}
@mixin ms-bgColor-themePrimary {
background-color: $ms-color-themePrimary;
}
@mixin ms-bgColor-themeSecondary {
background-color: $ms-color-themeSecondary;
}
@mixin ms-bgColor-themeTertiary {
background-color: $ms-color-themeTertiary;
}
@mixin ms-bgColor-themeLight {
background-color: $ms-color-themeLight;
}
@mixin ms-bgColor-themeLighter {
background-color: $ms-color-themeLighter;
}
@mixin ms-bgColor-themeLighterAlt {
background-color: $ms-color-themeLighterAlt;
}
// Neutral colors
@mixin ms-bgColor-black {
background-color: $ms-color-black;
}
@mixin ms-bgColor-neutralDark {
background-color: $ms-color-neutralDark;
}
@mixin ms-bgColor-neutralPrimary {
background-color: $ms-color-neutralPrimary;
}
@mixin ms-bgColor-neutralPrimaryAlt {
background-color: $ms-color-neutralPrimaryAlt;
}
@mixin ms-bgColor-neutralSecondary {
background-color: $ms-color-neutralSecondary;
}
@mixin ms-bgColor-neutralSecondaryAlt {
background-color: $ms-color-neutralSecondaryAlt;
}
@mixin ms-bgColor-neutralTertiary {
background-color: $ms-color-neutralTertiary;
}
@mixin ms-bgColor-neutralTertiaryAlt {
background-color: $ms-color-neutralTertiaryAlt;
}
@mixin ms-bgColor-neutralQuaternary {
background-color: $ms-color-neutralQuaternary;
}
@mixin ms-bgColor-neutralQuaternaryAlt {
background-color: $ms-color-neutralQuaternaryAlt;
}
@mixin ms-bgColor-neutralLight {
background-color: $ms-color-neutralLight;
}
@mixin ms-bgColor-neutralLighter {
background-color: $ms-color-neutralLighter;
}
@mixin ms-bgColor-neutralLighterAlt {
background-color: $ms-color-neutralLighterAlt;
}
@mixin ms-bgColor-white {
background-color: $ms-color-white;
}
// Brand and accent colors
@mixin ms-bgColor-yellow {
background-color: $ms-color-yellow;
}
@mixin ms-bgColor-yellowLight {
background-color: $ms-color-yellowLight;
}
@mixin ms-bgColor-orange {
background-color: $ms-color-orange;
}
@mixin ms-bgColor-orangeLight {
background-color: $ms-color-orangeLight;
}
@mixin ms-bgColor-orangeLighter {
background-color: $ms-color-orangeLighter;
}
@mixin ms-bgColor-redDark {
background-color: $ms-color-redDark;
}
@mixin ms-bgColor-red {
background-color: $ms-color-red;
}
@mixin ms-bgColor-magentaDark {
background-color: $ms-color-magentaDark;
}
@mixin ms-bgColor-magenta {
background-color: $ms-color-magenta;
}
@mixin ms-bgColor-magentaLight {
background-color: $ms-color-magentaLight;
}
@mixin ms-bgColor-purpleDark {
background-color: $ms-color-purpleDark;
}
@mixin ms-bgColor-purple {
background-color: $ms-color-purple;
}
@mixin ms-bgColor-purpleLight {
background-color: $ms-color-purpleLight;
}
@mixin ms-bgColor-blueDark {
background-color: $ms-color-blueDark;
}
@mixin ms-bgColor-blueMid {
background-color: $ms-color-blueMid;
}
@mixin ms-bgColor-blue {
background-color: $ms-color-blue;
}
@mixin ms-bgColor-blueLight {
background-color: $ms-color-blueLight;
}
@mixin ms-bgColor-tealDark {
background-color: $ms-color-tealDark;
}
@mixin ms-bgColor-teal {
background-color: $ms-color-teal;
}
@mixin ms-bgColor-tealLight {
background-color: $ms-color-tealLight;
}
@mixin ms-bgColor-greenDark {
background-color: $ms-color-greenDark;
}
@mixin ms-bgColor-green {
background-color: $ms-color-green;
}
@mixin ms-bgColor-greenLight {
background-color: $ms-color-greenLight;
}
// Message colors
@mixin ms-bgColor-info {
background-color: $ms-color-infoBackground;
}
@mixin ms-bgColor-success {
background-color: $ms-color-successBackground;
}
@mixin ms-bgColor-severeWarning {
background-color: $ms-color-severeWarningBackground;
}
@mixin ms-bgColor-warning {
background-color: $ms-color-warningBackground;
}
@mixin ms-bgColor-error {
background-color: $ms-color-errorBackground;
}
//== Border colors
//
// Theme colors
@mixin ms-borderColor-themeDark {
border-color: $ms-color-themeDark;
}
@mixin ms-borderColor-themeDarkAlt {
border-color: $ms-color-themeDarkAlt;
}
@mixin ms-borderColor-themeDarker {
border-color: $ms-color-themeDarker;
}
@mixin ms-borderColor-themePrimary {
border-color: $ms-color-themePrimary;
}
@mixin ms-borderColor-themeSecondary {
border-color: $ms-color-themeSecondary;
}
@mixin ms-borderColor-themeTertiary {
border-color: $ms-color-themeTertiary;
}
@mixin ms-borderColor-themeLight {
border-color: $ms-color-themeLight;
}
@mixin ms-borderColor-themeLighter {
border-color: $ms-color-themeLighter;
}
@mixin ms-borderColor-themeLighterAlt {
border-color: $ms-color-themeLighterAlt;
}
// Neutral colors
@mixin ms-borderColor-black {
border-color: $ms-color-black;
}
@mixin ms-borderColor-neutralDark {
border-color: $ms-color-neutralDark;
}
@mixin ms-borderColor-neutralPrimary {
border-color: $ms-color-neutralPrimary;
}
@mixin ms-borderColor-neutralPrimaryAlt {
border-color: $ms-color-neutralPrimaryAlt;
}
@mixin ms-borderColor-neutralSecondary {
border-color: $ms-color-neutralSecondary;
}
@mixin ms-borderColor-neutralSecondaryAlt {
border-color: $ms-color-neutralSecondaryAlt;
}
@mixin ms-borderColor-neutralTertiary {
border-color: $ms-color-neutralTertiary;
}
@mixin ms-borderColor-neutralTertiaryAlt {
border-color: $ms-color-neutralTertiaryAlt;
}
@mixin ms-borderColor-neutralQuaternary {
border-color: $ms-color-neutralQuaternary;
}
@mixin ms-borderColor-neutralQuaternaryAlt {
border-color: $ms-color-neutralQuaternaryAlt;
}
@mixin ms-borderColor-neutralLight {
border-color: $ms-color-neutralLight;
}
@mixin ms-borderColor-neutralLighter {
border-color: $ms-color-neutralLighter;
}
@mixin ms-borderColor-neutralLighterAlt {
border-color: $ms-color-neutralLighterAlt;
}
@mixin ms-borderColor-white {
border-color: $ms-color-white;
}
// Brand and accent colors
@mixin ms-borderColor-yellow {
border-color: $ms-color-yellow;
}
@mixin ms-borderColor-yellowLight {
border-color: $ms-color-yellowLight;
}
@mixin ms-borderColor-orange {
border-color: $ms-color-orange;
}
@mixin ms-borderColor-orangeLight {
border-color: $ms-color-orangeLight;
}
@mixin ms-borderColor-orangeLighter {
border-color: $ms-color-orangeLighter;
}
@mixin ms-borderColor-redDark {
border-color: $ms-color-redDark;
}
@mixin ms-borderColor-red {
border-color: $ms-color-red;
}
@mixin ms-borderColor-magentaDark {
border-color: $ms-color-magentaDark;
}
@mixin ms-borderColor-magenta {
border-color: $ms-color-magenta;
}
@mixin ms-borderColor-magentaLight {
border-color: $ms-color-magentaLight;
}
@mixin ms-borderColor-purpleDark {
border-color: $ms-color-purpleDark;
}
@mixin ms-borderColor-purple {
border-color: $ms-color-purple;
}
@mixin ms-borderColor-purpleLight {
border-color: $ms-color-purpleLight;
}
@mixin ms-borderColor-blueDark {
border-color: $ms-color-blueDark;
}
@mixin ms-borderColor-blueMid {
border-color: $ms-color-blueMid;
}
@mixin ms-borderColor-blue {
border-color: $ms-color-blue;
}
@mixin ms-borderColor-blueLight {
border-color: $ms-color-blueLight;
}
@mixin ms-borderColor-tealDark {
border-color: $ms-color-tealDark;
}
@mixin ms-borderColor-teal {
border-color: $ms-color-teal;
}
@mixin ms-borderColor-tealLight {
border-color: $ms-color-tealLight;
}
@mixin ms-borderColor-greenDark {
border-color: $ms-color-greenDark;
}
@mixin ms-borderColor-green {
border-color: $ms-color-green;
}
@mixin ms-borderColor-greenLight {
border-color: $ms-color-greenLight;
}
// Message colors
@mixin ms-borderColor-info {
border-color: $ms-color-info;
}
@mixin ms-borderColor-success {
border-color: $ms-color-success;
}
@mixin ms-borderColor-alert {
border-color: $ms-color-alert;
}
@mixin ms-borderColor-error {
border-color: $ms-color-error;
}
@@ -0,0 +1,358 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Directionality mixins to generate LTR and RTL-specific styles
// Base left-to-right mixin definition.
@mixin ms-LTR {
[dir='ltr'] & {
@content;
}
}
// Base right-to-left mixin definition.
@mixin ms-RTL {
[dir='rtl'] & {
@content;
}
}
// Use baseRTL to set the default direction to right-to-left on
// a root element (e.g. page or region) that needs RTL support.
@mixin ms-base-RTL {
@include ms-RTL {
direction: rtl;
unicode-bidi: bidi-override;
}
}
// Common CSS property mixins with support for RTL.
// Use to automatically create RTL versions of your properties.
// Background direction.
@mixin ms-background-position($alignment) {
@if $alignment == left {
@include ms-LTR {
background-position: left;
}
@include ms-RTL {
background-position: right;
}
} @else if $alignment == right {
@include ms-LTR {
background-position: right;
}
@include ms-RTL {
background-position: left;
}
} @else {
background-position: $alignment;
}
}
// Border styles.
@mixin ms-border-color($top, $right, $bottom, $left) {
border-color: $top $right $bottom $left;
@include ms-RTL {
border-color: $top $left $bottom $right;
}
}
@mixin ms-border-left($width, $style, $color) {
@include ms-LTR {
border-left: $width $style $color;
}
@include ms-RTL {
border-right: $width $style $color;
}
}
@mixin ms-border-left-color($color) {
@include ms-LTR {
border-left-color: $color;
}
@include ms-RTL {
border-right-color: $color;
}
}
@mixin ms-border-left-style($style) {
@include ms-LTR {
border-left-style: $style;
}
@include ms-RTL {
border-right-style: $style;
}
}
@mixin ms-border-left-width($width) {
@include ms-LTR {
border-left-width: $width;
}
@include ms-RTL {
border-right-width: $width;
}
}
@mixin ms-border-radius($topLeft, $topRight, $bottomRight, $bottomLeft) {
border-radius: $topLeft $topRight $bottomRight $bottomLeft;
@include ms-RTL {
border-radius: $topRight $topLeft $bottomLeft $bottomRight;
}
}
@mixin ms-border-right($width, $style, $color) {
@include ms-LTR {
border-right: $width $style $color;
}
@include ms-RTL {
border-left: $width $style $color;
}
}
@mixin ms-border-right-color($color) {
@include ms-LTR {
border-right-color: $color;
}
@include ms-RTL {
border-left-color: $color;
}
}
@mixin ms-border-right-style($style) {
@include ms-LTR {
border-right-style: $style;
}
@include ms-RTL {
border-left-style: $style;
}
}
@mixin ms-border-right-width($width) {
@include ms-LTR {
border-right-width: $width;
}
@include ms-RTL {
border-left-width: $width;
}
}
// Floats.
@mixin ms-clear($side) {
@if $side == left {
@include ms-LTR {
clear: $side;
}
@include ms-RTL {
clear: right;
}
} @else if $side == right {
@include ms-LTR {
clear: $side;
}
@include ms-RTL {
clear: left;
}
} @else {
clear: $side;
}
}
@mixin ms-float($direction) {
@if $direction == left {
@include ms-LTR {
float: left;
}
@include ms-RTL {
float: right;
}
} @else {
@include ms-LTR {
float: right;
}
@include ms-RTL {
float: left;
}
}
}
// Positioning.
@mixin ms-left($distance) {
@include ms-LTR {
left: $distance;
}
@include ms-RTL {
right: $distance;
}
}
@mixin ms-right($distance) {
@include ms-LTR {
right: $distance;
}
@include ms-RTL {
left: $distance;
}
}
// Margins.
@mixin ms-margin($top, $right, $bottom, $left) {
margin: $top $right $bottom $left;
@include ms-RTL {
margin: $top $left $bottom $right;
}
}
@mixin ms-margin-left($distance) {
@include ms-LTR {
margin-left: $distance;
}
@include ms-RTL {
margin-right: $distance;
}
}
@mixin ms-margin-right($distance) {
@include ms-LTR {
margin-right: $distance;
}
@include ms-RTL {
margin-left: $distance;
}
}
// Padding.
@mixin ms-padding($top, $right, $bottom, $left) {
padding: $top $right $bottom $left;
@include ms-RTL {
padding: $top $left $bottom $right;
}
}
@mixin ms-padding-left($distance) {
@include ms-LTR {
padding-left: $distance;
}
@include ms-RTL {
padding-right: $distance;
}
}
@mixin ms-padding-right($distance) {
@include ms-LTR {
padding-right: $distance;
}
@include ms-RTL {
padding-left: $distance;
}
}
// Text-alignment.
@mixin ms-text-align($direction) {
@if $direction == left {
@include ms-LTR {
text-align: left;
}
@include ms-RTL {
text-align: right;
}
} @else {
@include ms-LTR {
text-align: right;
}
@include ms-RTL {
text-align: left;
}
}
}
// Box-shadow.
@mixin ms-box-shadow($left, $etc) {
@include ms-LTR {
box-shadow: $left $etc;
}
@include ms-RTL {
box-shadow: -$left $etc;
}
}
// Transforms.
@mixin ms-transform-scaleX($scaleX: 1) {
@include ms-LTR {
transform: scaleX($scaleX);
}
@include ms-RTL {
transform: scaleX(-$scaleX);
}
}
@mixin ms-transform-translateX($distance) {
@include ms-LTR {
transform: translateX($distance);
}
@include ms-RTL {
transform: translateX(-$distance);
}
}
@mixin ms-transform-rotate($degrees) {
@include ms-LTR {
transform: rotate($degrees);
}
@include ms-RTL {
transform: rotate(-$degrees);
}
}
// Transitions. Only supported when ONLY left/right are declared
@mixin ms-transition-property($direction) {
@if $direction == left {
@include ms-LTR {
transition-property: left;
}
@include ms-RTL {
transition-property: right;
}
} @else {
@include ms-LTR {
transition-property: right;
}
@include ms-RTL {
transition-property: left;
}
}
}
@@ -0,0 +1,411 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Font definitions
/*
Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
// Produce @font-face definitions for the web fonts.
@mixin ms-font-face($font-family-name, $cdn-folder, $cdn-font-name: 'segoeui') {
@font-face {
font-family: $font-family-name;
src: url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-light.woff2') format('woff2'),
url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-light.woff') format('woff');
font-weight: $ms-font-weight-light;
font-style: normal;
}
@font-face {
font-family: $font-family-name;
src: url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-semilight.woff2') format('woff2'),
url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-semilight.woff') format('woff');
font-weight: $ms-font-weight-semilight;
font-style: normal;
}
@font-face {
font-family: $font-family-name;
src: url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-regular.woff2') format('woff2'),
url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-regular.woff') format('woff');
font-weight: $ms-font-weight-regular;
font-style: normal;
}
@font-face {
font-family: $font-family-name;
src: url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-semibold.woff2') format('woff2'),
url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-semibold.woff') format('woff');
font-weight: $ms-font-weight-semibold;
font-style: normal;
}
@font-face {
font-family: $font-family-name;
src: url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-bold.woff2') format('woff2'),
url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-bold.woff') format('woff');
font-weight: $ms-font-weight-bold;
font-style: normal;
}
}
// Generate overrides to set font-family based on the lang attribute.
@mixin ms-font-family-language-override($language-code, $font-family) {
*[lang^='#{$language-code}'] .ms-Fabric,
.ms-Fabric *[lang^='#{$language-code}'],
.ms-Fabric[lang^='#{$language-code}'] {
font-family: $font-family;
}
}
// Super Styles (LIMITED USE)
@mixin ms-font-su {
font-size: $ms-font-size-su;
font-weight: $ms-font-weight-light;
}
// Extra-Extra-Large
@mixin ms-font-xxl {
font-size: $ms-font-size-xxl;
font-weight: $ms-font-weight-light;
}
// Extra-Large Styles
@mixin ms-font-xl-plus {
font-size: $ms-font-size-xl-plus;
font-weight: $ms-font-weight-light;
}
// Extra-Large Styles
@mixin ms-font-xl {
font-size: $ms-font-size-xl;
font-weight: $ms-font-weight-light;
}
// Large Styles
@mixin ms-font-l {
font-size: $ms-font-size-l;
font-weight: $ms-font-weight-semilight;
}
// Medium Plus Styles
@mixin ms-font-m-plus {
font-size: $ms-font-size-m-plus;
font-weight: $ms-font-weight-regular;
}
// Medium Styles
@mixin ms-font-m {
font-size: $ms-font-size-m;
font-weight: $ms-font-weight-regular;
}
// Small Plus Styles
@mixin ms-font-s-plus {
font-size: $ms-font-size-s-plus;
font-weight: $ms-font-weight-regular;
}
// Small Styles
@mixin ms-font-s {
font-size: $ms-font-size-s;
font-weight: $ms-font-weight-regular;
}
// XS Styles
@mixin ms-font-xs {
font-size: $ms-font-size-xs;
font-weight: $ms-font-weight-regular;
}
// Micro Styles (LIMITED USE)
@mixin ms-font-mi {
font-size: $ms-font-size-mi;
font-weight: $ms-font-weight-semibold;
}
//== Helper classes & mixins
//
// Helper mixins to override default type values
// Font weights
@mixin ms-fontWeight-light {
font-weight: $ms-font-weight-light;
}
@mixin ms-fontWeight-semilight {
font-weight: $ms-font-weight-semilight;
}
@mixin ms-fontWeight-regular {
font-weight: $ms-font-weight-regular;
}
@mixin ms-fontWeight-semibold {
font-weight: $ms-font-weight-semibold;
}
@mixin ms-fontWeight-bold {
font-weight: $ms-font-weight-bold;
}
// Font sizes
@mixin ms-fontSize-su {
font-size: $ms-font-size-su;
}
@mixin ms-fontSize-xxl {
font-size: $ms-font-size-xxl;
}
@mixin ms-fontSize-xlPlus {
font-size: $ms-font-size-xl-plus;
}
@mixin ms-fontSize-xl {
font-size: $ms-font-size-xl;
}
@mixin ms-fontSize-l {
font-size: $ms-font-size-l;
}
@mixin ms-fontSize-mPlus {
font-size: $ms-font-size-m-plus;
}
@mixin ms-fontSize-m {
font-size: $ms-font-size-m;
}
@mixin ms-fontSize-sPlus {
font-size: $ms-font-size-s-plus;
}
@mixin ms-fontSize-s {
font-size: $ms-font-size-s;
}
@mixin ms-fontSize-xs {
font-size: $ms-font-size-xs;
}
@mixin ms-fontSize-mi {
font-size: $ms-font-size-mi;
}
// Theme colors
@mixin ms-fontColor-themeDarker {
color: $ms-color-themeDarker;
}
@mixin ms-fontColor-themeDark {
color: $ms-color-themeDark;
}
@mixin ms-fontColor-themeDarkAlt {
color: $ms-color-themeDarkAlt;
}
@mixin ms-fontColor-themePrimary {
color: $ms-color-themePrimary;
}
@mixin ms-fontColor-themeSecondary {
color: $ms-color-themeSecondary;
}
@mixin ms-fontColor-themeTertiary {
color: $ms-color-themeTertiary;
}
@mixin ms-fontColor-themeLight {
color: $ms-color-themeLight;
}
@mixin ms-fontColor-themeLighter {
color: $ms-color-themeLighter;
}
@mixin ms-fontColor-themeLighterAlt {
color: $ms-color-themeLighterAlt;
}
// Neutral colors
@mixin ms-fontColor-black {
color: $ms-color-black;
}
@mixin ms-fontColor-neutralDark {
color: $ms-color-neutralDark;
}
@mixin ms-fontColor-neutralPrimary {
color: $ms-color-neutralPrimary;
}
@mixin ms-fontColor-neutralPrimaryAlt {
color: $ms-color-neutralPrimaryAlt;
}
@mixin ms-fontColor-neutralSecondary {
color: $ms-color-neutralSecondary;
}
@mixin ms-fontColor-neutralSecondaryAlt {
color: $ms-color-neutralSecondaryAlt;
}
@mixin ms-fontColor-neutralTertiary {
color: $ms-color-neutralTertiary;
}
@mixin ms-fontColor-neutralTertiaryAlt {
color: $ms-color-neutralTertiaryAlt;
}
@mixin ms-fontColor-neutralQuaternary {
color: $ms-color-neutralQuaternary;
}
@mixin ms-fontColor-neutralQuaternaryAlt {
color: $ms-color-neutralQuaternaryAlt;
}
@mixin ms-fontColor-neutralLight {
color: $ms-color-neutralLight;
}
@mixin ms-fontColor-neutralLighter {
color: $ms-color-neutralLighter;
}
@mixin ms-fontColor-neutralLighterAlt {
color: $ms-color-neutralLighterAlt;
}
@mixin ms-fontColor-white {
color: $ms-color-white;
}
// Brand and accent colors
@mixin ms-fontColor-yellow {
color: $ms-color-yellow;
}
@mixin ms-fontColor-yellowLight {
color: $ms-color-yellowLight;
}
@mixin ms-fontColor-orange {
color: $ms-color-orange;
}
@mixin ms-fontColor-orangeLight {
color: $ms-color-orangeLight;
}
@mixin ms-fontColor-orangeLighter {
color: $ms-color-orangeLighter;
}
@mixin ms-fontColor-redDark {
color: $ms-color-redDark;
}
@mixin ms-fontColor-red {
color: $ms-color-red;
}
@mixin ms-fontColor-magentaDark {
color: $ms-color-magentaDark;
}
@mixin ms-fontColor-magenta {
color: $ms-color-magenta;
}
@mixin ms-fontColor-magentaLight {
color: $ms-color-magentaLight;
}
@mixin ms-fontColor-purpleDark {
color: $ms-color-purpleDark;
}
@mixin ms-fontColor-purple {
color: $ms-color-purple;
}
@mixin ms-fontColor-purpleLight {
color: $ms-color-purpleLight;
}
@mixin ms-fontColor-blueDark {
color: $ms-color-blueDark;
}
@mixin ms-fontColor-blueMid {
color: $ms-color-blueMid;
}
@mixin ms-fontColor-blue {
color: $ms-color-blue;
}
@mixin ms-fontColor-blueLight {
color: $ms-color-blueLight;
}
@mixin ms-fontColor-tealDark {
color: $ms-color-tealDark;
}
@mixin ms-fontColor-teal {
color: $ms-color-teal;
}
@mixin ms-fontColor-tealLight {
color: $ms-color-tealLight;
}
@mixin ms-fontColor-greenDark {
color: $ms-color-greenDark;
}
@mixin ms-fontColor-green {
color: $ms-color-green;
}
@mixin ms-fontColor-greenLight {
color: $ms-color-greenLight;
}
// Message colors
@mixin ms-fontColor-info {
color: $ms-color-info;
}
@mixin ms-fontColor-success {
color: $ms-color-success;
}
@mixin ms-fontColor-alert { // @todo: Deprecated: Use ms-fontColor-severeWarning
color: $ms-color-alert;
}
@mixin ms-fontColor-warning {
color: $ms-color-warning;
}
@mixin ms-fontColor-severeWarning {
color: $ms-color-severeWarning;
}
@mixin ms-fontColor-error {
color: $ms-color-error;
}
@@ -0,0 +1,222 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Vendor-prefixed mixins
// Border radius.
@mixin ms-border-radius($radius: 5px) {
border-radius: $radius;
background-clip: padding-box;
}
// Drop shadow.
@mixin ms-drop-shadow($x-offset: 0, $y-offset: 0, $blur: 5px, $spread: 0, $alpha: 0.4) {
@include ms-box-shadow($x-offset, $y-offset $blur $spread rgba(0, 0, 0, $alpha));
}
// Background gradient.
@mixin ms-background-gradient($origin: left, $start: #000, $start-location: 0%, $stop: #FFF, $stop-location: 100%) {
// To maintain compatibility with the old arguments, reverse
// the $origin direction and set it as $destination.
$destination: null;
@if $origin == top {
$destination: bottom;
}
@if $origin == right {
$destination: left;
}
@if $origin == bottom {
$destination: top;
}
@if $origin == left {
$destination: right;
}
background-color: $start;
background-image: linear-gradient(to $destination, $start $start-location, $stop $stop-location);
}
// Rotation.
@mixin ms-rotate($degrees) {
@include ms-transform-rotate($degrees);
}
// Prevents user selection of text elements.
@mixin ms-user-select ($val) {
-webkit-touch-callout: $val;
-webkit-user-select: $val;
-khtml-user-select: $val;
-moz-user-select: $val;
-ms-user-select: $val;
user-select: $val;
}
// Prevents the text within a block element from wrapping to second line.
@mixin ms-no-wrap() {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
// Flexbox
@mixin ms-flex-box() {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
@mixin ms-alignItems($mode) {
-webkit-box-align: $mode;
-moz-box-align: $mode;
-ms-flex-align: $mode;
-webkit-align-items: $mode;
align-items: $mode;
}
// Base/wrapper component to set typography throughout the app.
@mixin ms-Fabric {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
@include ms-inherit-font-family();
color: $ms-color-neutralPrimary;
font-family: $ms-font-family-west-european;
font-size: $ms-font-size-m;
}
// Set the font-family to 'inherit' for elements where the browser
// styles commonly conflict with the font-family that we want.
@mixin ms-inherit-font-family() {
button,
input,
textarea {
font-family: inherit;
}
}
// Overrides the browser's default focus outline style.
@mixin ms-focus-outline($inset: 0, $color: $ms-focus-border-color) {
// Only do this when it's a child of ms-Fabric in a focusVisible state.
.ms-Fabric.is-focusVisible &:focus {
outline: $ms-focus-border-width $ms-focus-border-style $color;
outline-offset: -$inset;
}
}
// Simulates a focus outline using an absolutely-positioned pseudo-element.
@mixin ms-focus-border($inset: 0, $color: $ms-focus-border-color) {
// Clear browser-specific focus styles and use 'transparent' as placeholder for focus style.
outline: transparent;
// Requirement because pseudo-element is absolutely positioned.
position: relative;
// Clear the focus border in Firefox.
// Reference: http://stackoverflow.com/a/199319/1436671
&::-moz-focus-inner {
border: 0;
}
// When the element that uses this mixin is in a :focus state, add a pseudo-element to
// create a border. Only do this when it's a child of ms-Fabric in a focusVisible state.
.ms-Fabric.is-focusVisible &:focus::after {
// Wrap the parent element with $padding.
content: '';
position: absolute;
top: $inset;
right: $inset;
bottom: $inset;
left: $inset;
// Add focus border of specified $color.
border: $ms-focus-border-width $ms-focus-border-style $color;
// Make the content not respond to mouse/touch events.
// Reference: https://css-tricks.com/almanac/properties/p/pointer-events/
pointer-events: none;
}
}
// The best box is a border box.
@mixin ms-borderBox {
box-sizing: border-box;
}
// For setting the border base width
@mixin ms-borderBase {
border: 1px solid;
}
// Ensures the block expands to the full height to enclose its floated childen.
@mixin ms-clearfix {
*zoom: 1;
&::before,
&::after {
display: table;
content: '';
line-height: 0;
}
&::after {
clear: both;
}
}
// Basic border-box, margin, and padding reset.
@mixin ms-normalize {
@include ms-borderBox;
box-shadow: none;
margin: 0;
padding: 0;
}
// Generate text alignment classes, such as .ms-textAlignLeft
// @param [variable list] $alignments
@mixin ms-textAlign($alignments...) {
@warn 'The ms-textAlign mixin has been deprecated and will be removed in a future release of Fabric Core.';
@each $align in $alignments {
$alignStr: inspect($align);
.ms-textAlign#{to-upper-case(str-slice($alignStr, 1, 1)) + str-slice($alignStr, 2)} {
@include ms-text-align($align);
}
}
}
// To hide content while still making it readable by screen readers (Accessibility)
@mixin ms-screenReaderOnly {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
// To add truncation with ellipsis
@mixin ms-textTruncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal; // Fix for IE 8/9 in case 'word-wrap: break-word' is set on parent nodes
}
// To disable text wrapping
@mixin ms-noWrap {
white-space: nowrap;
}
// Replace or remove a portion of a string.
// Thanks to https://www.sassmeister.com/gist/1b4f2da5527830088e4d
@function ms-string-replace($string, $search, $replace: '') {
$index: str-index($string, $search);
@if $index {
@return str-slice($string, 1, $index - 1) + $replace + ms-string-replace(str-slice($string, $index + str-length($search)), $search, $replace);
}
@return $string;
}
@@ -0,0 +1,39 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Fluid 12-column grids for small, medium, and large devices
//== Grid container (same for all sizes)
//
@mixin ms-Grid {
@include ms-borderBox;
@include ms-clearfix;
padding: 0 8px;
}
//== Grid rows (pull first and last column out)
//
@mixin ms-Grid-row {
margin: 0 -8px;
@include ms-borderBox;
@include ms-clearfix;
}
//== Grid cells
//
@mixin ms-Grid-col {
@include ms-float(left);
position: relative;
min-height: 1px;
padding-left: 8px;
padding-right: 8px;
@include ms-borderBox;
// For nested grids (a grid inside a column), removing the padding
// so that the nested grid's columns go to the edge of the parent's.
.ms-Grid {
padding: 0;
}
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,20 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
$ms-fabric-version-major: nth($ms-fabric-version, 1);
$ms-fabric-version-minor: nth($ms-fabric-version, 2);
$ms-fabric-version-patch: nth($ms-fabric-version, 3);
// The CSS class for scoping styles to the current version of Fabric.
$ms-fabric-version-suffix: '--v' + $ms-fabric-version-major + '-' + $ms-fabric-version-minor + '-' + $ms-fabric-version-patch;
$ms-fabric-scope-class: '.ms-Fabric' + $ms-fabric-version-suffix;
// A mixin to scope styles to the current version of Fabric.
// Produces styles of the form .ms-Fabric-{version #} @content.
@mixin scope-fabric {
#{$ms-fabric-scope-class} {
@content;
}
}
@@ -0,0 +1,11 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
// Easings
$ms-animation-ease-1: cubic-bezier(0.1,0.9,0.2,1) !default;
$ms-animation-ease-2: cubic-bezier(0.1,0.25,0.75,0.9) !default;
// Durations
$ms-animation-duration-1: 0.167s !default;
$ms-animation-duration-2: 0.267s !default;
$ms-animation-duration-3: 0.367s !default;
$ms-animation-duration-4: 0.467s !default;
@@ -0,0 +1,12 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
// Image paths
$ms-brand-icon-product-images-path: 'https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png';
$ms-brand-icon-document-images-path: 'https://spoprod-a.akamaihd.net/files/fabric/assets/item-types';
// Names
$ms-brand-icon-product-icons: access excel infopath office onedrive onenote outlook powerpoint project sharepoint visio word;
$ms-brand-icon-document-icons: accdb archive audio code csv docset docx dotx email exe folder font genericfile html link listitem model mpp mpt odp ods odt one onetoc pdf photo potx ppsx pptx pub rtf sharedfolder spo sysfile txt vector video vsdx vssx vstx xlsx xltx xml xsn zip;
// Sizes
$ms-brand-icon-sizes: 16 48 96;
@@ -0,0 +1,73 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
// Theme
$ms-color-themeDarker: #004578 !default;
$ms-color-themeDark: #005a9e !default;
$ms-color-themeDarkAlt: #106ebe !default;
$ms-color-themePrimary: #0078d4 !default;
$ms-color-themeSecondary: #2b88d8 !default;
$ms-color-themeTertiary: #71afe5 !default;
$ms-color-themeLight: #c7e0f4 !default;
$ms-color-themeLighter: #deecf9 !default;
$ms-color-themeLighterAlt: #eff6fc !default;
// Neutral
$ms-color-black: #000000 !default;
$ms-color-neutralDark: #212121 !default;
$ms-color-neutralPrimary: #333333 !default;
$ms-color-neutralPrimaryAlt: #3C3C3C !default;
$ms-color-neutralSecondary: #666666 !default;
$ms-color-neutralSecondaryAlt: #767676 !default;
$ms-color-neutralTertiary: #a6a6a6 !default;
$ms-color-neutralTertiaryAlt: #c8c8c8 !default;
$ms-color-neutralQuaternary: #d0d0d0 !default;
$ms-color-neutralQuaternaryAlt: #dadada !default;
$ms-color-neutralLight: #eaeaea !default;
$ms-color-neutralLighter: #f4f4f4 !default;
$ms-color-neutralLighterAlt: #f8f8f8 !default;
$ms-color-white: #ffffff !default;
// Accent
$ms-color-yellow: #ffb900 !default;
$ms-color-yellowLight: #fff100 !default;
$ms-color-orange: #d83b01 !default;
$ms-color-orangeLight: #ea4300 !default;
$ms-color-orangeLighter: #ff8c00 !default;
$ms-color-redDark: #a80000 !default;
$ms-color-red: #e81123 !default;
$ms-color-magentaDark: #5c005c !default;
$ms-color-magenta: #b4009e !default;
$ms-color-magentaLight: #e3008c !default;
$ms-color-purpleDark: #32145a !default;
$ms-color-purple: #5c2d91 !default;
$ms-color-purpleLight: #b4a0ff !default;
$ms-color-blueDark: #002050 !default;
$ms-color-blueMid: #00188f !default;
$ms-color-blue: #0078d7 !default;
$ms-color-blueLight: #00bcf2 !default;
$ms-color-tealDark: #004b50 !default;
$ms-color-teal: #008272 !default;
$ms-color-tealLight: #00b294 !default;
$ms-color-greenDark: #004b1c !default;
$ms-color-green: #107c10 !default;
$ms-color-greenLight: #bad80a !default;
// Message
$ms-color-info: $ms-color-neutralSecondaryAlt !default;
$ms-color-infoBackground: $ms-color-neutralLighter !default;
$ms-color-success: $ms-color-green !default;
$ms-color-successBackground: #dff6dd !default;
$ms-color-severeWarning: $ms-color-orange !default;
$ms-color-severeWarningBackground: #fed9cc !default;
$ms-color-alert: $ms-color-severeWarning !default; // Deprecated: Use $ms-color-severeWarning
$ms-color-alertBackground: $ms-color-severeWarningBackground !default; // Deprecated: Use $ms-color-severeWarningBackground
$ms-color-warning: $ms-color-neutralSecondaryAlt !default;
$ms-color-warningBackground: #fff4ce !default;
$ms-color-error: $ms-color-redDark !default;
$ms-color-errorBackground: #fde7e9 !default;
// High contrast colors
$ms-color-contrastBlackDisabled: #00ff00 !default;
$ms-color-contrastWhiteDisabled: #600000 !default;
$ms-color-contrastBlackSelected: #1AEBFF !default;
$ms-color-contrastWhiteSelected: #37006E !default;
@@ -0,0 +1,44 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
// Font directory and paths
$ms-font-cdn-path: 'https://static2.sharepointonline.com/files/fabric/assets/fonts' !default;
// Fallback fonts, if specified system or web fonts are unavailable.
$ms-font-family-fallbacks: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
// Language-specific font stacks.
$ms-font-family-arabic: 'Segoe UI Web (Arabic)', $ms-font-family-fallbacks !default;
$ms-font-family-chinese-simplified: 'Microsoft Yahei UI', Verdana, Simsun, $ms-font-family-fallbacks !default;
$ms-font-family-chinese-traditional: 'Microsoft Jhenghei UI', Pmingliu, $ms-font-family-fallbacks !default;
$ms-font-family-cyrillic: 'Segoe UI Web (Cyrillic)', $ms-font-family-fallbacks !default;
$ms-font-family-east-european: 'Segoe UI Web (East European)', $ms-font-family-fallbacks !default;
$ms-font-family-greek: 'Segoe UI Web (Greek)', $ms-font-family-fallbacks !default;
$ms-font-family-hebrew: 'Segoe UI Web (Hebrew)', $ms-font-family-fallbacks !default;
$ms-font-family-hindi: 'Nirmala UI', $ms-font-family-fallbacks !default;
$ms-font-family-japanese: 'Yu Gothic UI', 'Meiryo UI', Meiryo, 'MS Pgothic', Osaka, $ms-font-family-fallbacks !default;
$ms-font-family-korean: 'Malgun Gothic', Gulim, $ms-font-family-fallbacks !default;
$ms-font-family-lao: 'Leelawadee UI Web', 'Lao UI', DokChampa, $ms-font-family-fallbacks !default;
$ms-font-family-selawik: 'Selawik Web', $ms-font-family-fallbacks !default;
$ms-font-family-thai: 'Leelawadee UI Web', 'Kmer UI', $ms-font-family-fallbacks !default;
$ms-font-family-vietnamese: 'Segoe UI Web (Vietnamese)', $ms-font-family-fallbacks !default;
$ms-font-family-west-european: 'Segoe UI Web (West European)', $ms-font-family-fallbacks !default;
// Weights
$ms-font-weight-light: 100 !default;
$ms-font-weight-semilight: 300 !default;
$ms-font-weight-regular: 400 !default;
$ms-font-weight-semibold: 600 !default;
$ms-font-weight-bold: 700 !default;
// Sizes
$ms-font-size-su: 42px !default;
$ms-font-size-xxl: 28px !default;
$ms-font-size-xl-plus: 24px !default;
$ms-font-size-xl: 21px !default;
$ms-font-size-l: 17px !default;
$ms-font-size-m-plus: 15px !default;
$ms-font-size-m: 14px !default;
$ms-font-size-s-plus: 13px !default;
$ms-font-size-s: 12px !default;
$ms-font-size-xs: 11px !default;
$ms-font-size-mi: 10px !default;
@@ -0,0 +1,6 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
// Default focus border style.
$ms-focus-border-width: 1px;
$ms-focus-border-color: $ms-color-neutralSecondary;
$ms-focus-border-style: solid;
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,16 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
// Minimum widths for each breakpoint
$ms-screen-min-sm: 320px !default;
$ms-screen-min-md: 480px !default;
$ms-screen-min-lg: 640px !default;
$ms-screen-min-xl: 1024px !default;
$ms-screen-min-xxl: 1366px !default;
$ms-screen-min-xxxl: 1920px !default;
// Maximum widths for each breakpoint
$ms-screen-max-sm: ($ms-screen-min-md - 1);
$ms-screen-max-md: ($ms-screen-min-lg - 1);
$ms-screen-max-lg: ($ms-screen-min-xl - 1);
$ms-screen-max-xl: ($ms-screen-min-xxl - 1);
$ms-screen-max-xxl: ($ms-screen-min-xxxl - 1);
@@ -0,0 +1,14 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
// Large ranges
$ms-zIndex-0: 0 !default;
$ms-zIndex-1: 100 !default;
$ms-zIndex-2: 200 !default;
$ms-zIndex-3: 300 !default;
$ms-zIndex-4: 400 !default;
$ms-zIndex-5: 500 !default;
// Small ranges
$ms-zIndex-back: 0 !default;
$ms-zIndex-middle: 5 !default;
$ms-zIndex-front: 10 !default;
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title></title>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js" type="text/javascript"></script>
<script src="FunctionFile.js" type="text/javascript"></script>
</head>
<body>
<!-- NOTA: il corpo è intenzionalmente vuoto. Dal momento che viene richiamato tramite un pulsante, non esiste interfaccia utente di cui eseguire il rendering. -->
</body>
</html>
@@ -0,0 +1,64 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
* See LICENSE in the project root for license information.
*/
/* global global, Office, self, window, Word */
Office.onReady(() => {
// If needed, Office.js is ready to be called
});
/**
* Writes the event source id to the document when ExecuteFunction runs.
* @param event {Office.AddinCommands.Event}
*/
async function writeValue(event) {
Word.run(async (context) => {
// insert a paragraph at the end of the document.
const paragraph = context.document.body.insertParagraph(
"ExecuteFunction works. Button ID=" + event.source.id,
Word.InsertLocation.end
);
// change the paragraph color to blue.
paragraph.font.color = "blue";
await context.sync();
});
// Calling event.completed is required. event.completed lets the platform know that processing has completed.
event.completed();
}
function getGlobal() {
return typeof self !== "undefined"
? self
: typeof window !== "undefined"
? window
: typeof global !== "undefined"
? global
: undefined;
}
const g = getGlobal();
Office.actions.associate("writeValue", writeValue);
//Office.initialize = function () {
//}
//// Funzione helper per aggiungere un messaggio di stato alla barra informazioni.
//function statusUpdate(icon, text) {
// Office.context.mailbox.item.notificationMessages.replaceAsync("status", {
// type: "informationalMessage",
// icon: icon,
// message: text,
// persistent: false
// });
//}
//function defaultStatus(event) {
// statusUpdate("icon16" , "Hello World!");
//}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1018 B

+5
View File
@@ -0,0 +1,5 @@
/*Stile specifico della pagina */
.padding {
padding: 15px;
}
+136
View File
@@ -0,0 +1,136 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title></title>
<script src="Scripts/jquery-3.6.0.js" type="text/javascript"></script>
<!-- Per altre informazioni sulle API JavaScript per Office, vedere https://aka.ms/officejs-overview. -->
<script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js" type="text/javascript"></script>
<!-- Per abilitare il debug offline con un riferimento locale a Office.js, usare: -->
<!-- <script src="Scripts/Office/MicrosoftAjax.js" type="text/javascript"></script> -->
<!-- <script src="Scripts/Office/1/office.js" type="text/javascript"></script> -->
<script src="MessageRead.js" type="text/javascript"></script>
<script src="Scripts/MessageBanner.js" type="text/javascript"></script>
<link href="Content/Button.css" rel="stylesheet" type="text/css" />
<link href="Content/MessageBanner.css" rel="stylesheet" type="text/css" />
<!-- Per altre informazioni su Office UI Fabric Core, vedere https://aka.ms/office-ui-fabric. -->
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/9.6.0/css/fabric.min.css">
<!-- Per abilitare l'uso offline di Office UI Fabric Core, usare: -->
<!-- link rel="stylesheet" href="Content/fabric.min.css" -->
<!-- Office UI Fabric JS e i relativi componenti non sono più supportati attivamente. Per i modelli e le procedure consigliate, vedere https://aka.ms/PnP-OfficeFabricReact -->
<!-- <link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/2.1.0/fabric.components.min.css" /> -->
</head>
<body class="ms-Fabric" dir="ltr">
<p>Questo esempio di add-in per Outlook visualizza le proprietà dell'elemento selezionato. Zio No No No</p>
<div id="content-header">
<div class="padding">
<p class="ms-font-xl ms-fontColor-themeDarkAlt ms-fontWeight-semilight">All properties</p>
</div>
</div>
<div id="content-main" class="ms-Grid" dir="ltr">
<div class="ms-Grid-row">
<div class="ms-Grid-col ms-sm12">
<h2 class="ms-font-l">Office.context.mailbox.Item properties</h2>
<div class="ms-Grid" dir="ltr">
<div class="ms-Grid-row">
<div class="ms-Grid-col ms-sm5">Property</div>
<div class="ms-Grid-col ms-sm7">Value</div>
</div>
<div class="ms-Grid-row">
<div class="ms-Grid-col ms-fontWeight-semibold ms-sm5">dateTimeCreated</div>
<div id="dateTimeCreated" class="ms-Grid-col ms-sm7"></div>
</div>
<div class="ms-Grid-row">
<div class="ms-Grid-col ms-fontWeight-semibold ms-sm5">dateTimeModified</div>
<div id="dateTimeModified" class="ms-Grid-col ms-sm7"></div>
</div>
<div class="ms-Grid-row">
<div class="ms-Grid-col ms-fontWeight-semibold ms-sm5">itemClass</div>
<div id="itemClass" class="ms-Grid-col ms-sm7"></div>
</div>
<div class="ms-Grid-row">
<div class="ms-Grid-col ms-fontWeight-semibold ms-sm5">itemId</div>
<div id="itemId" class="ms-Grid-col ms-sm7"></div>
</div>
<div class="ms-Grid-row">
<div class="ms-Grid-col ms-fontWeight-semibold ms-sm5">itemType</div>
<div id="itemType" class="ms-Grid-col ms-sm7"></div>
</div>
</div>
</div>
</div>
<div id="message-props" class="ms-Grid-row hidden">
<div class="ms-Grid-col ms-sm12 ms-md12 ms-lg12">
<h2 class="ms-font-l">Office.context.mailbox.Message properties</h2>
<div class="ms-Grid" dir="ltr">
<div class="ms-Grid-row">
<span class="ms-Grid-col ms-sm5">Property</span>
<span class="ms-Grid-col ms-sm7">Value</span>
</div>
<div class="ms-Grid-row">
<span class="ms-Grid-col ms-fontWeight-semibold ms-sm5">attachments</span>
<span id="attachments" class="ms-Grid-col ms-sm7"></span>
</div>
<div class="ms-Grid-row">
<span class="ms-Grid-col ms-fontWeight-semibold ms-sm5">cc</span>
<span id="cc" class="ms-Grid-col ms-sm7"></span>
</div>
<div class="ms-Grid-row">
<span class="ms-Grid-col ms-fontWeight-semibold ms-sm5">conversationId</span>
<span id="conversationId" class="ms-Grid-col ms-sm7"></span>
</div>
<div class="ms-Grid-row">
<span class="ms-Grid-col ms-fontWeight-semibold ms-sm5">from</span>
<span id="from" class="ms-Grid-col ms-sm7"></span>
</div>
<div class="ms-Grid-row">
<span class="ms-Grid-col ms-fontWeight-semibold ms-sm5">internetMessageId</span>
<span id="internetMessageId" class="ms-Grid-col ms-sm7"></span>
</div>
<div class="ms-Grid-row">
<span class="ms-Grid-col ms-fontWeight-semibold ms-sm5">normalizedSubject</span>
<span id="normalizedSubject" class="ms-Grid-col ms-sm7"></span>
</div>
<div class="ms-Grid-row">
<span class="ms-Grid-col ms-fontWeight-semibold ms-sm5">sender</span>
<span id="sender" class="ms-Grid-col ms-sm7"></span>
</div>
<div class="ms-Grid-row">
<span class="ms-Grid-col ms-fontWeight-semibold ms-sm5">subject</span>
<span id="subject" class="ms-Grid-col ms-sm7"></span>
</div>
<div class="ms-Grid-row">
<span class="ms-Grid-col ms-fontWeight-semibold ms-sm5">to</span>
<span id="to" class="ms-Grid-col ms-sm7"></span>
</div>
</div>
</div>
</div>
</div>
<!-- Componente usato per la visualizzazione delle notifiche -->
<div class="MessageBanner" style="position:absolute;bottom: 0;">
<div class="MessageBanner-content">
<div class="MessageBanner-text">
<div class="MessageBanner-clipper">
<div class="ms-font-m-plus ms-fontWeight-semibold" id="notificationHeader"></div>
<div class="ms-font-m ms-fontWeight-semilight" id="notificationBody"></div>
</div>
</div>
<button class="MessageBanner-expand" style="display:none"><i class="ms-Icon ms-Icon--chevronsDown"></i> </button>
<div class="MessageBanner-action"></div>
</div>
<button class="MessageBanner-close"> <i class="ms-Icon ms-Icon--ChromeClose"></i> </button>
</div>
</body>
</html>
+90
View File
@@ -0,0 +1,90 @@
(function () {
"use strict";
var messageBanner;
// La funzione di inizializzazione di Office deve essere eseguita ogni volta che viene caricata una nuova pagina.
Office.initialize = function (reason) {
$(document).ready(function () {
var element = document.querySelector('.MessageBanner');
messageBanner = new components.MessageBanner(element);
messageBanner.hideBanner();
loadProps();
});
};
// Accetta una matrice di oggetti AttachmentDetails e crea un elenco di nomi di allegato separati da un'interruzione di riga.
function buildAttachmentsString(attachments) {
if (attachments && attachments.length > 0) {
var returnString = "";
for (var i = 0; i < attachments.length; i++) {
if (i > 0) {
returnString = returnString + "<br/>";
}
returnString = returnString + attachments[i].name;
}
return returnString;
}
return "None";
}
// Consente di formattare un oggetto EmailAddressDetails come
// Nome Cognome <indirizzo di posta elettronica>
function buildEmailAddressString(address) {
return address.displayName + " &lt;" + address.emailAddress + "&gt;";
}
// Accetta una matrice di oggetti EmailAddressDetails e
// crea un elenco di stringhe formattate separate da un'interruzione di riga
function buildEmailAddressesString(addresses) {
if (addresses && addresses.length > 0) {
var returnString = "";
for (var i = 0; i < addresses.length; i++) {
if (i > 0) {
returnString = returnString + "<br/>";
}
returnString = returnString + buildEmailAddressString(addresses[i]);
}
return returnString;
}
return "None";
}
// Carica prima le proprietà dall'oggetto di base Item e quindi
// le proprietà specifiche del messaggio.
function loadProps() {
var item = Office.context.mailbox.item;
$('#dateTimeCreated').text(item.dateTimeCreated.toLocaleString());
$('#dateTimeModified').text(item.dateTimeModified.toLocaleString());
$('#itemClass').text(item.itemClass);
$('#itemId').text(item.itemId);
$('#itemType').text(item.itemType);
$('#message-props').show();
$('#attachments').html(buildAttachmentsString(item.attachments));
$('#cc').html(buildEmailAddressesString(item.cc));
$('#conversationId').text(item.conversationId);
$('#from').html(buildEmailAddressString(item.from));
$('#internetMessageId').text(item.internetMessageId);
$('#normalizedSubject').text(item.normalizedSubject);
$('#sender').html(buildEmailAddressString(item.sender));
$('#subject').text(item.subject);
$('#to').html(buildEmailAddressesString(item.to));
}
// Funzione helper per la visualizzazione delle notifiche
function showNotification(header, content) {
$("#notificationHeader").text(header);
$("#notificationBody").text(content);
messageBanner.showBanner();
messageBanner.toggleExpansion();
}
})();
@@ -0,0 +1,35 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Le informazioni generali relative a un assembly sono controllate dal seguente
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
// associate a un assembly.
[assembly: AssemblyTitle("Invita")]
[assembly: AssemblyDescription("Inoltra il link per invitare il destinatario ad registarsi per semplificare l'accesso al totem presente in reception")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("PAL s.r.l.")]
[assembly: AssemblyProduct("PAL s.r.l. Web Tool")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili
// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da
// COM, impostare su true l'attributo ComVisible per tale tipo.
[assembly: ComVisible(false)]
// Se il progetto viene esposto a COM, il GUID seguente verrà utilizzato per creare l'ID di typelib
[assembly: Guid("93c73afd-b62d-4c2c-bbdc-adf2bc50dac5")]
// Le informazioni sulla versione di un assembly sono costituite dai quattro valori seguenti:
//
// Versione principale
// Versione secondaria
// Numero build
// Revisione
//
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// utilizzando l'asterisco (*) come illustrato di seguito:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
@@ -0,0 +1,165 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
/**
* MessageBanner component
*
* A component to display error messages
*
*/
/**
* @namespace components
*/
var components = components || {};
/**
*
* @param {HTMLElement} container - the target container for an instance of MessageBanner
* @constructor
*/
components.MessageBanner = function (container) {
this.container = container;
this.init();
};
components.MessageBanner.prototype = (function () {
var _clipper;
var _bufferSize;
var _textContainerMaxWidth = 700;
var _clientWidth;
var _textWidth;
var _initTextWidth;
var _chevronButton;
var _errorBanner;
var _actionButton;
var _closeButton;
var _bufferElementsWidth = 88;
var _bufferElementsWidthSmall = 35;
var SMALL_BREAK_POINT = 480;
/**
* sets styles on resize
*/
var _onResize = function () {
_clientWidth = _errorBanner.offsetWidth;
if (window.innerWidth >= SMALL_BREAK_POINT) {
_resizeRegular();
} else {
_resizeSmall();
}
};
/**
* resize above 480 pixel breakpoint
*/
var _resizeRegular = function () {
if (_clientWidth - _bufferSize > _initTextWidth && _initTextWidth < _textContainerMaxWidth) {
_textWidth = "auto";
_chevronButton.className = "MessageBanner-expand";
_collapse();
} else {
_textWidth = Math.min(_clientWidth - _bufferSize, _textContainerMaxWidth) + "px";
if (_chevronButton.className.indexOf("is-visible") === -1) {
_chevronButton.className += " is-visible";
}
}
_clipper.style.width = _textWidth;
};
/**
* resize below 480 pixel breakpoint
*/
var _resizeSmall = function () {
if (_clientWidth - (_bufferElementsWidthSmall + _closeButton.offsetWidth) > _initTextWidth) {
_textWidth = "auto";
_collapse();
} else {
_textWidth = _clientWidth - (_bufferElementsWidthSmall + _closeButton.offsetWidth) + "px";
}
_clipper.style.width = _textWidth;
};
/**
* caches elements and values of the component
* @param {Object} context - the context
*/
var _cacheDOM = function (context) {
_errorBanner = context.container;
_clipper = context.container.querySelector('.MessageBanner-clipper');
_chevronButton = context.container.querySelector('.MessageBanner-expand');
_actionButton = context.container.querySelector('.MessageBanner-action');
_bufferSize = _actionButton.offsetWidth + _bufferElementsWidth;
_closeButton = context.container.querySelector('.MessageBanner-close');
};
/**
* expands component to show full error message
*/
var _expand = function () {
var icon = _chevronButton.querySelector('.ms-Icon');
_errorBanner.className += " is-expanded";
icon.className = "ms-Icon ms-Icon--chevronsUp";
};
/**
* collapses component to only show truncated message
*/
var _collapse = function () {
var icon = _chevronButton.querySelector('.ms-Icon');
_errorBanner.className = "MessageBanner";
icon.className = "ms-Icon ms-Icon--chevronsDown";
};
var _toggleExpansion = function () {
if (_errorBanner.className.indexOf("is-expanded") > -1) {
_collapse();
} else {
_expand();
}
};
/**
* hides banner when close button is clicked
*/
var _hideBanner = function () {
if (_errorBanner.className.indexOf("hide") === -1) {
_errorBanner.className += " hide";
setTimeout(function () {
_errorBanner.className = "MessageBanner is-hidden";
}, 500);
}
};
/**
* shows banner if the banner is hidden
*/
var _showBanner = function () {
_errorBanner.className = "MessageBanner";
};
/**
* sets handlers for resize and button click events
*/
var _setListeners = function () {
window.addEventListener('resize', _onResize, false);
_chevronButton.addEventListener("click", _toggleExpansion, false);
_closeButton.addEventListener("click", _hideBanner, false);
};
/**
* initializes component
*/
var init = function () {
_cacheDOM(this);
_setListeners();
_clientWidth = _errorBanner.offsetWidth;
_initTextWidth = _clipper.offsetWidth;
_onResize(null);
};
return {
init: init,
showBanner: _showBanner,
hideBanner: _hideBanner,
toggleExpansion: _toggleExpansion
};
}());
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,204 @@
Type.registerNamespace("Strings");
Strings.OfficeOM = function()
{
};
Strings.OfficeOM.registerClass("Strings.OfficeOM");
Strings.OfficeOM.L_APICallFailed = "API ጥሪ አልተሳካም";
Strings.OfficeOM.L_APINotSupported = "API ኣይደገፍም";
Strings.OfficeOM.L_ActivityLimitReached = "የእንቅስቃሴ ገደብ ደርሷል።";
Strings.OfficeOM.L_AddBindingFromPromptDefaultText = "እባክዎ ምርጫ ያካሂዱ።";
Strings.OfficeOM.L_AddinIsAlreadyRequestingToken = "ውስጥ አክል ቀድሞውኑ የመዳረሻ ቶከን በመጠየቅ ላይ ነው።";
Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage = "ውስጥ አክል ቀድሞውኑ የመዳረሻ ቶከን በመጠየቅ ላይ ስለሆነ ክወናው አልተሳካም።";
Strings.OfficeOM.L_ApiNotFoundDetails = "ስልት ወይም ባህሪ {0} በ {2} ስሪትዎ ውስጥ የማይገኝ የ {1} መመዘኛ ስብስብ ክፍል ነው።";
Strings.OfficeOM.L_AppNameNotExist = "የ {0} ተጨማሪ ስም የለም።";
Strings.OfficeOM.L_AppNotExistInitializeNotCalled = "መተግበሪያ {0} የለም። Microsoft.Office.WebExtension.መነሻ(ምክንያት) አልተጠራም።";
Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty = "ተነባቢ-ብቻ ባህሪ '{0}' ለማዘጋጀት በሙከራ ላይ።";
Strings.OfficeOM.L_BadSelectorString = "ወደ መራጩ የሚያልፈው ዓረፍተነገር በትክክል ያልተቀረፀ ወይም የማይደገፍ ነው።";
Strings.OfficeOM.L_BindingCreationError = "ማጣመር የመፍጠር ስህተት";
Strings.OfficeOM.L_BindingNotExist = "ተለይቶ የተገለፀው ማጣመር የለም።";
Strings.OfficeOM.L_BindingToMultipleSelection = "ተያያዥ ያልሆኑ ምርጫዎች አይደገፉም።";
Strings.OfficeOM.L_BrowserAPINotSupported = "ይህ ማሰሻ የተጠየቀውን API አይደግፍም።";
Strings.OfficeOM.L_CallbackNotAFunction = "መልሶመደወል የአይነት ተግባር መሆን አለበት፣ የ {0} አይነት ነበር።";
Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod = "ወደ ባህሪ '{0}' የተደረጉ ለውጦች በ \"object.set\" ስልት በኩል ሊተገበሩ አይችሉም።";
Strings.OfficeOM.L_CannotNavigateTo = "ነገሩ ዳሰሳ በማይደገፍበት ቦታ ነው ሰፍሮ የሚገኘው።";
Strings.OfficeOM.L_CannotRegisterEvent = "የክስተት እጀታው ሊመዘገብ አይችልም።";
Strings.OfficeOM.L_CannotWriteToSelection = "የአሁኑ ምርጫ ላይ ሊጻፍ አይችልም።";
Strings.OfficeOM.L_CellDataAmountBeyondLimits = "ማስታወሻ: ሰንጠረዡ ላይ የሚኖሩት የህዋሶች ቁጥር ከ 20,000ህዋሶች በታች እንዲሆኑ ይመከራል።";
Strings.OfficeOM.L_CellFormatAmountBeyondLimits = "ማስታወሻ: በቅርጽ ማውጫ API ጥሪ የጠዘጋጁት የቅርጽ ማውጣት ስብስቦች ከ 100 በታች እንዲሆን ይመከራል።";
Strings.OfficeOM.L_CloseFileBeforeRetrieve = "ሌላ መልሰው ከማምጣትዎ በፊት በአሁኑ ፋይል ላይ closeAsync";
Strings.OfficeOM.L_CoercionTypeNotMatchBinding = "ተለይቶ የተገለፀው አስገዳጅ ዓይነት ከዚህ የማጣመር ዓይነቱ ጋር የሚጣጣም አይደለም።";
Strings.OfficeOM.L_CoercionTypeNotSupported = "ተለይቶ የተገለፀው አስገዳጅ ዓይነት የሚደገፍ አይደለም።";
Strings.OfficeOM.L_ColIndexOutOfRange = "የአምድ ኢንዴክስ ዋጋው ከተፈቀደው አውድ ውጪ ነው። ከአምዶች ቁጥር ያነሰ ዋጋ (0 ወይም የበለጠ) ይጠቀሙ።";
Strings.OfficeOM.L_ConfirmCancelMessage = "ይቅርታ፣ መቀጠል አንችልም።";
Strings.OfficeOM.L_ConfirmDialog = "ይህ የ Office ክፍለ ጊዜ የተስተናገደበትን ጎራ {0} ያምኑታል?";
Strings.OfficeOM.L_ConfirmDialogApiTrustsParent = "ከ {0} ጥንቃቄ ሊሻ የሚችል መረጃን ሊልኩ እና ሊቀበሉ ነው። ጥንቃቄ የሚሻውን መረጃ በመቀበል የሚከተለውን ድር ጣቢያ የሚያምኑ ከሆነ ብቻ እሺን ጠቅ ያድርጉ፦ {1}።";
Strings.OfficeOM.L_ConfirmRefreshMessage = "ለመቀጠል፣ ውስጥ-ተጨማሪውን ያስወግዱት እና እንደገና ያክሉት፣ ወይም ገጹን ያድሱት።";
Strings.OfficeOM.L_ConnectionFailureWithDetails = "በ {0} የአቋም ኮድ፣ የስህተት ኮድ {1} እና የሚከተለውን የስህተት መልዕክት፥ {2} ጥያቄው አልተሳካም።";
Strings.OfficeOM.L_ConnectionFailureWithStatus = "በ {0} የአቋም ኮድ ጥያቄው አልተሳካም።";
Strings.OfficeOM.L_ContinueButton = "ቀጥል";
Strings.OfficeOM.L_CustomFunctionDefinitionMissing = "የተግባሩን ፍች የሚወክል ይህ ስም ያለው ባህሪይ በExcel.CustomFunctions ላይ መኖር አለበት።";
Strings.OfficeOM.L_CustomFunctionImplementationMissing = "በExcel.CustomFunctions ላይ የተግባሩን ፍች የሚወክል ይህ ስም ያለው ባህሪይ ተግባሩን በሥራ ላይ የሚያውል የ'call' ባህሪይ መያዝ አለበት።";
Strings.OfficeOM.L_CustomFunctionNameCannotSplit = "የተግባር ስም ባዶ ያልሆነ የስም ቦታ እና ባዶ ያልሆነ አጭር ስም መያዝ አለበት።";
Strings.OfficeOM.L_CustomFunctionNameContainsBadChars = "ተግባሩ ፊደሎችን፣ አሀዞችን፣ ሰረዘዘብጦች እና ነጥቦችን ብቻ ሊያካትት ይችላል።";
Strings.OfficeOM.L_CustomXmlError = "የታዛዥ XML ስህተት።";
Strings.OfficeOM.L_CustomXmlExceedQuotaMessage = "XPath ምርጫን ወደ 1024 ንጥል ነገሮች ይገድባል።";
Strings.OfficeOM.L_CustomXmlExceedQuotaName = "የምርጫ ገደብ ደርሷል";
Strings.OfficeOM.L_CustomXmlNodeNotFound = "ተለይቶ የተገለፀው ኖድ ሊገኝ አልቻለም።";
Strings.OfficeOM.L_CustomXmlOutOfDateMessage = "ውሂቡ ጊዜው ያለፈበት ነው። ነገሩን እንደገና ሰርስረው ያውጡ።";
Strings.OfficeOM.L_CustomXmlOutOfDateName = "ውሂቡ ወቅታዊ አይደለም";
Strings.OfficeOM.L_DataNotMatchBindingSize = "የቀረበው የውሂብ ነገር አሁን ካለው የምርጫ መጠን ጋር አንድ አይደለም።";
Strings.OfficeOM.L_DataNotMatchBindingType = "ተለይቶ ተገለፀው የውሂብ ነገር ከዚህ የማጣመር ዓይነቱ ጋር የሚጣጣም አይደለም።";
Strings.OfficeOM.L_DataNotMatchCoercionType = "ተለይቶ የተገለጸው ውሂብ ነገር ከአሁኑ ምርቻ ጋር የሚጣጣም አይደለም።";
Strings.OfficeOM.L_DataNotMatchSelection = "የቀረበው የውሂብ ነገር አሁን ካለው የምርጫ ቅርፅ እንዲሁም ስፋትና ቁመት ጋር አንድ አይደለም።";
Strings.OfficeOM.L_DataReadError = "ውሂብ የማንበብ ስህተት";
Strings.OfficeOM.L_DataStale = "ውሂቡ ወቅታዊ አይደለም";
Strings.OfficeOM.L_DataWriteError = "ውሂብ የመጻፍ ስህተት";
Strings.OfficeOM.L_DataWriteReminder = "ዳታ የመጻፍ አስታዋሽ";
Strings.OfficeOM.L_DialogAddressNotTrusted = "የጎራው URL በገለጻ ዝርዝሩ በመተግበሪያ ጎራዎች አባል ውስጥ አልተካተተም።";
Strings.OfficeOM.L_DialogAlreadyOpened = "ይህ ዉስጠ-ተጨማሪ የነቃ ንግግር ስለአለዉ አንቅስቃሴዉ አልተሳካም";
Strings.OfficeOM.L_DialogInvalidScheme = "የ URL አገባቡን አልተደገፈም። በምትኩ HTTPS ተጠቀም።";
Strings.OfficeOM.L_DialogNavigateError = "የንግግር ማስሻ ስህተት";
Strings.OfficeOM.L_DialogOK = "እሺ";
Strings.OfficeOM.L_DialogRequireHTTPS = "የ HTTP ፕሮተኮሉ አልተደገፈም። በምትኩ HTTPS ተጠቀም";
Strings.OfficeOM.L_DisplayDialogError = "የማሳያ ንግግር ስህተት";
Strings.OfficeOM.L_DocumentReadOnly = "የተጠየቀው ክንውን በአሁኑ የሰነድ አይነት አይፈቀድም።";
Strings.OfficeOM.L_ElementMissing = "የሰንጠረዡን ህዋስ ቅርፅ ማስያዝ አልቻልንም ምክንያቱም አንዳንድ መለክያ እሴቶች ስለጠፉ። መለክያዎቹን በድጋሚ-በማረጋገጥ እንደገና ይሞክሩ።";
Strings.OfficeOM.L_EventHandlerAdditionFailed = "የፍጻሜ አስተዳዳሪውን ለማከል አልቻለም።";
Strings.OfficeOM.L_EventHandlerNotExist = "ለዚህ ማጣመር የሚሆን ተለይቶ የተገለፀው የፍፃሜ ያዥ ሊገኝ አልቻለም።";
Strings.OfficeOM.L_EventHandlerRemovalFailed = "የፍጻሜ አስተዳዳሪውን ለማስወገድ አልቻለም።";
Strings.OfficeOM.L_EventRegistrationError = "ፍጻሜ የመመዝገብ ስህተት";
Strings.OfficeOM.L_FileTypeNotSupported = "ተለይቶ የተገለፀው የፋይል ዓይነት የሚደገፍ አይደለም።";
Strings.OfficeOM.L_FormatValueOutOfRange = "ዋጋው ከተፈቀደው አውድ ውጪ ነው።";
Strings.OfficeOM.L_FormattingReminder = "ቅርጽ የማስያዝ አስታዋሽ";
Strings.OfficeOM.L_FunctionCallFailed = "የተግባር {0} ጥሪ አልተሳካም፣ ስህተት ኮድ: {1}።";
Strings.OfficeOM.L_GetDataIsTooLarge = "የተጠየቀው የውሂብ ስብስብ እጅግ ትልቅ ነው።";
Strings.OfficeOM.L_GetDataParametersConflict = "ተለይተው የተገለፁት መለክያዎች ይጋጫሉ።";
Strings.OfficeOM.L_GetSelectionNotSupported = "አሁን የተመረጠው የሚደገፍ አይደለም።";
Strings.OfficeOM.L_HostError = "የአስተናጋጅ ስህተት";
Strings.OfficeOM.L_ImplicitGetAuthContextMissing = "የማረጋገጫ ዓውድ ማግኛው ተግባር አልተገኘም";
Strings.OfficeOM.L_ImplicitNotLoaded = "ማድዩሉ ቶክን ከመገኘቱ በፊት አልተጫነም";
Strings.OfficeOM.L_InValidOptionalArgument = "የማይሰራ አማራጭያዊ ክርክር";
Strings.OfficeOM.L_IndexOutOfRange = "ኢንዴክስ ከአውድ ውጪ";
Strings.OfficeOM.L_InitializeNotReady = "Office.js እስካሁን ሙሉበሙሉ አልተጫነም። እባክዎ ቆየት ብለው እንደገና ይሞክሩ ወይም የመነሻ ኮድዎን Office.መነሻ ተግባር ላይ ማከልዎ እርግጠኛ ይሁኑ።";
Strings.OfficeOM.L_InternalError = "ውስጣዊ ስህተት";
Strings.OfficeOM.L_InternalErrorDescription = "አንድ ውሳጣዊ ስሕተት ተፈጥሯል።";
Strings.OfficeOM.L_InvalidAPICall = "የማይሰራ የ API ጥሪ";
Strings.OfficeOM.L_InvalidApiArgumentsMessage = "ልክ ያልሆነ የግቤት ነጋሪ እሴቶች።";
Strings.OfficeOM.L_InvalidApiCallInContext = "በአሁኑ የትርጉም አውድ ላይ ማይሰራ የ API ጥሪ።";
Strings.OfficeOM.L_InvalidArgument = "የነጋሪ እሴት '{0}' ለዚህ ሁኔታ አይሰራም፣ ጠፍቷል ወይም ትክክለኛውን ቅርጸት አይደለም።";
Strings.OfficeOM.L_InvalidArgumentGeneric = "ወደ ተግባሩ የተላለፈ ነጋሪ እሴት(ቶች) ለዚህ ሁኔታ አይሰራም፣ ጠፍቷል ወይም በትክክል ቅርጸት አይደሉም።";
Strings.OfficeOM.L_InvalidBinding = "የማይሰራ ማጣመር";
Strings.OfficeOM.L_InvalidBindingError = "የማይሰራ ማጣመር ስህተት";
Strings.OfficeOM.L_InvalidBindingOperation = "የማይሰራ ማጣመር ኦፕሬሽን";
Strings.OfficeOM.L_InvalidCellsValue = "ከህዋሶቹ ፓራሜትሮች አንዱ ወይም ከዛ በላይ የማይፈቀዱ ዋጋዎች ይዘዋል። ዋጋዎቹን እንደገና ይፈትሹዋቸው እና እንደገና ይሞክሩ።";
Strings.OfficeOM.L_InvalidCoercion = "የማይሰራ የአስገዳጅ አይነት";
Strings.OfficeOM.L_InvalidColumnsForBinding = "ተለይተው የተገለፁት ዓምዶች ትክክል ያልሆኑ ናቸው።";
Strings.OfficeOM.L_InvalidDataFormat = "ተለይቶ የተገለጸው ውሂብ ቅርጽ የማይሰራ ነው።";
Strings.OfficeOM.L_InvalidDataObject = "የማይሰራ የውሂብ አርእስት";
Strings.OfficeOM.L_InvalidFormat = "የማይሰራ የቅርጽ ስህተት";
Strings.OfficeOM.L_InvalidFormatValue = "ከቅርጽ ፓራሜትሮች አንዱ ወይም ከዛ በላይ የማይፈቀዱ ዋጋዎች ይዘዋል። ዋጋዎቹን እንደገና ይፈትሹዋቸው እና እንደገና ይሞክሩ።";
Strings.OfficeOM.L_InvalidGetColumns = "ተለይተው የተገለፁት ዓምዶች ትክክል ያልሆኑ ናቸው።";
Strings.OfficeOM.L_InvalidGetRowColumnCounts = "ተለይተው የተገለፁት የመደዳ ቆጠራ ወይም የዓምድ ቆጠራ እሴቶች ትክክል ያልሆኑ ናቸው።";
Strings.OfficeOM.L_InvalidGetRows = "ተለይተው የተገለፁት መደዳዎች ትክክል ያልሆኑ ናቸው።";
Strings.OfficeOM.L_InvalidGetStartRowColumn = "ተለይተው የተገለፁት የመደዳ መጀመርያ ወይም የዓምድ መጀመርያ እሴቶች ትክክል ያልሆኑ ናቸው።";
Strings.OfficeOM.L_InvalidGrant = "ቅድሚያ ፈቃድ መስጠት ጠፍቷል።";
Strings.OfficeOM.L_InvalidGrantMessage = "ለዚህ ውስጥ አክል ዋስትን ጠፍቷል።";
Strings.OfficeOM.L_InvalidNamedItemForBindingType = "ተለይቶ የተገለፀው የማጣመር ዓይነት ከቀረበው የተጠቀሰ ንጥል ነገር ጋር የሚጣጣም አይደለም።";
Strings.OfficeOM.L_InvalidNode = "የማይሰራ ኖድ";
Strings.OfficeOM.L_InvalidObjectPath = 'የነገር መንገድ \'{0}\' እርስዎ ለመስራት በመሞከር ላይ ያሉትን አይሰራም። ነገሩ በሙሉ ብዙ "context.sync" ጥሪዎች እየተጠቀሙበት እና ከ ".run" ባች ተከታታይ መፈጸም ውጭ ከሆነ፣ እባክዎ የነገሩን ዕድሜ ለማስተዳደር የ "context.trackedObjects.add()" እና "context.trackedObjects.remove()" ስልት ይጠቀሙ።';
Strings.OfficeOM.L_InvalidOperationInCellEditMode = "Excel በህዋስ አርትዕ ሁኔታ ውስጥ ነው። እባክዎ ENTER ወይም TAB በመጫን ወይም ሌላ ህዋስ በመምረጥ የአርትዕ ሁኔታ ዘግተው ይውጡ እና ከዚያ እንደገና ይሞክሩ።";
Strings.OfficeOM.L_InvalidOrTimedOutSession = "ልክ ያልኾነ ወይም ጊዜ ያለፈበት ክፍለ ጊዜ";
Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage = "የ Office የመስመር ላይ ክፍለ ጊዜዎ ጊዜው አልፎበታል ወይም ልክ ያልኾነ። ለመቀጠል፣ ገጹን ያድሱት።";
Strings.OfficeOM.L_InvalidParameters = "ተግባሩ {0} የማይሰሩ ፓራሜትሮች አሉት።";
Strings.OfficeOM.L_InvalidReadForBlankRow = "ተለይቶ የተገለፀው መደዳ ባዶውን ነው።";
Strings.OfficeOM.L_InvalidRequestContext = "ነገሩ በሁሉም የተለያዩ የጥያቄ አገባበ ነገር ጥቅም ላይ ሊውል አይችልም።";
Strings.OfficeOM.L_InvalidResourceUrl = "ልክ ያልሆነ የመተግበሪያ ሃብት Url ቀርቧል።";
Strings.OfficeOM.L_InvalidResourceUrlMessage = "በተጠቀሰው ውስጥ ልክ ያልሆነ የሃብት Url አለው።";
Strings.OfficeOM.L_InvalidSSOAddinMessage = "የማንነቱ API በዚህ ውስጥ አክል ውስጥ አልተደገፈም።";
Strings.OfficeOM.L_InvalidSelectionForBindingType = "በአሁኑ ምርጫ እና በተወሰነው የማጣመር ዓይነት ማጣመር ሊፈጠር አይችልም።";
Strings.OfficeOM.L_InvalidSetColumns = "ተለይተው የተገለፁት ዓምዶች ትክክል ያልሆኑ ናቸው።";
Strings.OfficeOM.L_InvalidSetRows = "ተለይተው የተገለፁት መደዳዎች ትክክል ያልሆኑ ናቸው።";
Strings.OfficeOM.L_InvalidSetStartRowColumn = "ተለይተው የተገለፁት የመደዳ መጀመርያ ወይም የዓምድ መጀመርያ እሴቶች ትክክል ያልሆኑ ናቸው።";
Strings.OfficeOM.L_InvalidTableOptionValue = "ከሰንጠረዥ አማራጮች ፓራሜትሮች አንዱ ወይም ከዛ በላይ የማይፈቀዱ ዋጋዎች ይዘዋል። ዋጋዎቹን እንደገና ይፈትሹዋቸው እና እንደገና ይሞክሩ።";
Strings.OfficeOM.L_InvalidValue = "የማይሰራ ዋጋ";
Strings.OfficeOM.L_MemoryLimit = "የማከማቻ ገደብ ታልፈዋል";
Strings.OfficeOM.L_MissingParameter = "የታጣ ፓራሜትር";
Strings.OfficeOM.L_MissingRequiredArguments = "የተወሰኑ አስፈላጊ ክርክሮች ይጎድሉታል";
Strings.OfficeOM.L_MultipleNamedItemFound = "ብዙ አንድ አይነት ስም ያላቸው ነገሮች ተገኝተዋል።";
Strings.OfficeOM.L_NamedItemNotFound = "የተጠቀሰው ንጥል ነገር የለም።";
Strings.OfficeOM.L_NavOutOfBound = "ክንውኑ አልተሳካም ምክንያቱም ኢንዴክሱ ከአውዱ ውጪ ነው።";
Strings.OfficeOM.L_NetworkProblem = "አውታረመረብ ችግር";
Strings.OfficeOM.L_NetworkProblemRetrieveFile = "ፋይሉ መልሶ የማግኘት ጉዳይ የአውታረመረብ ችግር ከልክሎታል።";
Strings.OfficeOM.L_NewWindowCrossZone = "በአሳሽዎ ውስጥ ያሉትን የደህንነት የክንውን አውዶች የንግግር ሳጥኑን ከመፍጠር ከልክለውናል። የተለየ አሳሽ ወይም {0} ይሞክሩ ስለዚህ '{1}' እና በአድራሻ ትርዎ ላይ የታየውን ጎራ በተመሳሳይ የደህንነት ዞን ውስጥ ናቸው።";
Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink = "አሳሽዎን ያዋቅሩ";
Strings.OfficeOM.L_NewWindowCrossZoneErrorString = "የአሳሽ ገደቦች የንግግር ሳጥኑን ከመፍጠር ከልክለውናል። የንግግር ሳጥኑ ጎራ እና የውስጥ-አክል አስተናጋጁ ጎራ በተመሳሳይ የድህንነት ዞን አይደሉም።";
Strings.OfficeOM.L_NoCapability = "ይህን ተግባር ለማከናወን በቂ ፍቃድ የለዎትም።";
Strings.OfficeOM.L_NoHttpsWAC = "ይህ የ Office ክፍለ ጊዜ ደህንነቱ የተጠበቀ ግንኙነትን እየተጠቀመ አይደለም። ተጨማሪ ቅድመ ጥንቃቄ እንዲወስዱ እንመክራለን።";
Strings.OfficeOM.L_NonUniformPartialGetNotSupported = "አስተባባሪ ፓራሜትሮች ታብሌቱ የተዋሃዱ ህዋሶች በያዘበት ጊዜ ከአስገዳጅ የታብሌት አይነቶች ጋር መጠቀም አይቻልም።";
Strings.OfficeOM.L_NonUniformPartialSetNotSupported = "አስተባባሪ ፓራሜትሮች ታብሌቱ የተዋሃዱ ህዋሶች በያዘበት ጊዜ ከአስገዳጅ የታብሌት አይነቶች ጋር መጠቀም አይቻልም።";
Strings.OfficeOM.L_NotImplemented = "ተግባሩ {0} አልተፈጸመም።";
Strings.OfficeOM.L_NotSupported = "ተግባሩ {0} የሚደገፍ አይደለም።";
Strings.OfficeOM.L_NotSupportedBindingType = "ተለይቶ የተገለፀው የማጣመር ዓይነት {0} የሚደገፍ አይደለም።";
Strings.OfficeOM.L_NotSupportedEventType = "ተለይቶ የተገለፀው የፍፃሜ ያዥ ዓይነት {0} የሚደገፍ አይደለም።";
Strings.OfficeOM.L_NotTrustedWAC = "ደህንነትዎን ጠብቆ ለማቆየት እንዲረዳ ይህ ውስጥ-ተጨማሪ ተሰናክሏል። ውስጥ-ተጨማሪውን መጠቀም ለመቀጠል፣ ይህ ንጥል የተስተናገደው የሚታመን ጎራ ውስጥ መሆኑን ያረጋግጡ ወይም የ Office ዴስክቶፕ መተግበሪያ ውስጥ ይክፈቱት።";
Strings.OfficeOM.L_OperationCancelledError = "ክንውን ተሰርዟል";
Strings.OfficeOM.L_OperationCancelledErrorMessage = "ክንውኑ በተጠቃሚዉ ተሰርዟል።";
Strings.OfficeOM.L_OperationNotSupported = "ክወናው አልተደገፈም።";
Strings.OfficeOM.L_OperationNotSupportedOnMatrixData = "የተመረጠ ይዘት በሰንጠረዥ መልክ መሆን አለበት። ውሂቡን በሰንጠረዥ መልክ ያዘጋጁት እና እንደገና ይሞክሩት።";
Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType = "በዚህ የማጣመር ዓይነት ክወና አይደገፍም።";
Strings.OfficeOM.L_OsfControlTypeNotSupported = "OsfControl አይነት የሚደገፍ አይደለም።";
Strings.OfficeOM.L_OutOfRange = "ከአውድ ውጪ";
Strings.OfficeOM.L_OverwriteWorksheetData = "የተሰጠው የውሂብ ነገር ውሂብን ስለሚተካ ወይም ስለሚቀይር የተዘጋጀው ክንውን አልተሳካም።";
Strings.OfficeOM.L_PermissionDenied = "ፈቃድ ተከልክሏል";
Strings.OfficeOM.L_PropertyDoesNotExist = "ባህሪ '{0}' በነገሩ ላይ አይኖርም።";
Strings.OfficeOM.L_PropertyNotLoaded = 'ባህሪ {0}\' አይገኝም። የባህሪ እሴት ከማንበብዎ በፊት፣ በያዘው ነገር ላይ ያለ የጫን ስልት ይጥሩ እና በተያያዘው የጥያቄ አገባበ ነገር ላይ "context.sync()" ይጥሩ።';
Strings.OfficeOM.L_ReadSettingsError = "የክንውን አውዶች ስህተት ያንብቡ";
Strings.OfficeOM.L_RedundantCallbackSpecification = "መልሰህደውል በክርክር ዝርዝር እና በኣማራጭያዊ ነገር ላይ ሊለይ ኣይችልም።";
Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage = 'የጥያቄው የመጫኛ መጠን ገደቡን አልፏል። እባክዎን ወደ ሰነዱ ይመልከቱ: - "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins"።';
Strings.OfficeOM.L_RequestTimeout = "የጥሪ መውሰጃው በጣም ረዥም ስለሆነ ለመፈጸም ያስቸግራል።";
Strings.OfficeOM.L_RequestTokenUnavailable = "ይህ API የጥሪውን ሞገድ እንዲያዘገይ ታፍኖ ነበር።";
Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage = 'የምላሽ ክፍያ ጭነት መጠን ገደቡን አልፏል፡፡ እባክዎን ወደ ሰነዱ ይመልከቱ: - "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins"።';
Strings.OfficeOM.L_RowIndexOutOfRange = "የመደዳው ኢንዴክስ ዋጋ ከተፈቀደው አውድ ውጪ ነው። ከመደዳዎቹ ቁጥር የሚያንስ ዋጋ (0 ወይም ከዛ የበለጠ) ያስገቡ።";
Strings.OfficeOM.L_RunMustReturnPromise = 'ወደ "run" ስልት የተላለፈው የባች ተግባር ቃሉን አልጠበቀም። ማናቸውም በራስሰር-ዱካካቸው በክክትል ስር ያሉ ነገሮች ባቹ ሲጠናቀቅ ነፃ መለቀቅ እንዲችሉ ተግባሩ የተገባን ቃል ማክበር አለበት። በመሰረቱ የተገባ ቃልዎን የሚያከብሩት ከ "context.sync()" የሚገኘውን ምላሽ በመመለስ ነው።';
Strings.OfficeOM.L_SSOClientError = "ከ Office በፈቃድ አሰጣጥ ጥያቄው ውስጥ ስህተት ተከስቷል።";
Strings.OfficeOM.L_SSOClientErrorMessage = "በደንበኛው ውስጥ ያልተጠበቀ ስህተት ተከስቷል።";
Strings.OfficeOM.L_SSOConnectionLostError = "በመለያ በመግባት ሂደት ጊዜ ግንኙነት ተቋርጦ ነበር።";
Strings.OfficeOM.L_SSOConnectionLostErrorMessage = "በመለያ በመግባት ሂደት ጊዜ ግንኙነት ተቋርጦ ነበር፣ ስለሆነም ተጠቃሚው ገብቶ ላይሆን ይችላል። ይህ ሊሆን የሚችልበት ምክንያት በተጠቃሚው አሳሽ አወቃቀር ቅንብሮች ለምሳሌ የደህንነት ቀጠናዎች ሊሆን ይችላል።";
Strings.OfficeOM.L_SSOServerError = "በፈቃድ አሰጣጥ አቅራቢው ውስጥ ስህተት ተከስቷል።";
Strings.OfficeOM.L_SSOServerErrorMessage = "በአገልጋዩ ላይ ያልተጠበቀ ክስተት ተከ";
Strings.OfficeOM.L_SSOUnsupportedPlatform = "API በዚህ መድረክ ውስጥ አይደገፍም።";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory = "ይህ ተጨማሪው የተጠቃሚ ይዘትን አይደግፍም።";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage = "ይህ ተጨማሪው በዚህ ፍቃድ ውስጥ የተጠቃሚ ይዘትን ስለማይደግፍ ክወናው አልተሳካም";
Strings.OfficeOM.L_SaveSettingsError = "የክንውን አውዶች ስህተት ያስቀምጡ";
Strings.OfficeOM.L_SelectionCannotBound = "ወደ አሁኑ ስፍራ ሊጣመር አይችልም።";
Strings.OfficeOM.L_SelectionNotSupportCoercionType = "አሁን የተመረጠው ተለይቶ ከተገለጸው የአስገዳጅ አይነት የሚጣጣን አይደለም።";
Strings.OfficeOM.L_SetDataIsTooLarge = "ተለይቶ ተገለፀው የውሂብ ነገር በጣም ግዙፍ ነው።";
Strings.OfficeOM.L_SetDataParametersConflict = "ተለይተው የተገለፁት መለክያዎች ይጋጫሉ።";
Strings.OfficeOM.L_SettingNameNotExist = "ተለይቶ የተገለፀው የቅንጅት ስም የለም።"
Strings.OfficeOM.L_SettingsAreStale = "የክንውን አውዶቹ ወቅታዊ ስላልሆኑ ሊቀመጡ አልቻሉም።";
Strings.OfficeOM.L_SettingsCannotSave = "ቅንጅቶቹ ሊቀመጡ አይችሉም።";
Strings.OfficeOM.L_SettingsStaleError = "የክንውን አውዶች ስቴል ስህተት";
Strings.OfficeOM.L_ShowWindowDialogNotification = "{0} አዲስ ዊንዶዉ ለማሳየት ይፈልጋል።";
Strings.OfficeOM.L_ShowWindowDialogNotificationAllow = "ፍቀድ";
Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore = "ችላ በል";
Strings.OfficeOM.L_ShuttingDown = "ውሂቡ በአሁኑ ሰአት ሰርቨሩ ላይ ስለሌለ ክንውኑ ሊሳካ አልቻለም።";
Strings.OfficeOM.L_SliceSizeNotSupported = "ተለይቶ የተገለፀው የቁራሽ መጠን የሚደገፍ አይደለም።";
Strings.OfficeOM.L_SpecifiedIdNotExist = "ተለይቶ የተገለፀው ID የለም።";
Strings.OfficeOM.L_Timeout = "ክወናው ጊዜው አልፏል።";
Strings.OfficeOM.L_TooManyArguments = "በጣም ብዙ ክርክሮች";
Strings.OfficeOM.L_TooManyIncompleteRequests = "ቀደም ብሎ የተጀመረው ጥሪ እስኪጠናቀቅ ይጠብቁ።";
Strings.OfficeOM.L_TooManyOptionalFunction = "ብዙ አማራጭያዊ ተግባሮች በፓራሜትር ዝርዝር ላይ";
Strings.OfficeOM.L_TooManyOptionalObjects = "ብዙ አማራጭያዊ ተግባሮች በፓራሜትር ዝርዝር ላይ";
Strings.OfficeOM.L_UnknownBindingType = "የማጣመር ዓይነቱ የሚደገፍ አይደለም።";
Strings.OfficeOM.L_UnsupportedDataObject = "የቀረበው የውሂብ ነገር አይነት የሚደገፍ አይደለም።";
Strings.OfficeOM.L_UnsupportedEnumeration = "የማይደገፍ ቁጥር አሰጣጥ";
Strings.OfficeOM.L_UnsupportedEnumerationMessage = "ኢኑሜሬሽኑ የአሁኑ አስተናጋጅ መተግበሪያላይ የሚደገፍ አይደለም።";
Strings.OfficeOM.L_UnsupportedUserIdentity = "የተጠቃሚ የማንነት ዓይነት አልተደገፈም።";
Strings.OfficeOM.L_UnsupportedUserIdentityMessage = "የተጠቃሚ የማንነት ዓይነት አልተደገፈም።";
Strings.OfficeOM.L_UserAborted = "ተጠቃሚ ያቋረጠው የስምምነት ጥያቄ።";
Strings.OfficeOM.L_UserAbortedMessage = "ተጠቃሚው የውስጥ አክል ፈቃዶችን አልተስማማም።";
Strings.OfficeOM.L_UserClickIgnore = "ተጠቃሚው የንግግር ሳጥኑን ችላ ማለትን መርጧል።";
Strings.OfficeOM.L_UserNotSignedIn = "ማንም ወደ Office በማንነት የገባ ተጠቃሚ የለም።";
Strings.OfficeOM.L_ValueNotLoaded = 'የእሴቱ የውጤት ነገር ገና አልተጫነም። የእሴት ባህሪ ከማንበብዎ በፊት፣ በተያያዘው የጥያቄ ይዘት ላይ "context.sync()" ይደውሉ።';
Strings.OfficeOM.L_WorkbookHiddenMessage = "የ JavaScript API ጥያቄ አልተሳካም ምክንያቱም የሥራ ደብተሩ ተደብቆ ነበር። እባክዎ የሥራ ደብተሩን ከመደበቅ ያውጡ እና እንደገና ይሞክሩ።";
Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen = "ሁኔታዊ መገናኛ ክፍት ሲሆን የመፃፍ ክወና ለ Office አይደገፍም።";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,80 @@
Type.registerNamespace("_u");
_u.ExtensibilityStrings = function()
{
};
_u.ExtensibilityStrings.registerClass("_u.ExtensibilityStrings");
_u.ExtensibilityStrings.l_APICallFailedDueToItemChange_Text = "የተመረጠው ንጥል ነገር ተለውጧል።";
_u.ExtensibilityStrings.l_API_Not_Supported_By_ExtensionPoint_Error_Text = "API ለተራዘመ ነጥብ አይደገፍም።";
_u.ExtensibilityStrings.l_API_Not_Supported_For_Shared_Folders_Error = "API ለተጋሩ አቃፊዎች አይደገፍም።";
_u.ExtensibilityStrings.l_ActionsDefinitionMultipleActionsError_Text = "አሁን የሚደገፈው አንድ ድርጊት ብቻ ነው።";
_u.ExtensibilityStrings.l_ActionsDefinitionWrongNotificationMessageError_Text = "ድርጊቶች ለዚህ ማሳወቂያ መልዕት ዓይነት መበየን አይችሉም።";
_u.ExtensibilityStrings.l_AttachmentDeleteGeneralFailure_Text = "አባሪው ከንጥልነገሩ ላይ ሊሰረዝ አይችልም።";
_u.ExtensibilityStrings.l_AttachmentDeletedBeforeUploadCompletes_Text = "ተጠቃሚው አባሪው ተጭኖ ሳይጠናቀቅ አስወግዶታል።";
_u.ExtensibilityStrings.l_AttachmentErrorName_Text = "የአባሪ ስህተት";
_u.ExtensibilityStrings.l_AttachmentExceededSize_Text = "አባሪው በጣም ትልቅ በመሆኑ ሊታከል አልቻለም።";
_u.ExtensibilityStrings.l_AttachmentItemIdTooLong_Text = "አንዱ ወይም ከዚያ በላይ የኢሜይል አድራሻዎች በጣም ረጅም ነው/ናቸው።";
_u.ExtensibilityStrings.l_AttachmentNameTooLong_Text = "አንዱ ወይም ከዚያ በላይ የማሳያ ስም በጣም ረጅም ነው/ናቸው።";
_u.ExtensibilityStrings.l_AttachmentNotSupported_Text = "የማጣመር ዓይነቱ የሚደገፍ አይደለም።";
_u.ExtensibilityStrings.l_AttachmentUploadGeneralFailure_Text = "አባሪው ወደ ንጥልነገሩ ሊታከል አልቻለም።";
_u.ExtensibilityStrings.l_AttachmentUrlTooLong_Text = "አንዱ ወይም ከዚያ በላይ የኢሜይል አድራሻዎች በጣም ረጅም ነው/ናቸው።";
_u.ExtensibilityStrings.l_Attachment_Download_Failed_Generic_Error = "አባሪውን ማውረድ አልተሳካም።";
_u.ExtensibilityStrings.l_Attachment_Resource_Not_Found = "አባሪው አልተገኘም።";
_u.ExtensibilityStrings.l_Attachment_Resource_UnAuthorizedAccess = "ወደ አባሪው ያልተፈቀደ መዳረሻ።";
_u.ExtensibilityStrings.l_CallSaveAsyncBeforeToken_Text = "ንጥሉ እስኪቀመጥ ድረስ ቶክኑ መገኘት አይችልም።";
_u.ExtensibilityStrings.l_CannotAddAttachmentBeforeUpgrade_Text = "ሙሉ የምላሽ ወይም መልእክት ማስተላለፍያ ከሰርቨር እየተመለሰ ባለበት ጊኤ አባሪ ማከል አይቻልም።";
_u.ExtensibilityStrings.l_CannotPersistPropertyInUnsavedDraftError_Text = "ማሳወቂያዎች ባልተቀመጡ ረቂቆች ውስጥ ሊጸኑ አይችሉም። API ከመጥራትዎ በፊት ንትሉን ያስቀምጡ።";
_u.ExtensibilityStrings.l_CursorPositionChanged_Text = "ተጠቃሚውውሂቡ እየገባ በነበረበት ጊዜ የአመልካች ቦታ ቀይሮታል።";
_u.ExtensibilityStrings.l_DataWriteErrorName_Text = "ውሂብ የመጻፍ ስህተት";
_u.ExtensibilityStrings.l_DeleteAttachmentDoesNotExist_Text = "አባሪው ሊሰረዝ አልቻም ምክንያቱም የአባሪ ኢንዴክሱ ላይ አባሪ ሊገኝ አልቻም።";
_u.ExtensibilityStrings.l_DisplayNameTooLong_Text = "ከማሳያ ስሞቹ አንዱ ወይም ከዛ በላይ በጣም ረዥሞች ናቸው።";
_u.ExtensibilityStrings.l_DisplayReplyFormHtmlBodyRequired_Text = "'htmlBody' ያስፈልጋል።";
_u.ExtensibilityStrings.l_DuplicateNotificationKey_Text = "የቀረበውን ቁልፍ የያዘ ማሳወቂያ ቀድሞም ይገኛል።";
_u.ExtensibilityStrings.l_Duplicate_Category_Error_Text = "ከቀረቡት ምድቦች አንዱ ቀድሞም በዋናው ምድብ ውስጥ አለ።";
_u.ExtensibilityStrings.l_ElevatedPermissionNeededForMethod_Text = "ዘዴውን ለመጥራት ከፍተኛ ፈቃድ ያስፈልጋል: '{0}'.";
_u.ExtensibilityStrings.l_ElevatedPermissionNeeded_Text = "የተጠበቁ የ JavaScript API አባሎችን ለ Office ለመጠቀም ከፍተኛ ፈቃድ ያስፈልጋል።";
_u.ExtensibilityStrings.l_EmailAddressTooLong_Text = "ከቀረቡት የኢሜይል አድራሻዎች ውስጥ አንዱ ወይም ከዛ በላይ የሆኑት ረዥም ናቸው።";
_u.ExtensibilityStrings.l_EwsRequestOversized_Text = "ጥያቄው ከ 1 MB የመጠን ገደቡ በላይ ነው። እባክዎ የ EWSጥያቄዎ ያሻሽሉ።";
_u.ExtensibilityStrings.l_ExceededMaxNumberOfAttachments_Text = "መልእክቱ ከፍተኛው የአባሪዎች መጠን ስለያዘ ሌሎች አባሪዎች መጨመር አይቻልም";
_u.ExtensibilityStrings.l_HtmlSanitizationFailure_Text = "የ HTML ሳኒታይዜሽን አልተሳካም።";
_u.ExtensibilityStrings.l_Insufficient_Item_Permissions_Text = "ተጠቃሚው ይህን ክንውን ለመፈጸም የሚይስፈልጉት ፈቃዶች የሉትም።";
_u.ExtensibilityStrings.l_InternalFormatError_Text = "የውስጣዊ ቅርጽ ስህተት አጋጥሞ ነበር።";
_u.ExtensibilityStrings.l_InternalProtocolError_Text = "የውስጣዊ ፕሮቶኮል ስህተት: '{0}'።";
_u.ExtensibilityStrings.l_Internal_Server_Error_Text = "የExchange አገልጋይ ስህተት መልሷል። እባክዎ ለተጨማሪ መረጃ የምርመራ አካልን ይጠቀሙ።";
_u.ExtensibilityStrings.l_Internet_Not_Connected_Error_Text = "ተጠቃሚው ከአውታረመረቡ ጋር ያለው ግንኙነት ተቋርጧል። እባክዎ የአውታረመረብዎን ግንኙነት ይፈትሹና እንደገና ይሞክሩ።";
_u.ExtensibilityStrings.l_InvalidActionType_Text = "የልኬት 'actionType' እሴት ልክ አይደለም። ተቀባይነት ያለው እሴት \"showTaskPane\" ነው።";
_u.ExtensibilityStrings.l_InvalidAttachmentId_Text = "የአባሪው ID የሚሰራ አይደለም።";
_u.ExtensibilityStrings.l_InvalidAttachmentPath_Text = "የአባሪው መንገድ የሚሰራ አይደለም።";
_u.ExtensibilityStrings.l_InvalidCommandIdError_Text = "የልኬት 'commandId' እሴት ልክ አይደለም።";
_u.ExtensibilityStrings.l_InvalidDate_Text = "ግቤቱ ወደ ቅቡል ቀን ሊቀየር አልቻም።";
_u.ExtensibilityStrings.l_InvalidEndTime_Text = "የመቸረሻው ቀን ከመጀመርያው ቀን ሊቀድም አይችልም።";
_u.ExtensibilityStrings.l_InvalidEventDates_Text = "የመጨረሻው ቀን ከመጀመሪያው ቀን ቀድሞ ተከሰተ።";
_u.ExtensibilityStrings.l_InvalidParameterValueError_Text = "የ '{0}' ልኬት እሴት ልክ አይደለም።";
_u.ExtensibilityStrings.l_InvalidSelection_Text = "የአመራረጥ ሁኔታው ትክክል አይደለም።";
_u.ExtensibilityStrings.l_InvalidTime_Text = "ግቤቱ ወደ ትክክለኛ ቀን ሊቀየር አልቻም።";
_u.ExtensibilityStrings.l_Invalid_Category_Error_Text = "ልክ ያልሆኑ ምድቦች ቀርበው ነበር።";
_u.ExtensibilityStrings.l_ItemNotFound_Text = "እቃው የለም ወይም አልተፈጠረም።";
_u.ExtensibilityStrings.l_Item_Not_Saved_Error_Text = "ንጥሉ እስኪቀመጥ ድረስ መታወቂያው መገኘት አይችልም።";
_u.ExtensibilityStrings.l_KeyNotFound_Text = "የተጠቀሰው ቁልፍ አልተገኘም፡፡";
_u.ExtensibilityStrings.l_MessageInDifferentStoreError_Text = "የ EWS ID መገኘት አይችልም ምክንያቱም መልዕክቱ በተለየ ማከማቻ ውስጥ ተቀምጧል።";
_u.ExtensibilityStrings.l_Missing_Extended_Permissions_For_API = "ለ API ጥሪ የተራዘመ ፈቃድ ማጣት።";
_u.ExtensibilityStrings.l_NoValidRecipientsProvided_Text = "ምንም ተቀባይነት ያላቸው ተቀባዮች አልቀረቡም።";
_u.ExtensibilityStrings.l_NotificationKeyNotFound_Text = "በቀረበው ቁልፍ ላይ ምንም ማሳወቂያዎች የሉም።";
_u.ExtensibilityStrings.l_NullOrEmptyParameterError_Text = "'{0}' ልኬት አስፈላጊ ነው እናም ኢምንት ወይም ባዶ መሆን አይችልም።";
_u.ExtensibilityStrings.l_NumberOfNotificationsExceeded_Text = "ማሳወቂያው መታከል አልቻለም ምክንያቱም የማሳወቂያ ገደብ ላይ ተደርሷል።";
_u.ExtensibilityStrings.l_NumberOfRecipientsExceeded_Text = "ሜዳው ላይ ያሉት ጠቀላላ ተቀባዮች ቁጥር ከ {0} ሊበልጥ አይችልም።";
_u.ExtensibilityStrings.l_OffsetNotfound_Text = "ዚህ የግዜ ማህተም ኣመጣጣኝ ሊገኝ አልቻለም።";
_u.ExtensibilityStrings.l_Olk_Http_Error_Text = "ጥያቄው አልተሳካም። ለHTTP የስህተት ኮድ እባክዎ የምርመራውን አካል ይመልከቱ።";
_u.ExtensibilityStrings.l_OnlineMeetingsUserDenied_Text = "ተጠቃሚ ተከልክሏል።";
_u.ExtensibilityStrings.l_ParameterValueTooLongError_Text = "የ'{0}' ልኬት ከመጠን በላይ ረጅም ነው። ከፍተኛው የቁምፊዎች ቁጥር '{1}' ነው።";
_u.ExtensibilityStrings.l_ParametersNotAsExpected_Text = "የተሰጡት ፓራሜትሮች ከሚጠበቀው ቅርጽ ጋር የሚሄድ አይደለም።";
_u.ExtensibilityStrings.l_PersistedNotificationArrayReadError_Text = "እርስዎ ያደረጉት የ API ጥሪ አልተሳካም ምክንያቱም የተቀመጡት ማሳወቂያዎች መገኘት አልቻሉም።";
_u.ExtensibilityStrings.l_PersistedNotificationArraySaveError_Text = "እርስዎ ያደረጉት የAPI ጥሪ አልተሳካም ምክንያቱም ማሳወቂያዎች መቀመጥ አልቻሉም።";
_u.ExtensibilityStrings.l_RecurrenceErrorMaxOccurrences_Text = "ተደጋግሞ የሚከሰት ተከታታይ ከፍተኛውን የ 999 ክስተቶች ገደብ አልፏል።";
_u.ExtensibilityStrings.l_RecurrenceErrorZeroOccurrences_Text = "ተደጋግሞ የሚከሰት ተከታታይ በተጠቀሰው የጊዜ ክልል ውስጥ ምንም ክስተቶች የሉትም።";
_u.ExtensibilityStrings.l_RecurrenceInvalidTimeZone_Text = "የተወሰነው የሰዓት ክልል አይደገፍም።";
_u.ExtensibilityStrings.l_RecurrenceUnsupportedAlternateCalendar_Text = "የድግግሞሽ ጥለቱ የተዋቀረው ያልተደገፈ አማራጭ ቀን መቁጠሪያ በሚጠቀም ተጠቃሚ ነበር።"
_u.ExtensibilityStrings.l_Recurrence_Error_Instance_SetAsync_Text = "የተደጋጋሚነት ጥለት በተከታታይ ውስጥ ለአንድ ክስተት መዘጋጀት አይችልም።";
_u.ExtensibilityStrings.l_Recurrence_Error_Properties_Invalid_Text = "የተደጋጋሚነት ጥለት ልክ አይደለም። እባክዎ የተጠቀሱት የተደጋጋሚነት ባህሪዎች ከተደጋጋሚነት አይነቱ ጋር ይሰምራሉ።";
_u.ExtensibilityStrings.l_SaveError_Text = "በአገልጋዩ ላይ ለማስቀመጥ በመሞከር ላይ የግንኙነት ስህተት ተከስቷል።";
_u.ExtensibilityStrings.l_SessionDataObjectMaxLengthExceeded_Text = "የ 'ክፍለጊዜ ውሂብ' ዕቃው ከከፍተኛው የ {0} ቁምፊዎች ርዝመት አልፏል።";
_u.ExtensibilityStrings.l_TokenAccessDeniedWithoutItemContext_Text = "ቀሪው ምልክት ከማንበብ መፃፍ መልዕክት ሳጥን ፈቃድ ጋር የሚገኘው የዓይነት አገባብ ከሌለ ነው።";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,204 @@
Type.registerNamespace("Strings");
Strings.OfficeOM = function()
{
};
Strings.OfficeOM.registerClass("Strings.OfficeOM");
Strings.OfficeOM.L_APICallFailed = "b0XAi‏‏أبع[API Call Failed]לף";
Strings.OfficeOM.L_APINotSupported = "fDdv0‏‏أبع[API Not Supported]לף";
Strings.OfficeOM.L_ActivityLimitReached = "pPfY4‏‏أبع[Activity limit has been reached.]לף";
Strings.OfficeOM.L_AddBindingFromPromptDefaultText = "74Jq6‏‏أبع[Please make a selection.]לף";
Strings.OfficeOM.L_AddinIsAlreadyRequestingToken = "lH0QV‏‏أبع[Add-in is already requesting an access token.]לף";
Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage = "eRmK1‏‏أبع[The operation failed because this add-in is already requesting an access token.]לף";
Strings.OfficeOM.L_ApiNotFoundDetails = "iU4jD‏‏أبع[The method or property {0} is part of the {1} requirement set, which is not available in your version of {2}.]לף";
Strings.OfficeOM.L_AppNameNotExist = "5XTUX‏‏أبع[Add-in Name for {0} doesn't exist.]לף";
Strings.OfficeOM.L_AppNotExistInitializeNotCalled = "91S29‏‏أبع[Application {0} does not exist. Microsoft.Office.WebExtension.initialize(reason) is not called.]לף";
Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty = "8V2vD‏‏أبع[Attempting to set read-only property '{0}'.]לף";
Strings.OfficeOM.L_BadSelectorString = "hw7oa‏‏أبع[The string passed into the selector is improperly formatted or unsupported.]לף";
Strings.OfficeOM.L_BindingCreationError = "Ef1V2‏‏أبع[Binding Creation Error]לף";
Strings.OfficeOM.L_BindingNotExist = "wLGkW‏‏أبع[The specified binding does not exist.]לף";
Strings.OfficeOM.L_BindingToMultipleSelection = "b0tWL‏‏أبع[Noncontiguous selections are not supported.]לף";
Strings.OfficeOM.L_BrowserAPINotSupported = "w9Nwv‏‏أبع[This browser does not support the requested API.]לף";
Strings.OfficeOM.L_CallbackNotAFunction = "mjEM1‏‏أبع[Callback must be of type function, was of type {0}.]לף";
Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod = "Z072K‏‏أبع[Changes to property '{0}' cannot be applied through an \"object.set\" method.]לף";
Strings.OfficeOM.L_CannotNavigateTo = "2J8ro‏‏أبع[The object is located in a place where navigation is not supported.]לף";
Strings.OfficeOM.L_CannotRegisterEvent = "7oStX‏‏أبع[The event handler cannot be registered.]לף";
Strings.OfficeOM.L_CannotWriteToSelection = "D5d2y‏‏أبع[Cannot write to the current selection.]לף";
Strings.OfficeOM.L_CellDataAmountBeyondLimits = "alZIi‏‏أبع[Note: The number of cells in a table is suggested to be below 20,000 cells.]לף";
Strings.OfficeOM.L_CellFormatAmountBeyondLimits = "2JRcC‏‏أبع[Note: The formatting sets set by a Formatting API call is suggested to be below 100.]לף";
Strings.OfficeOM.L_CloseFileBeforeRetrieve = "hjT2v‏‏أبع[Call closeAsync on the current File before retrieving another.]לף";
Strings.OfficeOM.L_CoercionTypeNotMatchBinding = "JWuud‏‏أبع[The specified coercion type is not compatible with this binding type.]לף";
Strings.OfficeOM.L_CoercionTypeNotSupported = "0MWOX‏‏أبع[The specified coercion type is not supported.]לף";
Strings.OfficeOM.L_ColIndexOutOfRange = "uM06f‏‏أبع[The column index value is out of the allowed range. Use a value (0 or higher) that's less than the number of columns.]לף";
Strings.OfficeOM.L_ConfirmCancelMessage = "D96le‏‏أبع[Sorry, we can't continue.]לף";
Strings.OfficeOM.L_ConfirmDialog = "Upu3v‏‏أبع[Do you trust the domain {0} where this Office session is hosted?]לף";
Strings.OfficeOM.L_ConfirmDialogApiTrustsParent = "78heL‏‏أبع[You are about to send and receive potentially sensitive information from {0}. Only click OK if you trust the following website recieving the sensitive information: {1}.]לף";
Strings.OfficeOM.L_ConfirmRefreshMessage = "zOCSK‏‏أبع[To continue, remove the add-in and add it again, or refresh the page.]לף";
Strings.OfficeOM.L_ConnectionFailureWithDetails = "y3r7A‏‏أبع[The request failed with status code of {0}, error code {1} and the following error message: {2}]לף";
Strings.OfficeOM.L_ConnectionFailureWithStatus = "Lwa49‏‏أبع[The request failed with status code of {0}.]לף";
Strings.OfficeOM.L_ContinueButton = "PLBUf‏‏أبع[Continue]לף";
Strings.OfficeOM.L_CustomFunctionDefinitionMissing = "WVXyy‏‏أبع[A property with this name that represents the function's definition must exist on Excel.Script.CustomFunctions.]לף";
Strings.OfficeOM.L_CustomFunctionImplementationMissing = "DhY5m‏‏أبع[The property with this name on Excel.Script.CustomFunctions that represents the function's definition must contain a 'call' property that implements the function.]לף";
Strings.OfficeOM.L_CustomFunctionNameCannotSplit = "1DC6K‏‏أبع[The function name must contain a non-empty namespace and a non-empty short name.]לף";
Strings.OfficeOM.L_CustomFunctionNameContainsBadChars = "D57c3‏‏أبع[The function name may only contain letters, digits, underscores, and periods.]לף";
Strings.OfficeOM.L_CustomXmlError = "ot553‏‏أبع[Custom XML Error.]לף";
Strings.OfficeOM.L_CustomXmlExceedQuotaMessage = "7LzPb‏‏أبع[XPath limits selection to 1024 items.]לף";
Strings.OfficeOM.L_CustomXmlExceedQuotaName = "h7F10‏‏أبع[Selection Limit Reached]לף";
Strings.OfficeOM.L_CustomXmlNodeNotFound = "4BiJh‏‏أبع[The specified node was not found.]לף";
Strings.OfficeOM.L_CustomXmlOutOfDateMessage = "hxMK6‏‏أبع[The data is out of date. Retrieve the object again.]לף";
Strings.OfficeOM.L_CustomXmlOutOfDateName = "WoZSL‏‏أبع[Data Not Current]לף";
Strings.OfficeOM.L_DataNotMatchBindingSize = "Zl27R‏‏أبع[The supplied data object does not match the size of the current selection.]לף";
Strings.OfficeOM.L_DataNotMatchBindingType = "w5I7k‏‏أبع[The specified data object is not compatible with the binding type.]לף";
Strings.OfficeOM.L_DataNotMatchCoercionType = "bz76D‏‏أبع[The type of the specified data object is not compatible with the current selection.]לף";
Strings.OfficeOM.L_DataNotMatchSelection = "B3NE5‏‏أبع[The supplied data object is not compatible with the shape or dimensions of the current selection.]לף";
Strings.OfficeOM.L_DataReadError = "O6ydk‏‏أبع[Data Read Error]לף";
Strings.OfficeOM.L_DataStale = "CPq31‏‏أبع[Data Not Current]לף";
Strings.OfficeOM.L_DataWriteError = "Xc0RN‏‏أبع[Data Write Error]לף";
Strings.OfficeOM.L_DataWriteReminder = "6x3Rl‏‏أبع[Data Write Reminder]לף";
Strings.OfficeOM.L_DialogAddressNotTrusted = "giVvL‏‏أبع[The domain of the URL is not included in the AppDomains element in the manifest, and is not subdomain of source location.]לף";
Strings.OfficeOM.L_DialogAlreadyOpened = "0B7Sm‏‏أبع[The operation failed because this add-in already has an active dialog.]לף";
Strings.OfficeOM.L_DialogInvalidScheme = "bewBN‏‏أبع[The URL scheme is not supported. Use HTTPS instead.]לף";
Strings.OfficeOM.L_DialogNavigateError = "uzg7N‏‏أبع[Dialog Navigation Error]לף";
Strings.OfficeOM.L_DialogOK = "W6D5r‏‏أبع[OK]לף";
Strings.OfficeOM.L_DialogRequireHTTPS = "C4rnP‏‏أبع[The HTTP protocol is not supported. Use HTTPS instead]לף";
Strings.OfficeOM.L_DisplayDialogError = "SSMcd‏‏أبع[Display Dialog Error]לף";
Strings.OfficeOM.L_DocumentReadOnly = "0B9PP‏‏أبع[The requested operation is not allowed on the current document mode.]לף";
Strings.OfficeOM.L_ElementMissing = "vJblV‏‏أبع[We couldn't format the table cell because some parameter values are missing. Double-check the parameters and try again.]לף";
Strings.OfficeOM.L_EventHandlerAdditionFailed = "UGMId‏‏أبع[Failed to add the event handler.]לף";
Strings.OfficeOM.L_EventHandlerNotExist = "QAdgx‏‏أبع[The specified event handler was not found for this binding.]לף";
Strings.OfficeOM.L_EventHandlerRemovalFailed = "CgVwO‏‏أبع[Failed to remove the event handler.]לף"
Strings.OfficeOM.L_EventRegistrationError = "Kbn76‏‏أبع[Event Registration Error]לף";
Strings.OfficeOM.L_FileTypeNotSupported = "1kAhf‏‏أبع[The specified file type is not supported.]לף";
Strings.OfficeOM.L_FormatValueOutOfRange = "4djk9‏‏أبع[The value is out of the allowed range.]לף";
Strings.OfficeOM.L_FormattingReminder = "v38SS‏‏أبع[Formatting Reminder]לף";
Strings.OfficeOM.L_FunctionCallFailed = "irDYb‏‏أبع[Function {0} call failed, error code: {1}.]לף";
Strings.OfficeOM.L_GetDataIsTooLarge = "3wF2f‏‏أبع[The requested data set is too large.]לף";
Strings.OfficeOM.L_GetDataParametersConflict = "tUoF2‏‏أبع[The specified parameters conflict.]לף";
Strings.OfficeOM.L_GetSelectionNotSupported = "zo4sV‏‏أبع[The current selection is not supported.]לף";
Strings.OfficeOM.L_HostError = "JvjsU‏‏أبع[Host Error]לף";
Strings.OfficeOM.L_ImplicitGetAuthContextMissing = "UCttS‏‏أبع[The function to get authentication context is missing]לף";
Strings.OfficeOM.L_ImplicitNotLoaded = "TEGkn‏‏أبع[The module is not loaded before acquire a token]לף";
Strings.OfficeOM.L_InValidOptionalArgument = "jH9Lh‏‏أبع[invalid optional argument]לף";
Strings.OfficeOM.L_IndexOutOfRange = "2bW7M‏‏أبع[Index out of range.]לף";
Strings.OfficeOM.L_InitializeNotReady = "DxSvU‏‏أبع[Office.js has not been fully loaded yet. Please try again later or make sure to add your initialization code on the Office.initialize function.]לף";
Strings.OfficeOM.L_InternalError = "h7nOm‏‏أبع[Internal Error]לף";
Strings.OfficeOM.L_InternalErrorDescription = "PHbpo‏‏أبع[An internal error has occurred.]לף";
Strings.OfficeOM.L_InvalidAPICall = "QJGpq‏‏أبع[Invalid API Call]לף";
Strings.OfficeOM.L_InvalidApiArgumentsMessage = "e70ja‏‏أبع[Invalid input arguments.]לף";
Strings.OfficeOM.L_InvalidApiCallInContext = "WrlkT‏‏أبع[Invalid API call in the current context.]לף";
Strings.OfficeOM.L_InvalidArgument = "alUhT‏‏أبع[The argument '{0}' doesn't work for this situation, is missing, or isn't in the right format.]לף";
Strings.OfficeOM.L_InvalidArgumentGeneric = "buJV5‏‏أبع[The argument(s) passed into the function don't work for this situation, are missing, or aren't in the right format.]לף";
Strings.OfficeOM.L_InvalidBinding = "L8oie‏‏أبع[Invalid Binding]לף";
Strings.OfficeOM.L_InvalidBindingError = "qB3Jp‏‏أبع[Invalid Binding Error]לף";
Strings.OfficeOM.L_InvalidBindingOperation = "bB7Xj‏‏أبع[Invalid Binding Operation]לף";
Strings.OfficeOM.L_InvalidCellsValue = "SN2YP‏‏أبع[One or more of the cells parameters have values that aren't allowed. Double-check the values and try again.]לף";
Strings.OfficeOM.L_InvalidCoercion = "cESfX‏‏أبع[Invalid Coercion Type]לף";
Strings.OfficeOM.L_InvalidColumnsForBinding = "FrmaY‏‏أبع[The specified columns are invalid.]לף";
Strings.OfficeOM.L_InvalidDataFormat = "n3nbz‏‏أبع[The format of the specified data object is invalid.]לף";
Strings.OfficeOM.L_InvalidDataObject = "gFTdx‏‏أبع[Invalid Data Object]לף";
Strings.OfficeOM.L_InvalidFormat = "aPhpJ‏‏أبع[Invalid Format Error]לף";
Strings.OfficeOM.L_InvalidFormatValue = "0DFva‏‏أبع[One or more of the format parameters have values that aren't allowed. Double-check the values and try again.]לף";
Strings.OfficeOM.L_InvalidGetColumns = "gwsNB‏‏أبع[The specified columns are invalid.]לף";
Strings.OfficeOM.L_InvalidGetRowColumnCounts = "6atwJ‏‏أبع[The specified rowCount or columnCount values are invalid.]לף";
Strings.OfficeOM.L_InvalidGetRows = "KshdR‏‏أبع[The specified rows are invalid.]לף";
Strings.OfficeOM.L_InvalidGetStartRowColumn = "ghnzE‏‏أبع[The specified startRow or startColumn values are invalid.]לף";
Strings.OfficeOM.L_InvalidGrant = "hWgqe‏‏أبع[Preauthorization missing.]לף";
Strings.OfficeOM.L_InvalidGrantMessage = "FEmXG‏‏أبع[Missing grant for this add-in.]לף";
Strings.OfficeOM.L_InvalidNamedItemForBindingType = "MIUqA‏‏أبع[The specified binding type is not compatible with the supplied named item.]לף";
Strings.OfficeOM.L_InvalidNode = "gLELC‏‏أبع[Invalid Node]לף";
Strings.OfficeOM.L_InvalidObjectPath = 'Zg5om‏‏أبع[The object path \'{0}\' isn\'t working for what you\'re trying to do. If you\'re using the object across multiple "context.sync" calls and outside the sequential execution of a ".run" batch, please use the "context.trackedObjects.add()" and "context.trackedObjects.remove()" methods to manage the object\'s lifetime.]לף';
Strings.OfficeOM.L_InvalidOperationInCellEditMode = "cvg0M‏‏أبع[Excel is in cell-editing mode. Please exit the edit mode by pressing ENTER or TAB or selecting another cell, and then try again.]לף";
Strings.OfficeOM.L_InvalidOrTimedOutSession = "qvnk3‏‏أبع[Invalid Or Timed Out Session]לף";
Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage = "e6MqN‏‏أبع[Your Office session has expired or is invalid. To continue, refresh the page.]לף";
Strings.OfficeOM.L_InvalidParameters = "KDV1q‏‏أبع[Function {0} has invalid parameters.]לף";
Strings.OfficeOM.L_InvalidReadForBlankRow = "O14g9‏‏أبع[The specified row is blank.]לף";
Strings.OfficeOM.L_InvalidRequestContext = "EU97A‏‏أبع[Cannot use the object across different request contexts.]לף";
Strings.OfficeOM.L_InvalidResourceUrl = "ZwZqf‏‏أبع[Invalid application resource Url provided.]לף";
Strings.OfficeOM.L_InvalidResourceUrlMessage = "RrzgS‏‏أبع[Invalid resource Url specified in the manifest.]לף";
Strings.OfficeOM.L_InvalidSSOAddinMessage = "aCWF7‏‏أبع[The identity API is not supported for this add-in.]לף";
Strings.OfficeOM.L_InvalidSelectionForBindingType = "hyH3U‏‏أبع[A binding cannot be created with the current selection and the specified binding type.]לף";
Strings.OfficeOM.L_InvalidSetColumns = "behcV‏‏أبع[The specified columns are invalid.]לף";
Strings.OfficeOM.L_InvalidSetRows = "69Jdb‏‏أبع[The specified rows are invalid.]לף";
Strings.OfficeOM.L_InvalidSetStartRowColumn = "Ji62P‏‏أبع[The specified startRow or startColumn values are invalid.]לף";
Strings.OfficeOM.L_InvalidTableOptionValue = "1fSev‏‏أبع[One or more of the tableOptions parameters have values that aren't allowed. Double-check the values and try again.]לף";
Strings.OfficeOM.L_InvalidValue = "E49El‏‏أبع[Invalid Value]לף";
Strings.OfficeOM.L_MemoryLimit = "g04mA‏‏أبع[Memory Limit Exceeded]לף";
Strings.OfficeOM.L_MissingParameter = "6kQRP‏‏أبع[Missing Parameter]לף";
Strings.OfficeOM.L_MissingRequiredArguments = "ryfbX‏‏أبع[missing some required arguments]לף";
Strings.OfficeOM.L_MultipleNamedItemFound = "jv5aI‏‏أبع[Multiple objects with the same name were found.]לף";
Strings.OfficeOM.L_NamedItemNotFound = "JwpG3‏‏أبع[The named item does not exist.]לף";
Strings.OfficeOM.L_NavOutOfBound = "Kt5jt‏‏أبع[The operation failed because the index is out of range.]לף";
Strings.OfficeOM.L_NetworkProblem = "hHZXB‏‏أبع[Network Problem]לף";
Strings.OfficeOM.L_NetworkProblemRetrieveFile = "HAmZT‏‏أبع[A network problem has prevented retrieval of the file.]לף";
Strings.OfficeOM.L_NewWindowCrossZone = "E0xzi‏‏أبع[The security settings in your browser prevent us from creating a dialog box. Try a different browser, or {0} so that '{1}' and the domain shown in your address bar are in the same security zone.]לף";
Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink = "oLNBU‏‏أبع[configure your browser]לף";
Strings.OfficeOM.L_NewWindowCrossZoneErrorString = "hVPer‏‏أبع[Browser restrictions prevented us from creating the dialog box. The domain of dialog box and the domain of the add-in host are not in the same security zone.]לף";
Strings.OfficeOM.L_NoCapability = "s8tih‏‏أبع[You don't have sufficient permissions for this action.]לף";
Strings.OfficeOM.L_NoHttpsWAC = "17bQh‏‏أبع[This Office session is not using a secure connection. We recommend that you take extra precautions.]לף";
Strings.OfficeOM.L_NonUniformPartialGetNotSupported = "JBWje‏‏أبع[Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.]לף";
Strings.OfficeOM.L_NonUniformPartialSetNotSupported = "P7IAe‏‏أبع[Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.]לף";
Strings.OfficeOM.L_NotImplemented = "7GO2I‏‏أبع[Function {0} is not implemented.]לף";
Strings.OfficeOM.L_NotSupported = "SFggQ‏‏أبع[Function {0} is not supported.]לף";
Strings.OfficeOM.L_NotSupportedBindingType = "HHVb8‏‏أبع[The specified binding type {0} is not supported.]לף";
Strings.OfficeOM.L_NotSupportedEventType = "obnbJ‏‏أبع[The specified event type {0} is not supported.]לף";
Strings.OfficeOM.L_NotTrustedWAC = "qPDtm‏‏أبع[This add-in has been disabled to help keep you safe. To continue using the add-in, validate that this item is hosted in a trusted domain or open it in the Office desktop app.]לף";
Strings.OfficeOM.L_OperationCancelledError = "GC4nA‏‏أبع[Operation Cancelled]לף";
Strings.OfficeOM.L_OperationCancelledErrorMessage = "IJWHv‏‏أبع[The operation was cancelled by the user.]לף";
Strings.OfficeOM.L_OperationNotSupported = "w712q‏‏أبع[The operation is not supported.]לף";
Strings.OfficeOM.L_OperationNotSupportedOnMatrixData = "uhnQC‏‏أبع[Selected content needs to be in table format. Format the data as a table and try again.]לף";
Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType = "1GZNH‏‏أبع[Operation is not supported on this binding type.]לף";
Strings.OfficeOM.L_OsfControlTypeNotSupported = "N1OVz‏‏أبع[OsfControl type not supported.]לף";
Strings.OfficeOM.L_OutOfRange = "0AgiF‏‏أبع[Out of Range]לף";
Strings.OfficeOM.L_OverwriteWorksheetData = "DOAPX‏‏أبع[The set operation failed because the supplied data object will overwrite or shift data.]לף";
Strings.OfficeOM.L_PermissionDenied = "pMeM6‏‏أبع[Permission Denied]לף";
Strings.OfficeOM.L_PropertyDoesNotExist = "P3fDW‏‏أبع[Property '{0}' does not exist on the object.]לף";
Strings.OfficeOM.L_PropertyNotLoaded = "WhYjj‏‏أبع[The property '{0}' is not available. Before reading the property's value, call the load method on the containing object and call \"context.sync()\" on the associated request context.]לף";
Strings.OfficeOM.L_ReadSettingsError = "NO2AI‏‏أبع[Read Settings Error]לף";
Strings.OfficeOM.L_RedundantCallbackSpecification = "1w72s‏‏أبع[Callback cannot be specified both in argument list and in optional object.]לף";
Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage = 'bb5qc‏‏أبع[The request payload size has exceeded the limit. Please refer to the documentation: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".]לף';
Strings.OfficeOM.L_RequestTimeout = "idn5S‏‏أبع[The call took too long to execute.]לף";
Strings.OfficeOM.L_RequestTokenUnavailable = "JVQl2‏‏أبع[This API has been throttled to slow the call frequency.]לף";
Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage = '5Njh3‏‏أبع[The response payload size has exceeded the limit. Please refer to the documentation: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".]לף';
Strings.OfficeOM.L_RowIndexOutOfRange = "LTTpG‏‏أبع[The row index value is out of the allowed range. Use a value (0 or higher) that's less than the number of rows.]לף";
Strings.OfficeOM.L_RunMustReturnPromise = 'mP1s6‏‏أبع[The batch function passed to the ".run" method didn\'t return a promise. The function must return a promise, so that any automatically-tracked objects can be released at the completion of the batch operation. Typically, you return a promise by returning the response from "context.sync()".]לף';
Strings.OfficeOM.L_SSOClientError = "n1N0M‏‏أبع[Error occurred in the authentication request from Office.]לף";
Strings.OfficeOM.L_SSOClientErrorMessage = "M4SP0‏‏أبع[An unexpected error occurred in the client.]לף";
Strings.OfficeOM.L_SSOConnectionLostError = "GNT1c‏‏أبع[A connection was lost during the sign in process.]לף";
Strings.OfficeOM.L_SSOConnectionLostErrorMessage = "bEwSl‏‏أبع[A connection was lost during the sign in process, and the user may not be signed in. This was likely due to the user's browser configuration settings, such as security zones.]לף";
Strings.OfficeOM.L_SSOServerError = "ohQDw‏‏أبع[Error occurred in the authentication provider.]לף";
Strings.OfficeOM.L_SSOServerErrorMessage = "DT0X4‏‏أبع[An unexpected error occurred on the server.]לף";
Strings.OfficeOM.L_SSOUnsupportedPlatform = "VqlnB‏‏أبع[API is not supported in this platform.]לף";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory = "Mn1uW‏‏أبع[This add-in does not support user consent.]לף";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage = "dzFYy‏‏أبع[The operation failed because this add-in does not support user consent in this category]לף";
Strings.OfficeOM.L_SaveSettingsError = "ZAA78‏‏أبع[Save Settings Error]לף";
Strings.OfficeOM.L_SelectionCannotBound = "zv7Cl‏‏أبع[Cannot bind to the current selection.]לף";
Strings.OfficeOM.L_SelectionNotSupportCoercionType = "11oVN‏‏أبع[The current selection is not compatible with the specified coercion type.]לף";
Strings.OfficeOM.L_SetDataIsTooLarge = "pvjqC‏‏أبع[The specified data object is too large.]לף";
Strings.OfficeOM.L_SetDataParametersConflict = "7TbVm‏‏أبع[The specified parameters conflict.]לף";
Strings.OfficeOM.L_SettingNameNotExist = "jt3Yw‏‏أبع[The specified setting name does not exist.]לף";
Strings.OfficeOM.L_SettingsAreStale = "Pnv04‏‏أبع[Settings could not be saved because they are not current.]לף";
Strings.OfficeOM.L_SettingsCannotSave = "6SC7B‏‏أبع[The settings could not be saved.]לף";
Strings.OfficeOM.L_SettingsStaleError = "WpB5P‏‏أبع[Settings Stale Error]לף";
Strings.OfficeOM.L_ShowWindowDialogNotification = "tI0ZW‏‏أبع[{0} wants to display a new window.]לף";
Strings.OfficeOM.L_ShowWindowDialogNotificationAllow = "LozuO‏‏أبع[Allow]לף";
Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore = "AvQkU‏‏أبع[Ignore]לף";
Strings.OfficeOM.L_ShuttingDown = "WOU0s‏‏أبع[Operation failed because the data is not current on the server.]לף";
Strings.OfficeOM.L_SliceSizeNotSupported = "cO53f‏‏أبع[The specified slice size is not supported.]לף";
Strings.OfficeOM.L_SpecifiedIdNotExist = "zgKaF‏‏أبع[The specified ID does not exist.]לף";
Strings.OfficeOM.L_Timeout = "8Yazn‏‏أبع[The operation has timed out.]לף";
Strings.OfficeOM.L_TooManyArguments = "542tY‏‏أبع[too many arguments]לף";
Strings.OfficeOM.L_TooManyIncompleteRequests = "2TC32‏‏أبع[Wait until the previous call completes.]לף";
Strings.OfficeOM.L_TooManyOptionalFunction = "w74Tz‏‏أبع[multiple optional functions in parameter list]לף";
Strings.OfficeOM.L_TooManyOptionalObjects = "u95nH‏‏أبع[multiple optional objects in parameter list]לף";
Strings.OfficeOM.L_UnknownBindingType = "ew2fB‏‏أبع[The binding type is not supported.]לף";
Strings.OfficeOM.L_UnsupportedDataObject = "hGI3v‏‏أبع[The supplied data object type is not supported.]לף";
Strings.OfficeOM.L_UnsupportedEnumeration = "YOCbm‏‏أبع[Unsupported Enumeration]לף";
Strings.OfficeOM.L_UnsupportedEnumerationMessage = "fKjXV‏‏أبع[The enumeration isn't supported in the current host application.]לף";
Strings.OfficeOM.L_UnsupportedUserIdentity = "FzJ4D‏‏أبع[User identity type is not supported.]לף";
Strings.OfficeOM.L_UnsupportedUserIdentityMessage = "WLfEA‏‏أبع[The identity type of the user is not supported.]לף";
Strings.OfficeOM.L_UserAborted = "2C3rH‏‏أبع[User aborted the consent request.]לף";
Strings.OfficeOM.L_UserAbortedMessage = "u0vEn‏‏أبع[The user did not consent the add-in permissions.]לף";
Strings.OfficeOM.L_UserClickIgnore = "jeIUr‏‏أبع[The user chose to ignore the dialog box.]לף";
Strings.OfficeOM.L_UserNotSignedIn = "1L2Tr‏‏أبع[No user is signed into Office.]לף";
Strings.OfficeOM.L_ValueNotLoaded = 'yUa7O‏‏أبع[The value of the result object has not been loaded yet. Before reading the value property, call "context.sync()" on the associated request context.]לף';
Strings.OfficeOM.L_WorkbookHiddenMessage = "IHOef‏‏أبع[The JavaScript API request failed because the workbook was hidden. Please unhide the workbook and try again.]לף";
Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen = "c0r1k‏‏أبع[Write operation is not supported for Office when a modal dialog is open.]לף";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,80 @@
Type.registerNamespace("_u");
_u.ExtensibilityStrings = function()
{
};
_u.ExtensibilityStrings.registerClass("_u.ExtensibilityStrings");
_u.ExtensibilityStrings.l_APICallFailedDueToItemChange_Text = "aFLze‏‏أبع[The selected item has been changed.]לף";
_u.ExtensibilityStrings.l_API_Not_Supported_By_ExtensionPoint_Error_Text = "MuQhq‏‏أبع[API not supported for extension point.]לף";
_u.ExtensibilityStrings.l_API_Not_Supported_For_Shared_Folders_Error = "RXvzX‏‏أبع[API not supported for shared folders.]לף";
_u.ExtensibilityStrings.l_ActionsDefinitionMultipleActionsError_Text = "CQ61F‏‏أبع[Only a single action is currently supported.]לף";
_u.ExtensibilityStrings.l_ActionsDefinitionWrongNotificationMessageError_Text = "b6zSp‏‏أبع[Actions can't be defined for this notification message type.]לף";
_u.ExtensibilityStrings.l_AttachmentDeleteGeneralFailure_Text = "h0ho0‏‏أبع[The attachment cannot be deleted from the item.]לף";
_u.ExtensibilityStrings.l_AttachmentDeletedBeforeUploadCompletes_Text = "9bYDV‏‏أبع[The user removed the attachment before upload has completed.]לף";
_u.ExtensibilityStrings.l_AttachmentErrorName_Text = "e6S9w‏‏أبع[Attachment Error]לף";
_u.ExtensibilityStrings.l_AttachmentExceededSize_Text = "D63AU‏‏أبع[The attachment cannot be added because it is too big.]לף";
_u.ExtensibilityStrings.l_AttachmentItemIdTooLong_Text = "JMMxW‏‏أبع[One or more of the attachment IDs is too long.]לף";
_u.ExtensibilityStrings.l_AttachmentNameTooLong_Text = "nSRcp‏‏أبع[One or more of the attachment names is too long.]לף";
_u.ExtensibilityStrings.l_AttachmentNotSupported_Text = "Ufjta‏‏أبع[The attachment type is not supported.]לף";
_u.ExtensibilityStrings.l_AttachmentUploadGeneralFailure_Text = "0gPAl‏‏أبع[The attachment cannot be added to the item.]לף";
_u.ExtensibilityStrings.l_AttachmentUrlTooLong_Text = "n2mx3‏‏أبع[One or more of the attachment URLs is too long.]לף";
_u.ExtensibilityStrings.l_Attachment_Download_Failed_Generic_Error = "b44U3‏‏أبع[Downloading the attachment failed.]לף";
_u.ExtensibilityStrings.l_Attachment_Resource_Not_Found = "33F1J‏‏أبع[The attachment was not found.]לף";
_u.ExtensibilityStrings.l_Attachment_Resource_UnAuthorizedAccess = "tKtUN‏‏أبع[Unauthorized access to the attachment.]לף";
_u.ExtensibilityStrings.l_CallSaveAsyncBeforeToken_Text = "VtZoQ‏‏أبع[The token can't be retrieved until the item is saved.]לף";
_u.ExtensibilityStrings.l_CannotAddAttachmentBeforeUpgrade_Text = "hnh2D‏‏أبع[Attachments cannot be added while the full reply or forward is being retrieved from the server.]לף";
_u.ExtensibilityStrings.l_CannotPersistPropertyInUnsavedDraftError_Text = "lFfPt‏‏أبع[Notifications can't be persisted in unsaved drafts. Save the item before you call this API.]לף";
_u.ExtensibilityStrings.l_CursorPositionChanged_Text = "PjcFc‏‏أبع[The user changed the position of the cursor while the data was being inserted.]לף";
_u.ExtensibilityStrings.l_DataWriteErrorName_Text = "xgx03‏‏أبع[Data Write Error]לף";
_u.ExtensibilityStrings.l_DeleteAttachmentDoesNotExist_Text = "dLsV2‏‏أبع[The attachment cannot be deleted because attachment with the attachment index cannot be found.]לף";
_u.ExtensibilityStrings.l_DisplayNameTooLong_Text = "PlGmA‏‏أبع[One or more of the display names provided is too long.]לף";
_u.ExtensibilityStrings.l_DisplayReplyFormHtmlBodyRequired_Text = "sh4OA‏‏أبع[The 'htmlBody' is required.]לף";
_u.ExtensibilityStrings.l_DuplicateNotificationKey_Text = "4irY6‏‏أبع[A notification with the provided key already exists.]לף";
_u.ExtensibilityStrings.l_Duplicate_Category_Error_Text = "xKaYc‏‏أبع[One of the categories provided is already in the master category list.]לף";
_u.ExtensibilityStrings.l_ElevatedPermissionNeededForMethod_Text = "vpN0m‏‏أبع[Elevated permission is required to call the method: '{0}'.]לף"
_u.ExtensibilityStrings.l_ElevatedPermissionNeeded_Text = "O3YaN‏‏أبع[Elevated permission is required to access protected members of the JavaScript API for Office.]לף";
_u.ExtensibilityStrings.l_EmailAddressTooLong_Text = "LwH7z‏‏أبع[One or more of the email addresses provided is too long.]לף";
_u.ExtensibilityStrings.l_EwsRequestOversized_Text = "uboan‏‏أبع[The request exceeds the 1 MB size limit. Please modify your EWS request.]לף";
_u.ExtensibilityStrings.l_ExceededMaxNumberOfAttachments_Text = "PKXEO‏‏أبع[Attachments cannot be added because the message already has the maximum number of attachments]לף";
_u.ExtensibilityStrings.l_HtmlSanitizationFailure_Text = "1o9wQ‏‏أبع[The HTML santization has failed.]לף";
_u.ExtensibilityStrings.l_Insufficient_Item_Permissions_Text = "UnS7g‏‏أبع[The user doesn't have the permissions required to perform this operation.]לף";
_u.ExtensibilityStrings.l_InternalFormatError_Text = "ex0FM‏‏أبع[There was an internal format error.]לף";
_u.ExtensibilityStrings.l_InternalProtocolError_Text = "DZrmo‏‏أبع[Internal protocol error: '{0}'.]לף";
_u.ExtensibilityStrings.l_Internal_Server_Error_Text = "33YvC‏‏أبع[The Exchange server returned an error. Please look at the diagnostics object for more information.]לף";
_u.ExtensibilityStrings.l_Internet_Not_Connected_Error_Text = "mlqpV‏‏أبع[The user is no longer connected to the network. Please check your network connection and try again.]לף";
_u.ExtensibilityStrings.l_InvalidActionType_Text = "5RL6t‏‏أبع[The value of the parameter 'actionType' is invalid. The accepted value is \"showTaskPane\".]לף";
_u.ExtensibilityStrings.l_InvalidAttachmentId_Text = "39s5K‏‏أبع[The attachment ID was invalid.]לף";
_u.ExtensibilityStrings.l_InvalidAttachmentPath_Text = "tMziE‏‏أبع[The attachment path was invalid.]לף";
_u.ExtensibilityStrings.l_InvalidCommandIdError_Text = "J0XLq‏‏أبع[The value of the parameter 'commandId' is invalid.]לף";
_u.ExtensibilityStrings.l_InvalidDate_Text = "DzuqP‏‏أبع[The input doesn't resolve to a valid date.]לף";
_u.ExtensibilityStrings.l_InvalidEndTime_Text = "Ds0l1‏‏أبع[The end time cannot be before the start time.]לף";
_u.ExtensibilityStrings.l_InvalidEventDates_Text = "QOLgI‏‏أبع[The end date occurs before the start date.]לף";
_u.ExtensibilityStrings.l_InvalidParameterValueError_Text = "R0u0v‏‏أبع[The value of the '{0}' parameter is invalid.]לף";
_u.ExtensibilityStrings.l_InvalidSelection_Text = "7hTkk‏‏أبع[The selection is invalid.]לף";
_u.ExtensibilityStrings.l_InvalidTime_Text = "3FI84‏‏أبع[The input doesn't resolve to a valid time.]לף";
_u.ExtensibilityStrings.l_Invalid_Category_Error_Text = "Q7VEm‏‏أبع[Invalid categories were provided.]לף";
_u.ExtensibilityStrings.l_ItemNotFound_Text = "ohyMY‏‏أبع[The item does not exist or has not been created.]לף";
_u.ExtensibilityStrings.l_Item_Not_Saved_Error_Text = "W6yB6‏‏أبع[The id can't be retrieved until the item is saved.]לף";
_u.ExtensibilityStrings.l_KeyNotFound_Text = "sA1mw‏‏أبع[The specified key was not found.]לף";
_u.ExtensibilityStrings.l_MessageInDifferentStoreError_Text = "SE3Zc‏‏أبع[The EWS ID can't be retrieved because the message is saved in a different store.]לף";
_u.ExtensibilityStrings.l_Missing_Extended_Permissions_For_API = "f3ulw‏‏أبع[Extended Permission missing for the API call.]לף";
_u.ExtensibilityStrings.l_NoValidRecipientsProvided_Text = "GUfK9‏‏أبع[No valid recipients were provided.]לף";
_u.ExtensibilityStrings.l_NotificationKeyNotFound_Text = "3Z6DW‏‏أبع[There are no notifications with the provided key.]לף";
_u.ExtensibilityStrings.l_NullOrEmptyParameterError_Text = "TUp25‏‏أبع[The parameter '{0}' is mandatory and it can't be null or empty.]לף";
_u.ExtensibilityStrings.l_NumberOfNotificationsExceeded_Text = "WMQ17‏‏أبع[The notification couldn't be added because the notification limit has been reached.]לף";
_u.ExtensibilityStrings.l_NumberOfRecipientsExceeded_Text = "zpupz‏‏أبع[The total number of recipients in the field can't exceed {0}.]לף";
_u.ExtensibilityStrings.l_OffsetNotfound_Text = "7Oysv‏‏أبع[An offset for this time stamp couldn't be found.]לף";
_u.ExtensibilityStrings.l_Olk_Http_Error_Text = "5QU73‏‏أبع[The request has failed. Please look at the diagnostics object for the HTTP error code.]לף";
_u.ExtensibilityStrings.l_OnlineMeetingsUserDenied_Text = "zKLUo‏‏أبع[User denied.]לף";
_u.ExtensibilityStrings.l_ParameterValueTooLongError_Text = "wqO9W‏‏أبع[The value of the '{0}' parameter is too long. The maximum number of characters is '{1}'.]לף";
_u.ExtensibilityStrings.l_ParametersNotAsExpected_Text = "X5aEC‏‏أبع[The given parameters do not match the expected format.]לף";
_u.ExtensibilityStrings.l_PersistedNotificationArrayReadError_Text = "vriVR‏‏أبع[The API call you made failed because the persisted notifications couldn't be retrieved.]לף";
_u.ExtensibilityStrings.l_PersistedNotificationArraySaveError_Text = "xo4Kx‏‏أبع[The API call you made failed because notifications couldn't be persisted.]לף";
_u.ExtensibilityStrings.l_RecurrenceErrorMaxOccurrences_Text = "X1pSJ‏‏أبع[The recurring series exceeds the maximum limit of 999 occurrences.]לף";
_u.ExtensibilityStrings.l_RecurrenceErrorZeroOccurrences_Text = "bqfrU‏‏أبع[The recurring series has no occurrences in the specified date range.]לף";
_u.ExtensibilityStrings.l_RecurrenceInvalidTimeZone_Text = "98QT7‏‏أبع[The specified time zone is not supported.]לף";
_u.ExtensibilityStrings.l_RecurrenceUnsupportedAlternateCalendar_Text = "zXCzp‏‏أبع[The recurrence pattern was set by the user using an alternate calendar that is not supported.]לף";
_u.ExtensibilityStrings.l_Recurrence_Error_Instance_SetAsync_Text = "XlOSr‏‏أبع[A recurrence pattern can't be set for a single occurrence in a series.]לף";
_u.ExtensibilityStrings.l_Recurrence_Error_Properties_Invalid_Text = "UMYct‏‏أبع[The recurrence pattern isn't valid. Please check that the specified recurrence properties align with the recurrence type.]לף";
_u.ExtensibilityStrings.l_SaveError_Text = "1d3LS‏‏أبع[Connection error occurred while trying to save the item on the server.]לף";
_u.ExtensibilityStrings.l_SessionDataObjectMaxLengthExceeded_Text = "jj6oj‏‏أبع[The 'sessionData' object surpassed its maximum length of '{0}' characters.]לף";
_u.ExtensibilityStrings.l_TokenAccessDeniedWithoutItemContext_Text = "rGcCz‏‏أبع[A REST token is only available with ReadWriteMailbox permission when there is no item context.]לף";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,204 @@
Type.registerNamespace("Strings");
Strings.OfficeOM = function()
{
};
Strings.OfficeOM.registerClass("Strings.OfficeOM");
Strings.OfficeOM.L_APICallFailed = "فشل استدعاء API";
Strings.OfficeOM.L_APINotSupported = "API غير معتمدة";
Strings.OfficeOM.L_ActivityLimitReached = "تم بلوغ حد النشاط.";
Strings.OfficeOM.L_AddBindingFromPromptDefaultText = "الرجاء إجراء تحديد.";
Strings.OfficeOM.L_AddinIsAlreadyRequestingToken = "تتطلب الوظيفة الإضافية بالفعل رمزاً مميزاً للوصول.";
Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage = "فشلت العملية لأن هذه الوظيفة الإضافية تتطلب رمزاً مميزاً للوصول.";
Strings.OfficeOM.L_ApiNotFoundDetails = "الأسلوب أو الخاصية {0} هي جزء من مجموعة متطلبات {1} وهي غير متوفرة في الإصدار {2}.";
Strings.OfficeOM.L_AppNameNotExist = "لا يوجد اسم وظيفة إضافية لـ {0}.";
Strings.OfficeOM.L_AppNotExistInitializeNotCalled = "التطبيق {0} غير موجود. لم يتم استدعاء Microsoft.Office.WebExtension.initialize (السبب).";
Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty = "محاولة تعيين خاصية '{0}' للقراءة فقط.";
Strings.OfficeOM.L_BadSelectorString = "لم يتم تنسيق السلسة التي تم تمريرها إلى المحدد بشكل سليم أو أنها غير معتمدة.";
Strings.OfficeOM.L_BindingCreationError = "خطأ في إنشاء الربط";
Strings.OfficeOM.L_BindingNotExist = "الربط المحدد غير موجود.";
Strings.OfficeOM.L_BindingToMultipleSelection = "لا يتم اعتماد التحديدات المتقطعة.";
Strings.OfficeOM.L_BrowserAPINotSupported = "لا يعتمد هذا المستعرض API المطلوبة.";
Strings.OfficeOM.L_CallbackNotAFunction = "يجب أن يكون رد الاستدعاء من دالة النوع، وكان من النوع {0}.";
Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod = "يتعذر تطبيق التغييرات التي تم إجراؤها على خاصية '{0}' من خلال أسلوب \"object.set\".";
Strings.OfficeOM.L_CannotNavigateTo = "إن العنصر موجود في موقع حيث التنقل غير معتمد.";
Strings.OfficeOM.L_CannotRegisterEvent = "تعذر تسجيل معالج الأحداث.";
Strings.OfficeOM.L_CannotWriteToSelection = "لا يمكن الكتابة إلى التحديد الحالي.";
Strings.OfficeOM.L_CellDataAmountBeyondLimits = "ملاحظة: يُقترح أن يكون عدد الخلايا الموجود في جدول أقل من 20000 خلية.";
Strings.OfficeOM.L_CellFormatAmountBeyondLimits = "ملاحظة: يُقترح أن تكون مجموعات التنسيق المعينة بواسطة استدعاء API الخاص بالتنسيق أقل من 100.";
Strings.OfficeOM.L_CloseFileBeforeRetrieve = "استدعاء closeAsync على الملف الحالي قبل استرداد آخر.";
Strings.OfficeOM.L_CoercionTypeNotMatchBinding = "نوع الاندماج المحدد غير متوافق مع هذا النوع من الربط.";
Strings.OfficeOM.L_CoercionTypeNotSupported = "نوع الاندماج المحدد غير معتمد.";
Strings.OfficeOM.L_ColIndexOutOfRange = "إن قيمة فهرس العمود خارج النطاق المسموح به. استخدم قيمة (0 أو أعلى) تكون أصغر من عدد الأعمدة.";
Strings.OfficeOM.L_ConfirmCancelMessage = "عذراً، يتعذر علينا المتابعة.";
Strings.OfficeOM.L_ConfirmDialog = "هل تثق بمجال {0} الذي يستضيف جلسة عمل Office؟";
Strings.OfficeOM.L_ConfirmDialogApiTrustsParent = 'أنت علي وشك إرسال المعلومات الحساسة المحتملة وتلقيها من {0}. انقر فوق "موافق" فقط إذا كنت تثق في موقع الويب التالي الذي يتلقى المعلومات الحساسة: {1}.';
Strings.OfficeOM.L_ConfirmRefreshMessage = "للمتابعة، قم بإزالة الوظيفة الإضافية وإضافتها مرة أخرى أو تحديث الصفحة.";
Strings.OfficeOM.L_ConnectionFailureWithDetails = "فشل الطلب برمز الحالة {0} ورمز الخطأ {1} وظهرت رسالة الخطأ التالية: {2}";
Strings.OfficeOM.L_ConnectionFailureWithStatus = "فشل الطلب برمز الحالة {0}.";
Strings.OfficeOM.L_ContinueButton = "متابعة";
Strings.OfficeOM.L_CustomFunctionDefinitionMissing = "يلزم وجود خاصية تحمل هذا الاسم تمثل تعريف الدالة في Excel.Script.CustomFunctions.";
Strings.OfficeOM.L_CustomFunctionImplementationMissing = "يجب أن تحتوي الخاصية التي تحمل هذا الاسم في Excel.Script.CustomFunctions الذي يمثل تعريف الدالة على الخاصية 'استدعاء' المسؤولة عن تنفيذ الدالة.";
Strings.OfficeOM.L_CustomFunctionNameCannotSplit = "يجب أن يحتوي اسم الدالة على مساحة اسم غير فارغة واسم قصير غير فارغ.";
Strings.OfficeOM.L_CustomFunctionNameContainsBadChars = "يمكن أن يحتوي اسم الدالة على أحرف وأرقام وتسطير سفلي ونقاط.";
Strings.OfficeOM.L_CustomXmlError = "خطأ في XML المخصص.";
Strings.OfficeOM.L_CustomXmlExceedQuotaMessage = "تحدد XPath التحديد إلى 1024 عنصراً.";
Strings.OfficeOM.L_CustomXmlExceedQuotaName = "تم الوصول إلى الحد الأقصى للتحديد";
Strings.OfficeOM.L_CustomXmlNodeNotFound = "لم يتم العثور على العقدة المحددة.";
Strings.OfficeOM.L_CustomXmlOutOfDateMessage = "البيانات غير محدثة. قم باسترداد العنصر مرة أخرى.";
Strings.OfficeOM.L_CustomXmlOutOfDateName = "البيانات ليست حديثة"
Strings.OfficeOM.L_DataNotMatchBindingSize = "لا يتطابق عنصر البيانات الذي تم توفيره مع حجم التحديد الحالي.";
Strings.OfficeOM.L_DataNotMatchBindingType = "عنصر البيانات المحدد غير متوافق مع نوع الربط.";
Strings.OfficeOM.L_DataNotMatchCoercionType = "نوع عنصر البيانات المحدد غير متوافق مع التحديد الحالي.";
Strings.OfficeOM.L_DataNotMatchSelection = "عنصر البيانات الذي تم توفيره غير متوافق مع شكل التحديد الحالي أو أبعاده.";
Strings.OfficeOM.L_DataReadError = "خطأ في قراءة البيانات";
Strings.OfficeOM.L_DataStale = "البيانات غير حديثة";
Strings.OfficeOM.L_DataWriteError = "خطأ في كتابة البيانات";
Strings.OfficeOM.L_DataWriteReminder = "تذكير بكتابة البيانات";
Strings.OfficeOM.L_DialogAddressNotTrusted = "لم يتم تضمين مجال عنوان URL في عنصر AppDomains في البيان، وليس مجالًا فرعيًا لموقع المصدر.";
Strings.OfficeOM.L_DialogAlreadyOpened = "فشلت العملية لأن هذه الوظيفة الإضافية بها مربع حوار نشط بالفعل.";
Strings.OfficeOM.L_DialogInvalidScheme = "نظام عنوان URL غير مدعوم. استخدم HTTPS بدلاً من ذلك.";
Strings.OfficeOM.L_DialogNavigateError = "خطأ في التنقل في مربع الحوار";
Strings.OfficeOM.L_DialogOK = "موافق";
Strings.OfficeOM.L_DialogRequireHTTPS = "بروتوكول HTTP غير مدعوم. استخدم HTTPS بدلاً من ذلك";
Strings.OfficeOM.L_DisplayDialogError = "عرض خطأ مربع الحوار";
Strings.OfficeOM.L_DocumentReadOnly = "العملية المطلوبة غير مسموح بها في وضع المستند الحالي.";
Strings.OfficeOM.L_ElementMissing = "تعذر علينا تنسيق خلية الجدول لأن بعض قيم المعلمات مفقودة. تحقق من المعلمات مرة أخرى ثم أعد المحاولة.";
Strings.OfficeOM.L_EventHandlerAdditionFailed = "فشل في إضافة معالج الحدث.";
Strings.OfficeOM.L_EventHandlerNotExist = "لم يتم العثور على معالج الأحداث المحدد لهذا الربط.";
Strings.OfficeOM.L_EventHandlerRemovalFailed = "فشلت عملية إزالة معالج الحدث.";
Strings.OfficeOM.L_EventRegistrationError = "خطأ في تسجيل الأحداث";
Strings.OfficeOM.L_FileTypeNotSupported = "نوع الملف المحدد غير معتمد.";
Strings.OfficeOM.L_FormatValueOutOfRange = "إن القيمة خارج النطاق المسموح به.";
Strings.OfficeOM.L_FormattingReminder = "تذكير بالتنسيق";
Strings.OfficeOM.L_FunctionCallFailed = "فشل استدعاء الدالة {0}، رمز الخطأ: {1}.";
Strings.OfficeOM.L_GetDataIsTooLarge = "مجموعة البيانات المطلوبة كبيرة جداً.";
Strings.OfficeOM.L_GetDataParametersConflict = "تعارض المعلمات المحددة.";
Strings.OfficeOM.L_GetSelectionNotSupported = "التحديد الحالي غير معتمد.";
Strings.OfficeOM.L_HostError = "خطأ المضيف";
Strings.OfficeOM.L_ImplicitGetAuthContextMissing = "دالة الحصول على سياق المصادقة مفقودة";
Strings.OfficeOM.L_ImplicitNotLoaded = "لم يتم تحميل الوحدة النمطية قبل الحصول على رمز مميز";
Strings.OfficeOM.L_InValidOptionalArgument = "وسيطة اختيارية غير صالحة";
Strings.OfficeOM.L_IndexOutOfRange = "الفهرس خارج النطاق.";
Strings.OfficeOM.L_InitializeNotReady = "لم يتم تحميل Office.js بشكل كامل بعد. يرجى إعادة المحاولة لاحقاً للتأكد من إضافة رمز التهيئة في وظيفة Office.initialize.";
Strings.OfficeOM.L_InternalError = "خطأ داخلي";
Strings.OfficeOM.L_InternalErrorDescription = "حدث خطأ داخلي.";
Strings.OfficeOM.L_InvalidAPICall = "استدعاء API غير صالح";
Strings.OfficeOM.L_InvalidApiArgumentsMessage = "وسيطات الإدخال غير صالحة.";
Strings.OfficeOM.L_InvalidApiCallInContext = "استدعاء API غير صالح في السياق الحالي.";
Strings.OfficeOM.L_InvalidArgument = 'الوسيطة "{0}" لا تعمل لهذه الحالة أو مفقودة أو ليست بتنسيق صحيح.';
Strings.OfficeOM.L_InvalidArgumentGeneric = "الوسيطة (الوسيطات) التي خضعت للدالة لا تتماشى مع هذا الموقف أو مفقودة أو ليست بالتنسيق الصحيح.";
Strings.OfficeOM.L_InvalidBinding = "الربط غير صالح";
Strings.OfficeOM.L_InvalidBindingError = "خطأ الربط غير صالح";
Strings.OfficeOM.L_InvalidBindingOperation = "عملية الربط غير صالحة";
Strings.OfficeOM.L_InvalidCellsValue = "تحتوي معلمة واحدة أو أكثر من معلمات الخلايا على قيم غير مسموح بها. تحقق من القيم مرة أخرى ثم أعد المحاولة.";
Strings.OfficeOM.L_InvalidCoercion = "نوع الاندماج غير صالح";
Strings.OfficeOM.L_InvalidColumnsForBinding = "الأعمدة المحددة غير صالحة.";
Strings.OfficeOM.L_InvalidDataFormat = "تنسيق عنصر البيانات المحدد غير صحيح.";
Strings.OfficeOM.L_InvalidDataObject = "عنصر البيانات غير صالح";
Strings.OfficeOM.L_InvalidFormat = "خطأ تنسيق غير صالح";
Strings.OfficeOM.L_InvalidFormatValue = "تحتوي معلمة واحدة أو أكثر من معلمات التنسيق على قيم غير مسموح بها. تحقق من القيم مرة أخرى ثم أعد المحاولة.";
Strings.OfficeOM.L_InvalidGetColumns = "الأعمدة المحددة غير صالحة.";
Strings.OfficeOM.L_InvalidGetRowColumnCounts = "قيم rowCount أو columnCount المحددة غير صحيحة.";
Strings.OfficeOM.L_InvalidGetRows = "الصفوف المحددة غير صالحة.";
Strings.OfficeOM.L_InvalidGetStartRowColumn = "قيم startRow أو startColumn المحددة غير صحيحة.";
Strings.OfficeOM.L_InvalidGrant = "لم يتم منح التفويض المسبق.";
Strings.OfficeOM.L_InvalidGrantMessage = "لم يتم منح الإذن لهذه الوظيفة الإضافية.";
Strings.OfficeOM.L_InvalidNamedItemForBindingType = "نوع الربط المحدد غير متوافق مع العنصر المسمى الموفر.";
Strings.OfficeOM.L_InvalidNode = "العقدة غير صالحة";
Strings.OfficeOM.L_InvalidObjectPath = 'لا يعمل مسار العنصر "{0}" لما تحاول القيام به. إذا كنت تستخدم العنصر عبر عدة استدعاءات "context.sync" وخارج التنفيذ المتسلسل لدفعة "‎.run"، يرجى استخدام الأسلوبين "context.trackedObjects.add()" و"context.trackedObjects.remove()" لإدارة مدة بقاء العنصر.';
Strings.OfficeOM.L_InvalidOperationInCellEditMode = "Excel الآن في وضع تحرير الخلية. الرجاء إنهاء وضع التحرير بالضغط على مفتاح الإدخال ENTER أو مفتاح TAB أو تحديد خلية أخرى، ثم إعادة المحاولة.";
Strings.OfficeOM.L_InvalidOrTimedOutSession = "جلسة غير صالحة أو انتهت مهلتها";
Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage = "انتهت صلاحيه جلسة Office أو انها غير صالحه. للمتابعة ، قم بتحديث الصفحة.";
Strings.OfficeOM.L_InvalidParameters = "للدالة {0} معلمات غير صالحة.";
Strings.OfficeOM.L_InvalidReadForBlankRow = "إن الصف المحدد فارغ.";
Strings.OfficeOM.L_InvalidRequestContext = "لا يمكن استخدام العنصر عبر سياقات طلب مختلفة.";
Strings.OfficeOM.L_InvalidResourceUrl = "تم إدخال Url غير صالح لمورد التطبيق.";
Strings.OfficeOM.L_InvalidResourceUrlMessage = "تم تحديد Url غير صالح للمورد في البيان.";
Strings.OfficeOM.L_InvalidSSOAddinMessage = "API للهوية غير مدعمة لهذه الوظيفة الإضافية.";
Strings.OfficeOM.L_InvalidSelectionForBindingType = "لا يمكن إنشاء ربط مع التحديد الحالي ونوع الربط المحدد.";
Strings.OfficeOM.L_InvalidSetColumns = "الأعمدة المحددة غير صالحة.";
Strings.OfficeOM.L_InvalidSetRows = "الصفوف المحددة غير صالحة.";
Strings.OfficeOM.L_InvalidSetStartRowColumn = "قيم startRow أو startColumn المحددة غير صحيحة.";
Strings.OfficeOM.L_InvalidTableOptionValue = "تحتوي معلمة واحدة أو أكثر من معلمات tableOptions على قيم غير مسموح بها. تحقق من القيم مرة أخرى ثم أعد المحاولة.";
Strings.OfficeOM.L_InvalidValue = "قيمة غير صالحة";
Strings.OfficeOM.L_MemoryLimit = "تجاوز حد الذاكرة";
Strings.OfficeOM.L_MissingParameter = "معلمة مفقودة";
Strings.OfficeOM.L_MissingRequiredArguments = "فقدان بعض الوسيطات المطلوبة";
Strings.OfficeOM.L_MultipleNamedItemFound = "تم العثور على عدة عناصر بالاسم نفسه.";
Strings.OfficeOM.L_NamedItemNotFound = "العنصر المسمى غير موجود.";
Strings.OfficeOM.L_NavOutOfBound = "فشلت العملية لأن الفهرس خارج النطاق.";
Strings.OfficeOM.L_NetworkProblem = "مشكلة في الشبكة";
Strings.OfficeOM.L_NetworkProblemRetrieveFile = "حالت مشكلة في الشبكة دون استرداد الملف.";
Strings.OfficeOM.L_NewWindowCrossZone = "إعدادات الأمان في المستعرض تحول دون إنشاء مربع حوار. حاول استخدام مستعرض مختلف، أو {0} وبذلك يكونا '{1}' والمجال المعروض في شريط العنوان في نفس منطقة الأمان.";
Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink = "تكوين المستعرض";
Strings.OfficeOM.L_NewWindowCrossZoneErrorString = "منعتنا قيود المستعرض من إنشاء مربع الحوار. مجال مربع الحوار ومجال مضيف الوظيفة الإضافية ليسا في نفس منطقة الأمان.";
Strings.OfficeOM.L_NoCapability = "لا تملك الأذونات الكافية لهذا الإجراء.";
Strings.OfficeOM.L_NoHttpsWAC = "لا تستخدم جلسة عمل Office هذه اتصالاً أمناً. نوصي باتخاذ احتياطات إضافية.";
Strings.OfficeOM.L_NonUniformPartialGetNotSupported = 'لا يمكن استخدام معلمات الإحداثيات مع "جدول" بنوع الاندماج عندما يحتوي الجدول على خلايا مدمجة.';
Strings.OfficeOM.L_NonUniformPartialSetNotSupported = 'لا يمكن استخدام معلمات الإحداثيات مع "جدول" بنوع الاندماج عندما يحتوي الجدول على خلايا مدمجة.';
Strings.OfficeOM.L_NotImplemented = "لم يتم تنفيذ الدالة {0}.";
Strings.OfficeOM.L_NotSupported = "الدالة {0} غير معتمدة.";
Strings.OfficeOM.L_NotSupportedBindingType = "نوع الربط المحدد {0} غير معتمد.";
Strings.OfficeOM.L_NotSupportedEventType = "نوع الحدث المحدد {0} غير معتمد.";
Strings.OfficeOM.L_NotTrustedWAC = "تم تعطيل هذه الوظيفة الاضافيه للمساعدة في الحفاظ علي أمانك. لمتابعه استخدام الوظيفة الاضافيه ، تحقق من ان هذا العنصر تمت استضافته في مجال موثوق به أو قم بفتحه في تطبيق Office لسطح المكتب.";
Strings.OfficeOM.L_OperationCancelledError = "تم إلغاء العملية";
Strings.OfficeOM.L_OperationCancelledErrorMessage = "تم إلغاء العملية بواسطة المستخدم.";
Strings.OfficeOM.L_OperationNotSupported = "العملية غير معتمدة.";
Strings.OfficeOM.L_OperationNotSupportedOnMatrixData = "يجب أن يكون المحتوى المحدد بتنسيق الجدول. قم بتنسيق البيانات كجدول وحاول مرة أخرى.";
Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType = "العملية غير معتمدة على هذا النوع من الربط.";
Strings.OfficeOM.L_OsfControlTypeNotSupported = "نوع OsfControl غير معتمد.";
Strings.OfficeOM.L_OutOfRange = "خارج النطاق";
Strings.OfficeOM.L_OverwriteWorksheetData = "فشلت عملية التعيين لأن عنصر البيانات الذي تم توفيره سيكتب فوق البيانات أو سينقلها.";
Strings.OfficeOM.L_PermissionDenied = "تم رفض الإذن";
Strings.OfficeOM.L_PropertyDoesNotExist = 'لا توجد الخاصية "{0}" في العنصر.';
Strings.OfficeOM.L_PropertyNotLoaded = "الخاصية '{0}' غير متاحة. قبل قراءة قيمة الخاصية، قم باستدعاء أسلوب التحميل على العنصر المضمن وقم باستدعاء \"context.sync()\" في سياق الطلب المقترن.";
Strings.OfficeOM.L_ReadSettingsError = "خطأ في إعدادات القراءة";
Strings.OfficeOM.L_RedundantCallbackSpecification = "لا يمكن تعيين رد الاستدعاء في كل من قائمة الوسائط وفي العنصر الاختياري.";
Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage = 'تجاوز حجم حمولة الطلب الحد المسموح به. الرجاء الرجوع إلى الوثائق: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';
Strings.OfficeOM.L_RequestTimeout = "استغرقت المكالمة وقتاً طويلاً وبالتالي يتعذر تنفيذها.";
Strings.OfficeOM.L_RequestTokenUnavailable = "تم إحباط API هذه لإبطاء تكرار المكالمة.";
Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage = 'تجاوز حجم حمولة الاستجابة الحد المسموح به. الرجاء الرجوع إلى الوثائق: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';
Strings.OfficeOM.L_RowIndexOutOfRange = "إن قيمة فهرس الصف خارج النطاق المسموح به. استخدم قيمة (0 أو أعلى) تكون أصغر من عدد الصفوف.";
Strings.OfficeOM.L_RunMustReturnPromise = 'لم ترجع الوظيفة الدفعية التي تم تمريرها إلى أسلوب ".run" أي تعهد. يجب أن تُرجع الوظيفة أي تعهد، بحيث يمكن إصدار أي عناصر يتم تعقبها تلقائياً عند اكتمال العملية الدفعية. عادةً، يمكن إرجاع التعهد بإرجاع الاستجابة من"context.sync()".';
Strings.OfficeOM.L_SSOClientError = "حدث خطأ في طلب المصادقة من Office.";
Strings.OfficeOM.L_SSOClientErrorMessage = "حدث خطأ غير متوقع في العميل.";
Strings.OfficeOM.L_SSOConnectionLostError = "تم فقد الاتصال أثناء عملية تسجيل الدخول.";
Strings.OfficeOM.L_SSOConnectionLostErrorMessage = "تم فقد الاتصال أثناء عملية تسجيل الدخول، وربما لم يتم تسجيل دخول المستخدم. وهذا على الأغلب بسبب إعدادات تكوين مستعرض المستخدم، مثل مناطق الأمان.";
Strings.OfficeOM.L_SSOServerError = "حدث خطأ في موفر المصادقة.";
Strings.OfficeOM.L_SSOServerErrorMessage = "حدث خطأ غير متوقع في الخادم.";
Strings.OfficeOM.L_SSOUnsupportedPlatform = "واجهة برمجة التطبيقات (API) غير مدعمة في هذا النظام الأساسي.";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory = "لا تدعم هذه الوظيفة الإضافية موافقة المستخدم.";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage = "فشلت العملية لأن هذه الوظيفة الإضافية لا تدعم موافقة المستخدم في هذه الفئة";
Strings.OfficeOM.L_SaveSettingsError = "خطأ في إعدادات الحفظ";
Strings.OfficeOM.L_SelectionCannotBound = "يتعذر الربط بالتحديد الحالي.";
Strings.OfficeOM.L_SelectionNotSupportCoercionType = "التحديد الحالي غير متوافق مع نوع الاندماج المحدد.";
Strings.OfficeOM.L_SetDataIsTooLarge = "عنصر البيانات المحدد طويل جداً.";
Strings.OfficeOM.L_SetDataParametersConflict = "تعارض المعلمات المحددة.";
Strings.OfficeOM.L_SettingNameNotExist = "اسم الإعداد المحدد غير موجود.";
Strings.OfficeOM.L_SettingsAreStale = "تعذر حفظ الإعدادات نظراً لأنها غير حديثة.";
Strings.OfficeOM.L_SettingsCannotSave = "تعذر حفظ الإعدادات.";
Strings.OfficeOM.L_SettingsStaleError = "خطأ في الإعدادات القديمة";
Strings.OfficeOM.L_ShowWindowDialogNotification = "يريد {0} عرض نافذة جديدة.";
Strings.OfficeOM.L_ShowWindowDialogNotificationAllow = "سماح";
Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore = "تجاهل";
Strings.OfficeOM.L_ShuttingDown = "فشلت العملية لأن البيانات غير حديثة على الخادم.";
Strings.OfficeOM.L_SliceSizeNotSupported = "حجم الشريحة المحدد غير معتمد.";
Strings.OfficeOM.L_SpecifiedIdNotExist = "إن المعرف المحدد غير موجود.";
Strings.OfficeOM.L_Timeout = "انقضت مهلة العملية.";
Strings.OfficeOM.L_TooManyArguments = "العديد من الوسيطات";
Strings.OfficeOM.L_TooManyIncompleteRequests = "انتظر حتى اكتمال المكالمة السابقة.";
Strings.OfficeOM.L_TooManyOptionalFunction = "دالات اختيارية متعددة في قائمة المعلمات";
Strings.OfficeOM.L_TooManyOptionalObjects = "عناصر اختيارية متعددة في قائمة المعلمات";
Strings.OfficeOM.L_UnknownBindingType = "نوع الربط غير معتمد.";
Strings.OfficeOM.L_UnsupportedDataObject = "نوع عنصر البيانات الذي تم توفيره غير معتمد.";
Strings.OfficeOM.L_UnsupportedEnumeration = "قائمة تعداد غير معتمدة";
Strings.OfficeOM.L_UnsupportedEnumerationMessage = "قائمة التعداد غير معتمدة في تطبيق المضيف الحالي.";
Strings.OfficeOM.L_UnsupportedUserIdentity = "نوع هوية المستخدم غير مدعم.";
Strings.OfficeOM.L_UnsupportedUserIdentityMessage = "نوع هوية المستخدم غير مدعم.";
Strings.OfficeOM.L_UserAborted = "أوقف المستخدم طلب الموافقة قبل اكتماله.";
Strings.OfficeOM.L_UserAbortedMessage = "لم يوافق المستخدم على أذونات الوظيفة الإضافية.";
Strings.OfficeOM.L_UserClickIgnore = "اختار المستخدم تجاهل مربع الحوار.";
Strings.OfficeOM.L_UserNotSignedIn = "لم يسجل أي مستخدم دخوله إلى Office.";
Strings.OfficeOM.L_ValueNotLoaded = 'لم يتم تحميل قيمة عنصر النتيجة بعد. قم باستدعاء "context.sync()" في سياق الطلب المقترن قبل قراءة خاصية القيمة.';
Strings.OfficeOM.L_WorkbookHiddenMessage = "فشل طلب JavaScript API لأنه تم إخفاء المصنف. الرجاء قم بإظهار المصنف، ثم أعد المحاولة.";
Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen = "عملية الكتابة غير مدعمة لـ Office عند فتح مربع حوار مشروط.";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,80 @@
Type.registerNamespace("_u");
_u.ExtensibilityStrings = function()
{
};
_u.ExtensibilityStrings.registerClass("_u.ExtensibilityStrings");
_u.ExtensibilityStrings.l_APICallFailedDueToItemChange_Text = "تم تغيير العنصر المحدد.";
_u.ExtensibilityStrings.l_API_Not_Supported_By_ExtensionPoint_Error_Text = "API غير مدعم لنقطة الامتداد.";
_u.ExtensibilityStrings.l_API_Not_Supported_For_Shared_Folders_Error = "API غير مدعمة للمجلدات المشتركة.";
_u.ExtensibilityStrings.l_ActionsDefinitionMultipleActionsError_Text = "يتم حالياً دعم إجراء واحد فقط.";
_u.ExtensibilityStrings.l_ActionsDefinitionWrongNotificationMessageError_Text = "لا يمكن تعريف الإجراءات لهذا النوع من رسائل الإعلام.";
_u.ExtensibilityStrings.l_AttachmentDeleteGeneralFailure_Text = "لا يمكن حذف المرفق من العنصر.";
_u.ExtensibilityStrings.l_AttachmentDeletedBeforeUploadCompletes_Text = "أزال المستخدم المرفق قبل اكتمال التحميل.";
_u.ExtensibilityStrings.l_AttachmentErrorName_Text = "خطأ في المرفقات";
_u.ExtensibilityStrings.l_AttachmentExceededSize_Text = "تتعذر إضافة المرفق لأنه كبير جداً.";
_u.ExtensibilityStrings.l_AttachmentItemIdTooLong_Text = "يوجد معرّف مرفق واحد أو أكثر طويل جداً.";
_u.ExtensibilityStrings.l_AttachmentNameTooLong_Text = "يوجد اسم مرفق واحد أو أكثر طويل جداً.";
_u.ExtensibilityStrings.l_AttachmentNotSupported_Text = "نوع المرفق غير مدعم.";
_u.ExtensibilityStrings.l_AttachmentUploadGeneralFailure_Text = "تتعذر إضافة المرفق إلى العنصر.";
_u.ExtensibilityStrings.l_AttachmentUrlTooLong_Text = "يوجد عنوان URL واحد أو أكثر للمرفقات طويل جداً.";
_u.ExtensibilityStrings.l_Attachment_Download_Failed_Generic_Error = "فشل تنزيل مرفق.";
_u.ExtensibilityStrings.l_Attachment_Resource_Not_Found = "لم يتم العثور على المرفق.";
_u.ExtensibilityStrings.l_Attachment_Resource_UnAuthorizedAccess = "وصول غير مصرح به إلى المرفق.";
_u.ExtensibilityStrings.l_CallSaveAsyncBeforeToken_Text = "لا يمكن استرداد الرمز المميز حتى يتم حفظ العنصر.";
_u.ExtensibilityStrings.l_CannotAddAttachmentBeforeUpgrade_Text = "تتعذر إضافة المرفقات أثناء استرداد الرد الكامل إعادة التوجيه من الخادم.";
_u.ExtensibilityStrings.l_CannotPersistPropertyInUnsavedDraftError_Text = "لا يمكن استمرار الإعلامات في مسودات غير محفوظة. احفظ العنصر قبل استدعاء API هذا.";
_u.ExtensibilityStrings.l_CursorPositionChanged_Text = "قام المستخدم بتغيير موضع المؤشر أثناء إدراج البيانات.";
_u.ExtensibilityStrings.l_DataWriteErrorName_Text = "خطأ في كتابة البيانات";
_u.ExtensibilityStrings.l_DeleteAttachmentDoesNotExist_Text = "لا يمكن حذف المرفق لأنه يتعذر العثور عليه مع فهرس المرفق.";
_u.ExtensibilityStrings.l_DisplayNameTooLong_Text = "إن اسماً واحداً أو أكثر من أسماء العرض التي قدمتها طويل(ة) جداً.";
_u.ExtensibilityStrings.l_DisplayReplyFormHtmlBodyRequired_Text = "'htmlBody' مطلوب.";
_u.ExtensibilityStrings.l_DuplicateNotificationKey_Text = "يوجد مسبقاً إعلام بالمفتاح المتوفر.";
_u.ExtensibilityStrings.l_Duplicate_Category_Error_Text = "إحدى الفئات المتوفرة بالفعل في قائمة الفئات الرئيسية.";
_u.ExtensibilityStrings.l_ElevatedPermissionNeededForMethod_Text = 'الإذن غير المقيّد مطلوب لاستدعاء الأسلوب: "{0}".';
_u.ExtensibilityStrings.l_ElevatedPermissionNeeded_Text = "الإذن غير المقيّد مطلوب للوصول إلى الأعضاء المحميين لـ JavaScript API من Office.";
_u.ExtensibilityStrings.l_EmailAddressTooLong_Text = "إن عنواناً واحد أو أكثر من عناوين البريد الإلكتروني التي قدمتها طويل(ة) جداً.";
_u.ExtensibilityStrings.l_EwsRequestOversized_Text = "يتجاوز الطلب حد الحجم الذي يبلغ 1 ميغابايت. يرجى تعديل طلب EWS الخاص بك.";
_u.ExtensibilityStrings.l_ExceededMaxNumberOfAttachments_Text = "تتعذر إضافة المرفقات لأن الرسالة تحتوي بالفعل على العدد الأقصى من المرفقات";
_u.ExtensibilityStrings.l_HtmlSanitizationFailure_Text = "فشلت عملية التحقق من سلامة مستند HTML.";
_u.ExtensibilityStrings.l_Insufficient_Item_Permissions_Text = "لا يمتلك المستخدم الأذونات المطلوبة لتنفيذ هذه العملية.";
_u.ExtensibilityStrings.l_InternalFormatError_Text = "حدث خطأ في التنسيق الداخلي.";
_u.ExtensibilityStrings.l_InternalProtocolError_Text = 'خطأ بروتوكول داخلي: "{0}".';
_u.ExtensibilityStrings.l_Internal_Server_Error_Text = "حدث خطأ في خادم Exchange. الرجاء الاطلاع على عنصر التشخيص لمزيد من المعلومات.";
_u.ExtensibilityStrings.l_Internet_Not_Connected_Error_Text = "لم يعُد المستخدم متصلاً بالشبكة. الرجاء التحقق من اتصال الشبكة والمحاولة مرة أخرى.";
_u.ExtensibilityStrings.l_InvalidActionType_Text = "قيمة المعلمة 'actionType' غير صالحة. القيمة المقبولة هي \"showTaskPane\".";
_u.ExtensibilityStrings.l_InvalidAttachmentId_Text = "كان معرف المرفق غير صالح.";
_u.ExtensibilityStrings.l_InvalidAttachmentPath_Text = "كان مسار المرفق غير صالح.";
_u.ExtensibilityStrings.l_InvalidCommandIdError_Text = "قيمة المعلمة 'commandId' غير صالحة.";
_u.ExtensibilityStrings.l_InvalidDate_Text = "لا يتم حل الإدخال إلى تاريخ صالح.";
_u.ExtensibilityStrings.l_InvalidEndTime_Text = "لا يمكن أن يكون وقت النهاية قبل وقت البدء.";
_u.ExtensibilityStrings.l_InvalidEventDates_Text = "يقع تاريخ الانتهاء قبل تاريخ البدء.";
_u.ExtensibilityStrings.l_InvalidParameterValueError_Text = "قيمة المعلمة '{0}' غير صالحة."
_u.ExtensibilityStrings.l_InvalidSelection_Text = "التحديد غير صالح.";
_u.ExtensibilityStrings.l_InvalidTime_Text = "لا يتم حل الإدخال إلى تاريخ صالح.";
_u.ExtensibilityStrings.l_Invalid_Category_Error_Text = "تم تقديم فئات غير صالحة.";
_u.ExtensibilityStrings.l_ItemNotFound_Text = "العنصر غير موجود أو لم يتم إنشاؤه.";
_u.ExtensibilityStrings.l_Item_Not_Saved_Error_Text = "لا يمكن استرداد المعرف حتى يتم حفظ العنصر.";
_u.ExtensibilityStrings.l_KeyNotFound_Text = "لم يتم العثور على المفتاح المحدد.";
_u.ExtensibilityStrings.l_MessageInDifferentStoreError_Text = "لا يمكن استرداد معرّف EWS لأن الرسالة محفوظة في مخزن آخر.";
_u.ExtensibilityStrings.l_Missing_Extended_Permissions_For_API = "الإذن الموسع مفقود لاستدعاء API.";
_u.ExtensibilityStrings.l_NoValidRecipientsProvided_Text = "لم يتم توفير مستلمين صالحين.";
_u.ExtensibilityStrings.l_NotificationKeyNotFound_Text = "لا توجد أية إعلامات بالمفتاح المتوفر.";
_u.ExtensibilityStrings.l_NullOrEmptyParameterError_Text = "المعلمة '{0}' إلزامية ولا يمكن أن تكون خالية أو فارغة.";
_u.ExtensibilityStrings.l_NumberOfNotificationsExceeded_Text = "تعذرت إضافة الإعلام بسبب بلوغ الحد الأقصى للإعلامات.";
_u.ExtensibilityStrings.l_NumberOfRecipientsExceeded_Text = "لا يمكن أن يتجاوز إجمالي عدد المستلمين في الحقل {0}.";
_u.ExtensibilityStrings.l_OffsetNotfound_Text = "تعذر العثور على إزاحة للطابع الزمني.";
_u.ExtensibilityStrings.l_Olk_Http_Error_Text = "فشل إتمام الطلب. الرجاء الاطلاع على عنصر التشخيص لرمز خطأ HTTP.";
_u.ExtensibilityStrings.l_OnlineMeetingsUserDenied_Text = "رفض المستخدم.";
_u.ExtensibilityStrings.l_ParameterValueTooLongError_Text = "قيمة المعلمة '{0}' طويلة جداً. الحد الأقصى لعدد الأحرف هو '{1}'.";
_u.ExtensibilityStrings.l_ParametersNotAsExpected_Text = "لا تتطابق المعلمات المتوفرة مع التنسيق المتوقع.";
_u.ExtensibilityStrings.l_PersistedNotificationArrayReadError_Text = "فشل استدعاء API الذي قمت بإجرائه نظراً لتعذر استرداد الإعلامات الدائمة.";
_u.ExtensibilityStrings.l_PersistedNotificationArraySaveError_Text = "فشل استدعاء API الذي قمت بإجرائه بسبب تعذر استمرار الإعلامات.";
_u.ExtensibilityStrings.l_RecurrenceErrorMaxOccurrences_Text = "تتجاوز السلسلة المتكررة الحد الأقصى للتكرارات المقدر بـ 999 تكراراً.";
_u.ExtensibilityStrings.l_RecurrenceErrorZeroOccurrences_Text = "لا يوجد أي تكرار للسلسة المتكررة في نطاق التاريخ المحدد.";
_u.ExtensibilityStrings.l_RecurrenceInvalidTimeZone_Text = "المنطقة الزمنية المحددة غير مدعمة.";
_u.ExtensibilityStrings.l_RecurrenceUnsupportedAlternateCalendar_Text = "تم إعداد نمط التكرار بواسطة المستخدم باستخدام تقويم بديل غير مدعم.";
_u.ExtensibilityStrings.l_Recurrence_Error_Instance_SetAsync_Text = "لا يمكن تعيين نمط التكرار لحالة واحدة في سلسلة.";
_u.ExtensibilityStrings.l_Recurrence_Error_Properties_Invalid_Text = "نمط التكرار غير صالح. الرجاء التحقق من أن خصائص التكرار المحدد تحاذي نوع التكرار.";
_u.ExtensibilityStrings.l_SaveError_Text = "حدث خطأ في الاتصال أثناء محاولة حفظ العنصر على الخادم.";
_u.ExtensibilityStrings.l_SessionDataObjectMaxLengthExceeded_Text = "تجاوز العنصر 'sessionData' الحد الأقصى لطول أحرفه والبالغ '{0}'.";
_u.ExtensibilityStrings.l_TokenAccessDeniedWithoutItemContext_Text = "يتوفر رمز REST فقط مع اذن ريدوريتيمايلبوكس عندما لا يكون هناك سياق عنصر.";
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,204 @@
Type.registerNamespace("Strings");
Strings.OfficeOM = function()
{
};
Strings.OfficeOM.registerClass("Strings.OfficeOM");
Strings.OfficeOM.L_APICallFailed = "Неуспешно извикване на API";
Strings.OfficeOM.L_APINotSupported = "API не се поддържа";
Strings.OfficeOM.L_ActivityLimitReached = "Достигнато е ограничението за активност.";
Strings.OfficeOM.L_AddBindingFromPromptDefaultText = "Направете избор.";
Strings.OfficeOM.L_AddinIsAlreadyRequestingToken = "Добавката вече изисква маркер за достъп.";
Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage = "Операцията е неуспешна, защото тази добавка вече изисква маркер за достъп.";
Strings.OfficeOM.L_ApiNotFoundDetails = "Методът или свойството {0} е част от набора с изисквания за {1}, който не е наличен във вашата версия на {2}.";
Strings.OfficeOM.L_AppNameNotExist = "Не съществува име на добавка за {0}.";
Strings.OfficeOM.L_AppNotExistInitializeNotCalled = "Приложението {0} не съществува. Не е извикано Microsoft.Office.WebExtension.Initialize(причина).";
Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty = 'Опит за настройка на свойство само за четене "{0}".';
Strings.OfficeOM.L_BadSelectorString = "Низът, който е подаден в селектора, е неправилно форматиран или не се поддържа.";
Strings.OfficeOM.L_BindingCreationError = "Грешка при създаване на обвързване";
Strings.OfficeOM.L_BindingNotExist = "Указаното обвързване не съществува.";
Strings.OfficeOM.L_BindingToMultipleSelection = "Не се поддържат несъседни селекции.";
Strings.OfficeOM.L_BrowserAPINotSupported = "Този браузър не поддържа искания API.";
Strings.OfficeOM.L_CallbackNotAFunction = "Обратното повикване трябва да е от тип функция, а беше от тип {0}.";
Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod = 'Промените в свойство "{0}" не могат да бъдат приложени чрез метод "object.set".';
Strings.OfficeOM.L_CannotNavigateTo = "Обектът се намира на място, където не се поддържа навигация.";
Strings.OfficeOM.L_CannotRegisterEvent = "Манипулаторът на събитие не може да бъде регистриран.";
Strings.OfficeOM.L_CannotWriteToSelection = "Не може да се запише в текущата селекция.";
Strings.OfficeOM.L_CellDataAmountBeyondLimits = "Забележка: Броят на клетките в таблица се предполага да бъде под 20 000 клетки.";
Strings.OfficeOM.L_CellFormatAmountBeyondLimits = "Забележка: Наборите за форматиране, зададени от повикване на форматирането на API, се предполага да бъдат под 100.";
Strings.OfficeOM.L_CloseFileBeforeRetrieve = "Извикайте closeAsync за текущия файл, преди да извлечете друг.";
Strings.OfficeOM.L_CoercionTypeNotMatchBinding = "Зададеният тип преобразуване не е съвместим с този тип обвързване.";
Strings.OfficeOM.L_CoercionTypeNotSupported = "Зададеният тип преобразуване не се поддържа.";
Strings.OfficeOM.L_ColIndexOutOfRange = "Стойността на индекса на колоната е извън допустимия диапазон. Използвайте стойност (0 или по-висока), която е по-малка от броя на колоните.";
Strings.OfficeOM.L_ConfirmCancelMessage = "За съжаление, не можем да продължим.";
Strings.OfficeOM.L_ConfirmDialog = "Доверявате ли се на домейна {0}, където се хоства тази сесия на Office?";
Strings.OfficeOM.L_ConfirmDialogApiTrustsParent = "Напът сте да изпращате и получавате потенциално чувствителна информация от {0}. Щракнете върху OK само ако се доверявате на следния уеб сайт, който получава поверителна информация: {1}.";
Strings.OfficeOM.L_ConfirmRefreshMessage = "За да продължите, премахнете добавката и я добавете отново или Обновете страницата.";
Strings.OfficeOM.L_ConnectionFailureWithDetails = "Искането е неуспешно с код на състоянието {0}, код за грешка {1} и следното съобщение за грешка: {2}";
Strings.OfficeOM.L_ConnectionFailureWithStatus = "Искането е неуспешно с код на състоянието {0}.";
Strings.OfficeOM.L_ContinueButton = "Продължи";
Strings.OfficeOM.L_CustomFunctionDefinitionMissing = "Свойство с това име, което представлява дефиниция на функцията, трябва да съществува в Excel.CustomFunctions.";
Strings.OfficeOM.L_CustomFunctionImplementationMissing = 'Свойството с това име в Excel.CustomFunctions, което представлява дефиниция на функцията, трябва да съдържа свойство "call", което изпълнява функцията.';
Strings.OfficeOM.L_CustomFunctionNameCannotSplit = "Името на функцията трябва да съдържа непразно пространство на имената и непразно кратко име.";
Strings.OfficeOM.L_CustomFunctionNameContainsBadChars = "Името на функцията може да съдържа само букви, цифри, долни черти и точки.";
Strings.OfficeOM.L_CustomXmlError = "Грешка в потребителския XML.";
Strings.OfficeOM.L_CustomXmlExceedQuotaMessage = "XPath ограничава избора до 1024 елемента.";
Strings.OfficeOM.L_CustomXmlExceedQuotaName = "Достигнат е максималният брой селекции";
Strings.OfficeOM.L_CustomXmlNodeNotFound = "Указаният възел не е намерен.";
Strings.OfficeOM.L_CustomXmlOutOfDateMessage = "Данните са остарели. Извлечете обекта отново.";
Strings.OfficeOM.L_CustomXmlOutOfDateName = "Данните не са актуални";
Strings.OfficeOM.L_DataNotMatchBindingSize = "Подаденият обект с данни не съответства на размера на текущата селекция.";
Strings.OfficeOM.L_DataNotMatchBindingType = "Указаният обект с данни не е съвместим с типа на обвързване.";
Strings.OfficeOM.L_DataNotMatchCoercionType = "Типът на указания обект с данни не е съвместим с текущата селекция.";
Strings.OfficeOM.L_DataNotMatchSelection = "Предоставеният обект с данни не е съвместим с формата или размерностите на текущата селекция.";
Strings.OfficeOM.L_DataReadError = "Грешка при четене на данни";
Strings.OfficeOM.L_DataStale = "Данните не са актуални";
Strings.OfficeOM.L_DataWriteError = "Грешка при запис на данни";
Strings.OfficeOM.L_DataWriteReminder = "Напомняне за запис на данни";
Strings.OfficeOM.L_DialogAddressNotTrusted = "Домейнът на URL адреса не е включен в елемента AppDomain в манифеста и не е поддомейн на местоположението на източника.";
Strings.OfficeOM.L_DialogAlreadyOpened = "Операцията е неуспешна, защото тази добавка вече има активен диалогов прозорец.";
Strings.OfficeOM.L_DialogInvalidScheme = "Схемата на URL адреса не се поддържа. Вместо това използвайте HTTPS.";
Strings.OfficeOM.L_DialogNavigateError = "Грешка в навигацията в диалоговия прозорец";
Strings.OfficeOM.L_DialogOK = "OK";
Strings.OfficeOM.L_DialogRequireHTTPS = "Не се поддържа протоколът HTTP. Вместо това използвайте HTTPS";
Strings.OfficeOM.L_DisplayDialogError = "Показване на грешката в диалоговия прозорец";
Strings.OfficeOM.L_DocumentReadOnly = "Заявената операция не е разрешена в текущия документен режим.";
Strings.OfficeOM.L_ElementMissing = "Не можем да форматираме клетката на таблицата, тъй като някои стойности на параметри липсват. Проверете отново параметрите и опитайте отново.";
Strings.OfficeOM.L_EventHandlerAdditionFailed = "Неуспешно добавяне на манипулатора на събитие.";
Strings.OfficeOM.L_EventHandlerNotExist = "Зададеният манипулатор на събитие не е намерен за това обвързване.";
Strings.OfficeOM.L_EventHandlerRemovalFailed = "Неуспешно премахване на манипулатора на събитие.";
Strings.OfficeOM.L_EventRegistrationError = "Грешка при регистриране на събитие";
Strings.OfficeOM.L_FileTypeNotSupported = "Зададеният тип на файл не се поддържа.";
Strings.OfficeOM.L_FormatValueOutOfRange = "Стойността е извън позволения диапазон.";
Strings.OfficeOM.L_FormattingReminder = "Напомняне за форматиране";
Strings.OfficeOM.L_FunctionCallFailed = "Извикването на функцията {0} е неуспешно, код на грешка: {1}.";
Strings.OfficeOM.L_GetDataIsTooLarge = "Заявеният набор данни е твърде голям.";
Strings.OfficeOM.L_GetDataParametersConflict = "Посочените параметри са в конфликт.";
Strings.OfficeOM.L_GetSelectionNotSupported = "Текущата селекция не се поддържа.";
Strings.OfficeOM.L_HostError = "Грешка на хоста";
Strings.OfficeOM.L_ImplicitGetAuthContextMissing = "Функцията за получаване на контекст на удостоверяване липсва";
Strings.OfficeOM.L_ImplicitNotLoaded = "Модулът не е зареден преди получаване на маркер";
Strings.OfficeOM.L_InValidOptionalArgument = "невалиден незадължителен аргумент";
Strings.OfficeOM.L_IndexOutOfRange = "Индексът е извън обхват.";
Strings.OfficeOM.L_InitializeNotReady = "Office.js не е още напълно зареден. Опитайте отново по-късно или се уверете, че сте добавили кода за инициализация във функцията Office.initialize.";
Strings.OfficeOM.L_InternalError = "Вътрешна грешка";
Strings.OfficeOM.L_InternalErrorDescription = "Възникна вътрешна грешка.";
Strings.OfficeOM.L_InvalidAPICall = "Невалидно извикване на API";
Strings.OfficeOM.L_InvalidApiArgumentsMessage = "Невалидни входни аргументи.";
Strings.OfficeOM.L_InvalidApiCallInContext = "Невалидно извикване на API в текущия контекст.";
Strings.OfficeOM.L_InvalidArgument = 'Аргументът "{0}" не работи за този случай, липсва или не е в правилния формат.';
Strings.OfficeOM.L_InvalidArgumentGeneric = "Аргументите, подадени на функцията, не вършат работа в тази ситуация, липсват или не са в правилния формат.";
Strings.OfficeOM.L_InvalidBinding = "Невалидно обвързване";
Strings.OfficeOM.L_InvalidBindingError = "Грешка от невалидно обвързване";
Strings.OfficeOM.L_InvalidBindingOperation = "Невалидна операция за обвързване";
Strings.OfficeOM.L_InvalidCellsValue = "Един или повече от параметрите на клетките имат стойности, които не са позволени. Проверете стойностите и опитайте отново.";
Strings.OfficeOM.L_InvalidCoercion = "Невалидно преобразуване на тип";
Strings.OfficeOM.L_InvalidColumnsForBinding = "Посочените колони са невалидни.";
Strings.OfficeOM.L_InvalidDataFormat = "Форматът на указания обект с данни е невалиден.";
Strings.OfficeOM.L_InvalidDataObject = "Невалиден обект с данни";
Strings.OfficeOM.L_InvalidFormat = "Грешка, причинена от невалиден формат";
Strings.OfficeOM.L_InvalidFormatValue = "Един или повече от параметрите за форматиране имат стойности, които не са позволени. Проверете стойностите и опитайте отново.";
Strings.OfficeOM.L_InvalidGetColumns = "Посочените колони са невалидни.";
Strings.OfficeOM.L_InvalidGetRowColumnCounts = "Зададените стойности за rowCount или columnCount са невалидни.";
Strings.OfficeOM.L_InvalidGetRows = "Посочените редове са невалидни.";
Strings.OfficeOM.L_InvalidGetStartRowColumn = "Зададените стойности за startRow или startColumn са невалидни.";
Strings.OfficeOM.L_InvalidGrant = "Липсва предварително удостоверяване.";
Strings.OfficeOM.L_InvalidGrantMessage = "Липсват разрешения за тази добавка.";
Strings.OfficeOM.L_InvalidNamedItemForBindingType = "Зададеният тип обвързване не е съвместим с подадения именуван елемент.";
Strings.OfficeOM.L_InvalidNode = "Невалиден възел";
Strings.OfficeOM.L_InvalidObjectPath = 'Пътят на обекта "{0}" не работи за това, което се опитвате да направите. Ако използвате обекта в няколко различни повиквания на "context.sync" и извън последователно изпълнение на партида ".run", използвайте методите "context.trackedObjects.add()" и "context.trackedObjects.remove()" за управление на времето на живот на обекта.';
Strings.OfficeOM.L_InvalidOperationInCellEditMode = "Excel е в режим на редактиране на клетка. Излезте от режим на редактиране, като натиснете ENTER или TAB, или изберете друга клетка и след това опитайте отново.";
Strings.OfficeOM.L_InvalidOrTimedOutSession = "Невалидна или изтекла сесия";
Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage = "Вашата сесия на Office е изтекла или е невалидна. За да продължите, обновете страницата.";
Strings.OfficeOM.L_InvalidParameters = "Функцията {0} има невалиден параметри.";
Strings.OfficeOM.L_InvalidReadForBlankRow = "Указаният ред е празен.";
Strings.OfficeOM.L_InvalidRequestContext = "Не може да се използва обектът в контекста на различни заявки.";
Strings.OfficeOM.L_InvalidResourceUrl = "Предоставен е невалиден URL адрес на ресурс на приложение."
Strings.OfficeOM.L_InvalidResourceUrlMessage = "Невалиден URL адрес на ресурс е зададен в манифеста.";
Strings.OfficeOM.L_InvalidSSOAddinMessage = "API за самоличност не се поддържа за тази добавка.";
Strings.OfficeOM.L_InvalidSelectionForBindingType = "Не може да се създаде обвързване с текущата селекция и указания тип обвързване.";
Strings.OfficeOM.L_InvalidSetColumns = "Посочените колони са невалидни.";
Strings.OfficeOM.L_InvalidSetRows = "Посочените редове са невалидни.";
Strings.OfficeOM.L_InvalidSetStartRowColumn = "Зададените стойности за startRow или startColumn са невалидни.";
Strings.OfficeOM.L_InvalidTableOptionValue = "Един или повече от параметрите на tableOptions имат стойности, които не са позволени. Проверете стойностите и опитайте отново.";
Strings.OfficeOM.L_InvalidValue = "Невалидна стойност";
Strings.OfficeOM.L_MemoryLimit = "Превишено е ограничението за паметта";
Strings.OfficeOM.L_MissingParameter = "Липсващ параметър";
Strings.OfficeOM.L_MissingRequiredArguments = "липсват някои задължителни аргументи";
Strings.OfficeOM.L_MultipleNamedItemFound = "Намерени са множество обекти с едно и също име.";
Strings.OfficeOM.L_NamedItemNotFound = "Наименуваният елемент не съществува.";
Strings.OfficeOM.L_NavOutOfBound = "Операцията е неуспешна, тъй като индексът е извън диапазона.";
Strings.OfficeOM.L_NetworkProblem = "Мрежов проблем";
Strings.OfficeOM.L_NetworkProblemRetrieveFile = "Проблем в мрежата попречи на извличането на файла.";
Strings.OfficeOM.L_NewWindowCrossZone = 'Настройките за защита на вашия браузър ни пречат да създадем диалогов прозорец. Опитайте с друг браузър или {0}, така че "{1}" и домейнът, показан в адресната лента, да са в една и съща зона на защита.';
Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink = "конфигурирайте браузъра си";
Strings.OfficeOM.L_NewWindowCrossZoneErrorString = "Ограничения на браузъра ни попречиха да създадем диалоговия прозорец. Домейнът на диалоговия прозорец и домейнът на хоста на добавката не са в една и съща зона на защита.";
Strings.OfficeOM.L_NoCapability = "Нямате достатъчно разрешения за това действие.";
Strings.OfficeOM.L_NoHttpsWAC = "Тази сесия на Office не използва защитена връзка. Препоръчваме ви да предприемате допълнителни предпазни мерки.";
Strings.OfficeOM.L_NonUniformPartialGetNotSupported = 'Параметрите за координати не могат да се използват с налагане на типа "Таблица", когато таблицата съдържа обединени клетки.';
Strings.OfficeOM.L_NonUniformPartialSetNotSupported = 'Параметрите за координати не могат да се използват с налагане на типа "Таблица", когато таблицата съдържа обединени клетки.';
Strings.OfficeOM.L_NotImplemented = "Функцията {0} не е реализирана.";
Strings.OfficeOM.L_NotSupported = "Функцията {0} не се поддържа.";
Strings.OfficeOM.L_NotSupportedBindingType = "Указаният тип на обвързване {0} не се поддържа.";
Strings.OfficeOM.L_NotSupportedEventType = "Указаният тип на събитие {0} не се поддържа.";
Strings.OfficeOM.L_NotTrustedWAC = "Тази добавка е забранена, за да ви помогне да бъдете в безопасност. За да продължите да използвате добавката, потвърдете, че този елемент се хоства в надежден домейн или го отворете в настолното приложение на Office.";
Strings.OfficeOM.L_OperationCancelledError = "Операцията е отменена";
Strings.OfficeOM.L_OperationCancelledErrorMessage = "Операцията е отменена от потребителя.";
Strings.OfficeOM.L_OperationNotSupported = "Тази операция не се поддържа.";
Strings.OfficeOM.L_OperationNotSupportedOnMatrixData = "Избраното съдържание трябва да е в табличен формат. Форматирайте данните като таблица и опитайте отново.";
Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType = "Операцията не се поддържа за този тип обвързване.";
Strings.OfficeOM.L_OsfControlTypeNotSupported = "Типът OsfControl не се поддържа.";
Strings.OfficeOM.L_OutOfRange = "Извън допустимия диапазон";
Strings.OfficeOM.L_OverwriteWorksheetData = "Операцията за настройка е неуспешна, защото подаденият обект с данни ще се запише върху данните или ще ги отмести.";
Strings.OfficeOM.L_PermissionDenied = "Разрешението е отказано";
Strings.OfficeOM.L_PropertyDoesNotExist = 'Свойството "{0}" не съществува в обекта.';
Strings.OfficeOM.L_PropertyNotLoaded = 'Свойството "{0}" не е налично. Преди да прочетете стойността на свойството, извикайте метода за зареждане с обекта, който го съдържа, и извикайте "context.sync()" в контекста на свързаната заявка.';
Strings.OfficeOM.L_ReadSettingsError = "Грешка в настройките за четене";
Strings.OfficeOM.L_RedundantCallbackSpecification = "Обратното повикване не може да се задава и в списък с аргументи, и в незадължителен обект.";
Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage = "Размерът на полезния обем на заявката е превишил ограничението. Консултирайте се с документацията: „https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins“.";
Strings.OfficeOM.L_RequestTimeout = "Повикването отне твърде много време, за да се изпълни.";
Strings.OfficeOM.L_RequestTokenUnavailable = "Този API е ограничен, за да се забави честотата на повикване.";
Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage = "Размерът на полезния обем на отговора е превишил ограничението. Консултирайте се с документацията: „https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins“.";
Strings.OfficeOM.L_RowIndexOutOfRange = "Стойността на индекса на реда е извън допустимия диапазон. Използвайте стойност (0 или по-висока), която е по-малка от броя на редовете.";
Strings.OfficeOM.L_RunMustReturnPromise = 'Функцията за партида, подадена на метода ".run", не върна обещание. Функцията трябва да върне едно обещание, така че всички автоматично проследявани обекти да могат да бъдат освободени при завършване на операцията с партидата. Обикновено връщате обещание чрез връщане на отговора от "context.sync()".';
Strings.OfficeOM.L_SSOClientError = "Възникна грешка в искането за удостоверяване от Office.";
Strings.OfficeOM.L_SSOClientErrorMessage = "Възникна неочаквана грешка в клиента.";
Strings.OfficeOM.L_SSOConnectionLostError = "Загубена е връзка по време на процеса на влизане.";
Strings.OfficeOM.L_SSOConnectionLostErrorMessage = "Загубена е връзка по време на процеса на влизане и е възможно потребителят да не е влязъл. Това вероятно се дължи на конфигурационните настройки на браузъра на потребителя, като напр. зоните за защита.";
Strings.OfficeOM.L_SSOServerError = "Възникна грешка в доставчика на удостоверяване.";
Strings.OfficeOM.L_SSOServerErrorMessage = "Възникна неочаквана грешка на сървъра.";
Strings.OfficeOM.L_SSOUnsupportedPlatform = "API не се поддържа в тази платформа.";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory = "Тази добавка не поддържа потребителско съгласие.";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage = "Операцията е неуспешна, защото тази добавка не поддръжка потребителско съгласие в тази категория";
Strings.OfficeOM.L_SaveSettingsError = "Грешка в настройките за записване";
Strings.OfficeOM.L_SelectionCannotBound = "Не може да се обвърже с текущата селекция.";
Strings.OfficeOM.L_SelectionNotSupportCoercionType = "Текущата селекция не е съвместима със зададения тип преобразуване.";
Strings.OfficeOM.L_SetDataIsTooLarge = "Зададеният обект с данни е твърде голям.";
Strings.OfficeOM.L_SetDataParametersConflict = "Посочените параметри са в конфликт.";
Strings.OfficeOM.L_SettingNameNotExist = "Указаното име на настройка не съществува.";
Strings.OfficeOM.L_SettingsAreStale = "Настройките не можаха да се запишат, защото не са актуални.";
Strings.OfficeOM.L_SettingsCannotSave = "Настройките не можаха да бъдат записани.";
Strings.OfficeOM.L_SettingsStaleError = "Грешка от неактуални настройки";
Strings.OfficeOM.L_ShowWindowDialogNotification = "{0} иска да покаже нов прозорец.";
Strings.OfficeOM.L_ShowWindowDialogNotificationAllow = "Позволи";
Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore = "Игнориране";
Strings.OfficeOM.L_ShuttingDown = "Операцията беше неуспешна, защото данните в сървъра не са актуални.";
Strings.OfficeOM.L_SliceSizeNotSupported = "Указаният размер на сегмент не се поддържа.";
Strings.OfficeOM.L_SpecifiedIdNotExist = "Посоченият ИД не съществува.";
Strings.OfficeOM.L_Timeout = "Времето за изчакване на операцията изтече.";
Strings.OfficeOM.L_TooManyArguments = "твърде много аргументи";
Strings.OfficeOM.L_TooManyIncompleteRequests = "Изчакайте, докато завърши предишното повикване.";
Strings.OfficeOM.L_TooManyOptionalFunction = "няколко опционални функции в списъка с параметри";
Strings.OfficeOM.L_TooManyOptionalObjects = "няколко опционални обекта в списъка с параметри";
Strings.OfficeOM.L_UnknownBindingType = "Типът на обвързването не се поддържа.";
Strings.OfficeOM.L_UnsupportedDataObject = "Подаденият тип на обект с данни не се поддържа.";
Strings.OfficeOM.L_UnsupportedEnumeration = "Неподдържано номериране";
Strings.OfficeOM.L_UnsupportedEnumerationMessage = "Това номериране не се поддържа в текущото приложение хост.";
Strings.OfficeOM.L_UnsupportedUserIdentity = "Типът самоличност на потребителя не се поддържа.";
Strings.OfficeOM.L_UnsupportedUserIdentityMessage = "Типът самоличност на потребителя не се поддържа.";
Strings.OfficeOM.L_UserAborted = "Потребителят прекрати искането за съгласие.";
Strings.OfficeOM.L_UserAbortedMessage = "Потребителят не се съгласи с разрешенията на добавката.";
Strings.OfficeOM.L_UserClickIgnore = "Потребителят избра да игнорира диалоговия прозорец.";
Strings.OfficeOM.L_UserNotSignedIn = "Нито един потребител не е влязъл в Office.";
Strings.OfficeOM.L_ValueNotLoaded = 'Стойността на обекта резултат още не е заредена. Преди четене на свойството на стойността, повикайте "context.sync()" в контекста на съответната заявка.';
Strings.OfficeOM.L_WorkbookHiddenMessage = "Искането за API на JavaScript е неуспешно, защото работната книга е скрита. Покажете работната книга и опитайте отново.";
Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen = "Когато е отворен модален диалогов прозорец, операцията за запис не се поддържа за Office.";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,80 @@
Type.registerNamespace("_u");
_u.ExtensibilityStrings = function()
{
};
_u.ExtensibilityStrings.registerClass("_u.ExtensibilityStrings");
_u.ExtensibilityStrings.l_APICallFailedDueToItemChange_Text = "Избраният елемент е променен.";
_u.ExtensibilityStrings.l_API_Not_Supported_By_ExtensionPoint_Error_Text = "API не се поддържа за точка на разширение.";
_u.ExtensibilityStrings.l_API_Not_Supported_For_Shared_Folders_Error = "API не се поддържа за споделени папки.";
_u.ExtensibilityStrings.l_ActionsDefinitionMultipleActionsError_Text = "В момента се поддържа само едно действие.";
_u.ExtensibilityStrings.l_ActionsDefinitionWrongNotificationMessageError_Text = "Не могат да бъдат дефинирани действия за типа съобщение на това известие.";
_u.ExtensibilityStrings.l_AttachmentDeleteGeneralFailure_Text = "Прикаченият файл не може да бъде изтрит от елемента.";
_u.ExtensibilityStrings.l_AttachmentDeletedBeforeUploadCompletes_Text = "Потребителят премахна прикачения файл, преди да завърши качването.";
_u.ExtensibilityStrings.l_AttachmentErrorName_Text = "Грешка с прикачени файлове";
_u.ExtensibilityStrings.l_AttachmentExceededSize_Text = "Прикаченият файл не може да бъде добавен, защото е прекалено голям.";
_u.ExtensibilityStrings.l_AttachmentItemIdTooLong_Text = "Един (или повече) от ИД на прикачените файлове е твърде дълъг.";
_u.ExtensibilityStrings.l_AttachmentNameTooLong_Text = "Едно (или повече) от имената на прикачените файлове е твърде дълго.";
_u.ExtensibilityStrings.l_AttachmentNotSupported_Text = "Типът прикачен файл не се поддържа.";
_u.ExtensibilityStrings.l_AttachmentUploadGeneralFailure_Text = "Прикаченият файл не може да бъде добавен към елемента.";
_u.ExtensibilityStrings.l_AttachmentUrlTooLong_Text = "Един (или повече) от URL адресите на прикачените файлове е твърде дълъг.";
_u.ExtensibilityStrings.l_Attachment_Download_Failed_Generic_Error = "Изтеглянето на прикачения файл е неуспешно.";
_u.ExtensibilityStrings.l_Attachment_Resource_Not_Found = "Прикаченият файл не е намерен.";
_u.ExtensibilityStrings.l_Attachment_Resource_UnAuthorizedAccess = "Неупълномощен достъп до прикачения файл.";
_u.ExtensibilityStrings.l_CallSaveAsyncBeforeToken_Text = "Маркерът не може да бъде извлечен, докато елементът не бъде записан.";
_u.ExtensibilityStrings.l_CannotAddAttachmentBeforeUpgrade_Text = "Прикачените файлове не могат да се добавят, докато пълният отговор или препращане се извлича от сървъра.";
_u.ExtensibilityStrings.l_CannotPersistPropertyInUnsavedDraftError_Text = "Не могат да се съхраняват известия в незаписани чернови. Запишете елемента, преди да повикате този API.";
_u.ExtensibilityStrings.l_CursorPositionChanged_Text = "Потребителят промени позицията на курсора по време на вмъкването на данните.";
_u.ExtensibilityStrings.l_DataWriteErrorName_Text = "Грешка при запис на данни";
_u.ExtensibilityStrings.l_DeleteAttachmentDoesNotExist_Text = "Прикаченият файл не може да бъде изтрит, защото не може да бъде открит прикачен файл с индекса на прикачения файл.";
_u.ExtensibilityStrings.l_DisplayNameTooLong_Text = "Едно или повече от предоставените показвани имена са твърде дълги.";
_u.ExtensibilityStrings.l_DisplayReplyFormHtmlBodyRequired_Text = '"HtmlBody" е задължително.';
_u.ExtensibilityStrings.l_DuplicateNotificationKey_Text = "Вече съществува известие с предоставения ключ.";
_u.ExtensibilityStrings.l_Duplicate_Category_Error_Text = "Една от предоставените категории вече е в главния списък на категориите.";
_u.ExtensibilityStrings.l_ElevatedPermissionNeededForMethod_Text = 'Изисква се разрешение на администратор за извикване на метода: "{0}".';
_u.ExtensibilityStrings.l_ElevatedPermissionNeeded_Text = "Изисква се разрешение на администратор за достъп до защитени членове на JavaScript API за Office.";
_u.ExtensibilityStrings.l_EmailAddressTooLong_Text = "Един или повече от предоставените имейли са твърде дълги.";
_u.ExtensibilityStrings.l_EwsRequestOversized_Text = "Искането надвишава ограничението за максимален размер от 1 МБ. Променете вашето EWS искане.";
_u.ExtensibilityStrings.l_ExceededMaxNumberOfAttachments_Text = "Прикачените файлове не могат да се добавят, тъй като съобщението вече има максималния брой прикачени файлове";
_u.ExtensibilityStrings.l_HtmlSanitizationFailure_Text = "Неуспешно редактиране на HTML.";
_u.ExtensibilityStrings.l_Insufficient_Item_Permissions_Text = "Потребителят няма необходимите разрешения за извършване на тази операция.";
_u.ExtensibilityStrings.l_InternalFormatError_Text = "Възникна вътрешна грешка при форматиране.";
_u.ExtensibilityStrings.l_InternalProtocolError_Text = 'Вътрешна грешка в протокола: "{0}".';
_u.ExtensibilityStrings.l_Internal_Server_Error_Text = "Сървърът на Exchange върна грешка. Прегледайте обекта на диагностиката за повече информация.";
_u.ExtensibilityStrings.l_Internet_Not_Connected_Error_Text = "Потребителят вече не е свързан към мрежата. Проверете своята мрежова връзка и опитайте отново.";
_u.ExtensibilityStrings.l_InvalidActionType_Text = 'Стойността на параметъра "actionType" е невалидна. Приетата стойност е "showTaskPane".';
_u.ExtensibilityStrings.l_InvalidAttachmentId_Text = "ИД на прикачения файл е невалиден.";
_u.ExtensibilityStrings.l_InvalidAttachmentPath_Text = "Пътят на прикачения файл е невалиден.";
_u.ExtensibilityStrings.l_InvalidCommandIdError_Text = 'Стойността на параметъра "commandId" е невалидна.';
_u.ExtensibilityStrings.l_InvalidDate_Text = "Въведеното не е валидна дата.";
_u.ExtensibilityStrings.l_InvalidEndTime_Text = "Крайният час не може да бъде преди началния час.";
_u.ExtensibilityStrings.l_InvalidEventDates_Text = "Крайната дата е преди началната дата.";
_u.ExtensibilityStrings.l_InvalidParameterValueError_Text = 'Стойността на параметъра "{0}" е невалидна.';
_u.ExtensibilityStrings.l_InvalidSelection_Text = "Селекцията е невалидна.";
_u.ExtensibilityStrings.l_InvalidTime_Text = "Въведеното не е валиден час.";
_u.ExtensibilityStrings.l_Invalid_Category_Error_Text = "Предоставени са невалидни категории.";
_u.ExtensibilityStrings.l_ItemNotFound_Text = "Елементът не съществува или не е създаден.";
_u.ExtensibilityStrings.l_Item_Not_Saved_Error_Text = "ИД не може да бъде извлечен, докато елементът не бъде записан.";
_u.ExtensibilityStrings.l_KeyNotFound_Text = "Не е открит посоченият ключ.";
_u.ExtensibilityStrings.l_MessageInDifferentStoreError_Text = "ИД на EWS не може да бъде извлечен, защото съобщението е записано в друго хранилище.";
_u.ExtensibilityStrings.l_Missing_Extended_Permissions_For_API = "За повикването на API липсва разширено разрешение.";
_u.ExtensibilityStrings.l_NoValidRecipientsProvided_Text = "Едно или повече от предоставените показвани имена са твърде дълги.";
_u.ExtensibilityStrings.l_NotificationKeyNotFound_Text = "Няма известия с предоставения ключ.";
_u.ExtensibilityStrings.l_NullOrEmptyParameterError_Text = 'Параметърът "{0}" е задължителен и не може да бъде null или празен.';
_u.ExtensibilityStrings.l_NumberOfNotificationsExceeded_Text = "Известието не можа да бъде добавено, защото ограничението за брой известия е достигнато."
_u.ExtensibilityStrings.l_NumberOfRecipientsExceeded_Text = "Общият брой получатели в полето не може да надвишава {0}.";
_u.ExtensibilityStrings.l_OffsetNotfound_Text = "Не можа да се намери изместване за това клеймо.";
_u.ExtensibilityStrings.l_Olk_Http_Error_Text = "Искането е неуспешно. Прегледайте обекта на диагностиката за кода на HTTP грешката.";
_u.ExtensibilityStrings.l_OnlineMeetingsUserDenied_Text = "Отказано от потребителя.";
_u.ExtensibilityStrings.l_ParameterValueTooLongError_Text = 'Стойността на параметъра "{0}" е твърде дълга. Максималният брой знаци е "{1}".';
_u.ExtensibilityStrings.l_ParametersNotAsExpected_Text = "Дадените параметри не отговарят на очаквания формат.";
_u.ExtensibilityStrings.l_PersistedNotificationArrayReadError_Text = "Направеното от вас повикване към API е неуспешно, защото съхранените известия не можаха да бъдат извлечени.";
_u.ExtensibilityStrings.l_PersistedNotificationArraySaveError_Text = "Направеното от вас повикване към API е неуспешно, защото известията не можаха да бъдат съхранени.";
_u.ExtensibilityStrings.l_RecurrenceErrorMaxOccurrences_Text = "Повтарящата се серия надвишава максималното ограничение от 999 повторения.";
_u.ExtensibilityStrings.l_RecurrenceErrorZeroOccurrences_Text = "Повтарящата се серия няма повторения в зададения диапазон от дати.";
_u.ExtensibilityStrings.l_RecurrenceInvalidTimeZone_Text = "Указаната часова зона не се поддържа.";
_u.ExtensibilityStrings.l_RecurrenceUnsupportedAlternateCalendar_Text = "Схемата на повторение е зададена от потребителя с помощта на алтернативен календар, който не се поддържа.";
_u.ExtensibilityStrings.l_Recurrence_Error_Instance_SetAsync_Text = "Не може да бъде зададена схема на повторяемост за едно повторение в серия.";
_u.ExtensibilityStrings.l_Recurrence_Error_Properties_Invalid_Text = "Схемата на повторяемост не е валидна. Проверете дали свойствата на зададената повторяемост съответстват на типа повторяемост.";
_u.ExtensibilityStrings.l_SaveError_Text = "Възникна грешка при свързване при опит да се запише елементът на сървъра.";
_u.ExtensibilityStrings.l_SessionDataObjectMaxLengthExceeded_Text = 'Обектът "sessionData" надхвърли максималната дължина на знаците "{0}".';
_u.ExtensibilityStrings.l_TokenAccessDeniedWithoutItemContext_Text = "Маркерът за почивка се предлага само с разрешение ReadWriteMailbox, когато няма контекст на елемент.";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,204 @@
Type.registerNamespace("Strings");
Strings.OfficeOM = function()
{
};
Strings.OfficeOM.registerClass("Strings.OfficeOM");
Strings.OfficeOM.L_APICallFailed = "API কল ব্যর্থ হয়েছে";
Strings.OfficeOM.L_APINotSupported = "API সমর্থিত নয়";
Strings.OfficeOM.L_ActivityLimitReached = "সক্রিয়তা সীমায় পৌঁছে গেছে৷";
Strings.OfficeOM.L_AddBindingFromPromptDefaultText = "অনুগ্রহ করে একটি নির্বাচন তৈরী করুন।";
Strings.OfficeOM.L_AddinIsAlreadyRequestingToken = "অ্যাড-ইন ইতিমধ্যেই কোনো অ্যাক্সেস টোকনের অনুরোধ জানিয়েছে৷";
Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage = "অ্যাড-ইন ইতিমধ্যেই কোনো অ্যাক্সেস টোকনের অনুরোধ জানানোর জন্য এই ক্রিয়াকলাপটি ব্যর্থ হয়েছে৷";
Strings.OfficeOM.L_ApiNotFoundDetails = "পদ্ধতি বা বৈশিষ্ট্য {0} হল {1} প্রয়োজনের সেটের অংশ, যেটি আপনার {2} এর সংস্করণে উপলভ্য নেই৷";
Strings.OfficeOM.L_AppNameNotExist = "{0}-এর জন্য কোন অ্যাড-ইন নাম নেই।";
Strings.OfficeOM.L_AppNotExistInitializeNotCalled = "{0}টি আবেদনের অস্তিত্ব নেই। Microsoft.Office.WebExtension.initialize(reason) কল করা হয়নি।";
Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty = "শুধুমাত্র পঠনযোগ্য বৈশিষ্ট্য '{0}' সেট করার চেষ্টা করছে।";
Strings.OfficeOM.L_BadSelectorString = "নির্বাচকে পাস হওয়া স্ট্রিংটি অনুপযুক্ত ভাবে বিন্যাসিত বা অসমর্থিত।";
Strings.OfficeOM.L_BindingCreationError = "বাইন্ডিং তৈরী করার সময়ের ত্রুটি";
Strings.OfficeOM.L_BindingNotExist = "নির্দিষ্ট বাইন্ডিংটি বিদ্যমান নেই।";
Strings.OfficeOM.L_BindingToMultipleSelection = "অসংলগ্ন নির্বাচনগুলি সমর্থিত নয়।";
Strings.OfficeOM.L_BrowserAPINotSupported = "অনুরোধকৃত APIকে এই ব্রাউজারটি সমর্থন করে না।";
Strings.OfficeOM.L_CallbackNotAFunction = "কলব্যাক অবশ্যই প্রকারের কার্যকারিতা হতে হবে, {0} প্রকারের ছিল।";
Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod = "'{0}' বৈশিষ্ট্যের পরিবর্তনগুলো একটি \"অবজেক্ট.সেট\" পদ্ধতির মাধ্যমে প্রয়োগ করা যাবে না।";
Strings.OfficeOM.L_CannotNavigateTo = "নেভিগেশন সমর্থিত নয় এমন একটি স্থানে অবজেক্ট অবস্থিত।";
Strings.OfficeOM.L_CannotRegisterEvent = "ইভেন্ট হ্যান্ডলারটিকে নিবন্ধন করা যায় নি৷";
Strings.OfficeOM.L_CannotWriteToSelection = "বর্তমান নির্বাচনটিতে লিখতে পারবে না।";
Strings.OfficeOM.L_CellDataAmountBeyondLimits = "বিজ্ঞপ্তি: একটি টেবিলে কক্ষের সংখ্যা 20,000 এর নীচে রাখতে পরামর্শ দেওয়া হয়েছে।";
Strings.OfficeOM.L_CellFormatAmountBeyondLimits = "বিজ্ঞপ্তি: বিন্যাসকরণ সেটগুলি সেট করা হয়েছে একটি বিন্যাসকরণ API কলের দ্বারা যা 100 এর নীচে রাখতে পরামর্শ দেওয়া হয়েছে।";
Strings.OfficeOM.L_CloseFileBeforeRetrieve = "অন্য একটি ফাইল পুনরুদ্ধার করার আগে বর্তমান ফাইলটিতে closeAsync-কে কল করুন। ";
Strings.OfficeOM.L_CoercionTypeNotMatchBinding = "নির্দিষ্ট কোয়ের্শন প্রকারটি এই বাইন্ডিং প্রকারের সাথে সুসঙ্গত নয়।";
Strings.OfficeOM.L_CoercionTypeNotSupported = "নির্দিষ্ট কোয়ের্শন প্রকারটি সমর্থিত নয়।";
Strings.OfficeOM.L_ColIndexOutOfRange = "কলাম সূচি মানটি অনুমোদিত সীমার বাইরে। কলামগুলির সংখ্যার চেয়ে কম (0 বা উচ্চতর) এমন একটি মান ব্যবহার করুন।";
Strings.OfficeOM.L_ConfirmCancelMessage = "দুঃখিত, আমরা চালিয়ে যেতে পারি না।";
Strings.OfficeOM.L_ConfirmDialog = "আপনি কি ডোমেন {0} বিশ্বাস করেন যেখানে এই Office সেশন হোস্ট করা হয়েছে ?";
Strings.OfficeOM.L_ConfirmDialogApiTrustsParent = 'আপনি {0} থেকে সম্ভাব্য সংবেদনশীল তথ্য দিতে ও নিতে চলেছেন । আপনি যদি এইরকম তথ্য দেয়া নেয়া করার জন্য উক্ত ওয়েবসাইটকে বিশ্বাস করেন তাহলে "ওকে" ক্লিক করুন. {1}.';
Strings.OfficeOM.L_ConfirmRefreshMessage = "চালিয়ে যেতে, অ্যাড-ইন সরিয়ে নিন এবং এটি আবার যোগ করুন, বা পৃষ্ঠাটি সতেজ করুন৷";
Strings.OfficeOM.L_ConnectionFailureWithDetails = "{0} এর স্থিতি কোড, ত্রুটি কোড {1} সহ অনুরোধটি ব্যর্থ হয়েছে এবং নিম্নলিখিত ত্রুটি বার্তাটি হল: {2}";
Strings.OfficeOM.L_ConnectionFailureWithStatus = "{0} এর স্থিতি কোড সহ অনুরোধটি ব্যর্থ হয়েছে৷";
Strings.OfficeOM.L_ContinueButton = "অবিরত করুন";
Strings.OfficeOM.L_CustomFunctionDefinitionMissing = "এই নামটি সহ একটি বৈশিষ্ট্য যেটি ফাংশনের সংজ্ঞাকে উপস্থাপন করে সেটিকে অবশ্যই Excel.CustomFunctions -এ বিদ্যমান থাকতে হবে৷";
Strings.OfficeOM.L_CustomFunctionImplementationMissing = 'Excel.CustomFunctions -এ থাকা এই নামটি সহ একটি বৈশিষ্ট্য যেটি ফাংশনের সংজ্ঞাকে উপস্থাপন করে সেটিতে অবশ্যই একটি "কল করুন" এর বৈশিষ্ট্য থাকতে হবে যা ফাংশনটিকে সম্পাদন করে৷';
Strings.OfficeOM.L_CustomFunctionNameCannotSplit = "ফাংশন নামটিতে অবশ্যই একটি পূর্ণ নেমস্পেস এবং একটি পূর্ণ সংক্ষিপ্ত নাম থাকতে হবে৷";
Strings.OfficeOM.L_CustomFunctionNameContainsBadChars = "ফাংশন নামটিতে কেবলমাত্র অক্ষর, সংখ্যা, আন্ডারস্কোর এবং সময়পর্ব থাকতে পারে৷";
Strings.OfficeOM.L_CustomXmlError = "কাস্টম XML ত্রুটি।";
Strings.OfficeOM.L_CustomXmlExceedQuotaMessage = "1024 টি আইটেমের মধ্যে XPath নির্বাচন করা সীমাবদ্ধ করেছে";
Strings.OfficeOM.L_CustomXmlExceedQuotaName = "নির্বাচন করার সীমায় পৌঁছেছে";
Strings.OfficeOM.L_CustomXmlNodeNotFound = "নির্দিষ্ট নোড খুঁজে পাওয়া যায়নি।"
Strings.OfficeOM.L_CustomXmlOutOfDateMessage = "ডেটাটির তারিখ অতিক্রান্ত। অবজেক্টটি আবার পুনরুদ্ধার করুন।";
Strings.OfficeOM.L_CustomXmlOutOfDateName = "ডাটাটি সাম্প্রতিক নয়";
Strings.OfficeOM.L_DataNotMatchBindingSize = "সরবরাহিত ডাটা অবজেক্টটি বর্তমান নির্বাচনের আকারের সাথে মেলে না।";
Strings.OfficeOM.L_DataNotMatchBindingType = "নির্দিষ্ট ডাটা অবজেক্ট বাইন্ডিংয়ের প্রকারের সাথে সুসঙ্গত নয়।";
Strings.OfficeOM.L_DataNotMatchCoercionType = "নির্দিষ্ট ডাটা অবজেক্টের প্রকারটি বর্তমান নির্বাচনের সাথে সুসঙ্গত নয়।";
Strings.OfficeOM.L_DataNotMatchSelection = "সরবরাহিত ডাটা অবজেক্টটি বর্তমান নির্বাচনের আকার বা আকৃতিগুলির সাথে সুসঙ্গত নয়।";
Strings.OfficeOM.L_DataReadError = "ডাটা পড়ার ত্রুটি";
Strings.OfficeOM.L_DataStale = "ডাটাটি সাম্প্রতিক নয়";
Strings.OfficeOM.L_DataWriteError = "ডাটা লেখা ত্রুটি";
Strings.OfficeOM.L_DataWriteReminder = "ডাটা লেখা অনুস্মারক";
Strings.OfficeOM.L_DialogAddressNotTrusted = "ম্যানিফেস্টের মধ্যে অ্যাপডোমেনস এলিমেন্টে URLটির ডোমেনটি অর্ন্তভুক্ত নয় এবং উৎসের অবস্থানের সাবডোমেন নয়।";
Strings.OfficeOM.L_DialogAlreadyOpened = "ক্রিয়াকলাপটি ব্যর্থ হয়েছে কারণ এই অ্যাড-ইনের ইতিমধ্যেই একটি সক্রিয় ডায়ালগ রয়েছে৷";
Strings.OfficeOM.L_DialogInvalidScheme = "URL স্কীমটি সমর্থিত নয়। পরিবর্তে HTTPS ব্যবহার করুন।";
Strings.OfficeOM.L_DialogNavigateError = "ডায়ালগ ন্যাভিগেশন ত্রুটি";
Strings.OfficeOM.L_DialogOK = "ঠিক আছে";
Strings.OfficeOM.L_DialogRequireHTTPS = "HTTP প্রোটোকলটি সমর্থিত নয়। পরিবর্তে HTTPS ব্যবহার করুন";
Strings.OfficeOM.L_DisplayDialogError = "ডায়ালগ প্রদর্শনে ত্রুটি";
Strings.OfficeOM.L_DocumentReadOnly = "অনুরোধ করা ক্রিয়াকলাপটি বর্তমান নথি মোডে অনুমোদিত নয়।";
Strings.OfficeOM.L_ElementMissing = "কিছু প্যারামিটারের মান হারানোর কারণে আমরা সারণী কক্ষটি বিন্যাস করতে পারিনি। প্যারামিটারগুলি দুবার পরীক্ষা করুন এবং আবার চেষ্টা করুন।";
Strings.OfficeOM.L_EventHandlerAdditionFailed = "ঘটনা পরিচালককে যোগ করতে ব্যর্থ হয়েছে।";
Strings.OfficeOM.L_EventHandlerNotExist = "এই বাইন্ডিংয়ের জন্য নির্দিষ্ট ইভেন্ট পরিচালকটি খুঁজে পাওয়া যায়নি।";
Strings.OfficeOM.L_EventHandlerRemovalFailed = "ঘটনা পরিচালককে অপসারণ করতে ব্যর্থ হয়েছে।";
Strings.OfficeOM.L_EventRegistrationError = "ঘটনা নিবন্ধীকরণ ত্রুটি";
Strings.OfficeOM.L_FileTypeNotSupported = "নির্দিষ্ট ফাইল প্রকার সমর্থিত নয়।";
Strings.OfficeOM.L_FormatValueOutOfRange = "মানটি অনুমোদিত সীমার বাইরে।";
Strings.OfficeOM.L_FormattingReminder = "বিন্যাসকরণ অনুস্মারক";
Strings.OfficeOM.L_FunctionCallFailed = "ক্রিয়াকলাপ {0}-কে কল করা ব্যর্থ হয়েছে, ত্রুটি কোড: {1}।";
Strings.OfficeOM.L_GetDataIsTooLarge = "অনুরোধ করা ডাটা সেটটি অত্যন্ত বৃহত।";
Strings.OfficeOM.L_GetDataParametersConflict = "নির্দিষ্ট মাপদণ্ডগুলিতে বিবাদ।";
Strings.OfficeOM.L_GetSelectionNotSupported = "বর্তমান নির্বাচনটি সমর্থিত নয়।";
Strings.OfficeOM.L_HostError = "হোস্ট ত্রুটি";
Strings.OfficeOM.L_ImplicitGetAuthContextMissing = "প্রমাণীকরণ প্রসঙ্গ পাওয়ার ফাংশনটি অনুপস্থিত রয়েছে";
Strings.OfficeOM.L_ImplicitNotLoaded = "একটি টোকেন পাওয়ার আগে মডিউলটি লোড করা হয়নি";
Strings.OfficeOM.L_InValidOptionalArgument = "অবৈধ বিকল্প যুক্তি";
Strings.OfficeOM.L_IndexOutOfRange = "সূচী ব্যপ্তির বাইরে।";
Strings.OfficeOM.L_InitializeNotReady = "Office.js এখনও পুরোপুরি লোড হয়নি। অনুগ্রহ করে পরে আবার চেষ্টা করুন বা Office.initialize ক্রিয়াকলাপে আপনার সূচনাকরণ কোড যোগ করা নিশ্চিত করুন।";
Strings.OfficeOM.L_InternalError = "অভ্যন্তরীণ ত্রুটি";
Strings.OfficeOM.L_InternalErrorDescription = "একটি অভ্যন্তরীণ ত্রুটি ঘটেছে।";
Strings.OfficeOM.L_InvalidAPICall = "অবৈধ API কল";
Strings.OfficeOM.L_InvalidApiArgumentsMessage = "ইনপুট যুক্তিগুলি অবৈধ।";
Strings.OfficeOM.L_InvalidApiCallInContext = "বর্তমান প্রসঙ্গের ক্ষেত্রে API কলটি অবৈধ।";
Strings.OfficeOM.L_InvalidArgument = "'{0}' আরগুমেন্টটি পাওয়া যাচ্ছে না যা এই পরিস্থিতিতে কাজ করে, অথবা এটি সঠিক বিন্যাসে নেই৷";
Strings.OfficeOM.L_InvalidArgumentGeneric = "বিতর্ক(গুলি) সেই কার্যপ্রণালীর মধ্যে সম্পাদিত হয়েছে যা এই পরিস্থিতিতে কাজ করবে না, সেগুলো পাওয়া যাচ্ছে না, বা সঠিক বিন্যাসে নেই।";
Strings.OfficeOM.L_InvalidBinding = "অবৈধ বাইন্ডিং";
Strings.OfficeOM.L_InvalidBindingError = "অবৈধ বাইন্ডিং ত্রুটি";
Strings.OfficeOM.L_InvalidBindingOperation = "অবৈধ বাইন্ডিং ক্রিয়াকলাপ";
Strings.OfficeOM.L_InvalidCellsValue = "এক বা তার বেশী কক্ষ প্যারামিটারগুলির যে মানগুলি আছে তারা অনুমোদিত নয়। মানগুলি দু-বার পরীক্ষা করুন এবং আবার চেষ্টা করুন।";
Strings.OfficeOM.L_InvalidCoercion = "কোয়ের্শিয়ান প্রকারটি অবৈধ";
Strings.OfficeOM.L_InvalidColumnsForBinding = "নির্দিষ্ট কলামগুলি অকার্যকর।";
Strings.OfficeOM.L_InvalidDataFormat = "নির্দিষ্ট ডাটা অবজেক্টের বিন্যাসটি অকার্যকর।";
Strings.OfficeOM.L_InvalidDataObject = "অবৈধ ডাটা অবজেক্ট";
Strings.OfficeOM.L_InvalidFormat = "অবৈধ বিন্যাস ত্রুটি";
Strings.OfficeOM.L_InvalidFormatValue = "এক বা তার বেশী বিন্যাস প্যারামিটারগুলির যে মানগুলি আছে তারা অনুমোদিত নয়। মানগুলি দুবার পরীক্ষা করুন এবং আবার চেষ্টা করুন।";
Strings.OfficeOM.L_InvalidGetColumns = "নির্দিষ্ট কলামগুলি অকার্যকর।";
Strings.OfficeOM.L_InvalidGetRowColumnCounts = "নির্দিষ্ট rowCount বা columnCount মানগুলি অকার্যকর।";
Strings.OfficeOM.L_InvalidGetRows = "নির্দিষ্ট সারিগুলি অকার্যকর।";
Strings.OfficeOM.L_InvalidGetStartRowColumn = "নির্দিষ্ট startRow বা startColumn মানগুলি অকার্যকর।";
Strings.OfficeOM.L_InvalidGrant = "প্রাকপ্রমাণীকরণ পাওয়া যাচ্ছে না।";
Strings.OfficeOM.L_InvalidGrantMessage = "এই অ্যাড-ইনটির জন্য মঞ্জুরী পাওয়া যাচ্ছে না।";
Strings.OfficeOM.L_InvalidNamedItemForBindingType = "নির্দিষ্ট বাইন্ডিং প্রকারটি সরবরাহিত নামযুক্ত আইটেমের সাথে সুসঙ্গত নয়।";
Strings.OfficeOM.L_InvalidNode = "অবৈধ নোড";
Strings.OfficeOM.L_InvalidObjectPath = 'আপনি যেটি করবার চেষ্টা করছেন \'{0}\' অবজেক্ট পাথটি সেটিতে কাজ করছে না৷ যদি আপনি একাধিক "context.sync" কলগুলির মধ্যে এবং একটি ".run" ব্যাচের পর্যায়ক্র্মিক কার্যাদির বাইরে অবজেক্টটি ব্যবহার করছেন তাহলে অনুগ্রহ করে অবজেক্টটির লাইফটাইম পরিচালনা করতে "context.trackedObjects.add()" এবং "context.trackedObjects.remove()" পদ্ধতিটি ব্যবহার করুন৷';
Strings.OfficeOM.L_InvalidOperationInCellEditMode = "Excel কক্ষ-সম্পাদনা মোডে রয়েছে৷ অনুগ্রহ করে কোনো ENTERবা TAB চাপার মাধ্যমে বা অন্য কক্ষ নির্বাচন করার মাধ্যমে সম্পাদনা মোড থেকে প্রস্থান করুন এবং তারপর আবার চেষ্টা করুন৷";
Strings.OfficeOM.L_InvalidOrTimedOutSession = "অবৈধ বা সময় শেষ হওয়া সেশন";
Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage = "আপনার Office-এর সেশন মেয়াদোত্তীর্ণ হয়েছে বা এটি অবৈধ৷ চালিয়ে যেতে, পৃষ্ঠাটি রিফ্রেশ করুন৷";
Strings.OfficeOM.L_InvalidParameters = "ক্রিয়াকলাপ {0}-এর কয়েকটি অবৈধ প্যারামিটার আছে।";
Strings.OfficeOM.L_InvalidReadForBlankRow = "নির্দিষ্ট সারিটি ফাঁকা।";
Strings.OfficeOM.L_InvalidRequestContext = "অবজেক্টটি বিভিন্ন অনুরোধের সবকটির ক্ষেত্রে ব্যবহার করা যাবে না৷";
Strings.OfficeOM.L_InvalidResourceUrl = "Url এর প্রদানকরা সংস্থানটি অবৈধ।";
Strings.OfficeOM.L_InvalidResourceUrlMessage = "ম্যানিফেস্টে নির্দিষ্ট Url সংস্থানটি অবৈধ।";
Strings.OfficeOM.L_InvalidSSOAddinMessage = "এই অ্যাড-ইনটির জন্য শনাক্তকরণ API সমর্থিত নয়।";
Strings.OfficeOM.L_InvalidSelectionForBindingType = "বর্তমান নির্বাচন এবং নির্দিষ্ট করা বাইন্ডিংয়ের প্রকারের সাথে কোনও বাইন্ডিং তৈরি করতে পারা যায় না।";
Strings.OfficeOM.L_InvalidSetColumns = "নির্দিষ্ট কলামগুলি অকার্যকর।";
Strings.OfficeOM.L_InvalidSetRows = "নির্দিষ্ট সারিগুলি অকার্যকর।";
Strings.OfficeOM.L_InvalidSetStartRowColumn = "নির্দিষ্ট startRow বা startColumn মানগুলি অকার্যকর।";
Strings.OfficeOM.L_InvalidTableOptionValue = "এক বা তার বেশী টেবিলবিকল্প প্যারামিটারগুলির যে মানগুলি আছে তারা অনুমোদিত নয়। মানগুলি দুবার পরীক্ষা করুন এবং আবার চেষ্টা করুন।";
Strings.OfficeOM.L_InvalidValue = "অবৈধ মান";
Strings.OfficeOM.L_MemoryLimit = "মেমোরী সীমা অতিক্রান্ত হয়েছে";
Strings.OfficeOM.L_MissingParameter = "হারানো প্যারামিটার";
Strings.OfficeOM.L_MissingRequiredArguments = "কিছু প্রয়োজনীয় যুক্তি অনুপলভ্য";
Strings.OfficeOM.L_MultipleNamedItemFound = "একই নামের একাধিক বস্তু পাওয়া গিয়েছে।";
Strings.OfficeOM.L_NamedItemNotFound = "নামযুক্ত আইটেমটি বিদ্যমান নেই।";
Strings.OfficeOM.L_NavOutOfBound = "সূচিটি সীমার বাইরে থাকার কারণে ক্রিয়াকলাপটি ব্যর্থ হয়েছে।";
Strings.OfficeOM.L_NetworkProblem = "নেটওয়ার্ক সমস্যা";
Strings.OfficeOM.L_NetworkProblemRetrieveFile = "একটি নেটওয়ার্ক সমস্যা ফাইলের পুনরুদ্ধারে বাধা দিয়েছে।";
Strings.OfficeOM.L_NewWindowCrossZone = "আপনার ব্রাউজারের সুরক্ষা সেটিংস আমাদের ডায়লগ বক্সটি তৈরি করার ক্ষেত্রে বাধা হচ্ছে। একটি পৃথক ব্রাউজারের মাধ্যমে চেষ্টা করুন, বা {0} যেহেতু '{1}' এবং আপনার ঠিকানা বারে দেখানো ডোমেনটি একই সুরক্ষা অঞ্চলের মধ্যে আছে।";
Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink = "আপনার ব্রাউজারটি কনফিগার করুন";
Strings.OfficeOM.L_NewWindowCrossZoneErrorString = "ব্রাউজার সংক্রান্ত বিধিনিষেধ আমাদের ডায়লগ বক্সটি তৈরি করার ক্ষেত্রে বাধা হচ্ছে। ডায়লগ বক্সটির ডোমেন ও অ্যাড-ইন হোস্টটির ডোমেন একই সুরক্ষা অঞ্চলের মধ্যে নেই।";
Strings.OfficeOM.L_NoCapability = "এই ক্রিয়াকলাপটির জন্য আপনার কাছে পর্যাপ্ত অনুমতি নেই।";
Strings.OfficeOM.L_NoHttpsWAC = "এই Office অধিবেশন একটি সুরক্ষিত সংযোগ ব্যবহার করছে না। আমরা সুপারিশ করছি যে আপনি অতিরিক্ত সতর্কতা অবলম্বন করুন ।";
Strings.OfficeOM.L_NonUniformPartialGetNotSupported = "সমন্বয়সাধন প্যারামিটারগুলি কোয়ের্শিয়ান ধরনের টেবিলের ক্ষেত্রে ব্যবহার করা যায় না যখন টেবিলটির মধ্যে মার্জ হওয়া কক্ষ থাকে।";
Strings.OfficeOM.L_NonUniformPartialSetNotSupported = "সমন্বয়সাধন প্যারামিটারগুলি কোয়ের্শিয়ান ধরনের টেবিলের ক্ষেত্রে ব্যবহার করা যায় না যখন টেবিলটির মধ্যে মার্জ হওয়া কক্ষ থাকে।";
Strings.OfficeOM.L_NotImplemented = "ক্রিয়াকলাপ {0} প্রয়োগ করা হয়নি।";
Strings.OfficeOM.L_NotSupported = "ক্রিয়াকলাপ {0} সমর্থিত নয়।";
Strings.OfficeOM.L_NotSupportedBindingType = "নির্দিষ্ট বাইন্ডিং প্রকারটি {0} সমর্থিত নেই।";
Strings.OfficeOM.L_NotSupportedEventType = "নির্দিষ্ট ইভেন্ট প্রকার {0} সমর্থিত নয়।";
Strings.OfficeOM.L_NotTrustedWAC = "আপনাকে সুরক্ষিত রাখতে সহায়তা করার জন্য এই অ্যাড-ইন নিস্ক্রিয় করা হয়েছে। অ্যাড-ইন ব্যবহার করা চালিয়ে যেতে, এই আইটেম একটি বিশ্বস্ত ডোমেনে হোস্ট করা হয়েছে তা যাচাই করুন বা এটি Office ডেস্কটপ অ্যাপে এ খুলুন।";
Strings.OfficeOM.L_OperationCancelledError = "ক্রিয়াকলাপ বাতিল করা হয়েছে";
Strings.OfficeOM.L_OperationCancelledErrorMessage = "ব্যবহারকারীর দ্বারা ক্রিয়াকলাপটি বাতিল করা হয়েছে৷";
Strings.OfficeOM.L_OperationNotSupported = "ক্রিয়াকলাপটি সমর্থিত নয়।";
Strings.OfficeOM.L_OperationNotSupportedOnMatrixData = "নির্বাচিত সামগ্রী সারণী বিন্যাসে থাকা প্রয়োজন। একটি সারণী রূপে ডাটাটি বিন্যাস করুন এবং আবার চেষ্টা করুন।";
Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType = "ক্রিয়াকলাপটি এই ধরণের বাইন্ডিং-এ সমর্থিত নয়।";
Strings.OfficeOM.L_OsfControlTypeNotSupported = "OsfControl ধরনটি সমর্থিত নয়।";
Strings.OfficeOM.L_OutOfRange = "ব্যপ্তির বাইরে";
Strings.OfficeOM.L_OverwriteWorksheetData = "সরবরাহিত ডাটা অবজেক্টটি ডাটা অধিলিখিত বা স্থানান্তর করার কারণে সেট ক্রিয়াকলাপটি ব্যর্থ হয়েছে।";
Strings.OfficeOM.L_PermissionDenied = "অনুমতি দিতে অস্বীকার করা হয়েছে";
Strings.OfficeOM.L_PropertyDoesNotExist = "অবজেক্টটিতে বৈশিষ্ট্য '{0}' -এর অস্তিত্ব নেই।";
Strings.OfficeOM.L_PropertyNotLoaded = "'{0}' বৈশিষ্ট্যটি উপলভ্য নয়৷ বৈশিষ্ট্যটির মান পড়ার আগে মধ্যস্থ অবজেক্টটির ওপর লোড পদ্ধতিটি কল করুন এবং সহযোগী অনুরোধ বিষয়ে \"context.sync()\" কল করুন৷";
Strings.OfficeOM.L_ReadSettingsError = "সেটিং ত্রুটিটি পড়ুন";
Strings.OfficeOM.L_RedundantCallbackSpecification = "আর্গ্যুমেন্ট তালিকা এবং ঐচ্ছিক অবজেক্ট উভয়েই কলব্যাক নির্দিষ্ট করতে পারা যায় না।";
Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage = 'অনুরোধ পে-লোডের আকার সীমা অতিক্রম করেছে । অনুগ্রহ করে ডকুমেন্টেশন দেখুন: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins"।';
Strings.OfficeOM.L_RequestTimeout = "কলটি কার্যকর করতে অনেক বেশি সময় নিয়েছে।";
Strings.OfficeOM.L_RequestTokenUnavailable = "এই APIটি কলের ফ্রিকোয়েন্সিকে ধীর করতে দমন করা হয়েছে।";
Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage = 'প্রতিক্রিয়া পে-লোডের আকার সীমা অতিক্রম করেছে । অনুগ্রহ করে ডকুমেন্টেশন দেখুন: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins"।';
Strings.OfficeOM.L_RowIndexOutOfRange = "সারি সূচির মানটি অনুমোদিত সীমার বাইরে। সারিগুলির সংখ্যার চেয়ে কম এমন একটি মান (0 বা উচ্চতর) ব্যবহার করুন।";
Strings.OfficeOM.L_RunMustReturnPromise = 'ব্যাচ ফাংশনটি ".run" প্রক্রিয়াটির মধ্যে দিয়ে চালিত হলেও কোন প্রতিশ্রুতি দেয়নি৷ ফাংশনটি থেকে অবশ্যই একটি প্রতিশ্রুতি আসা উচিত, যাতে কোনো স্বয়ংক্রিয়-ট্র্যাকড অবজেক্ট ব্যাচটি সম্পূর্ণ হওয়ার পরেই মুক্ত হতে পারে৷ সাধারণত, "context.sync()" থেকে প্রত্যুত্তর ফিরিয়ে আপনি একটি প্রতিশ্রুতি পাঠিয়ে থাকেন৷';
Strings.OfficeOM.L_SSOClientError = "Office থেকে আসা প্রমাণীকরণ অনুরোধে ত্রুটি ঘটেছে।";
Strings.OfficeOM.L_SSOClientErrorMessage = "ক্লায়েন্টে একটি অপ্রত্যাশিত ত্রুটি দেখা দিয়েছে।";
Strings.OfficeOM.L_SSOConnectionLostError = "সাইন ইন প্রক্রিয়ার সময় একটি সংযোগ হারিয়ে গেছে।";
Strings.OfficeOM.L_SSOConnectionLostErrorMessage = "সাইন ইন প্রক্রিয়ার সময় একটি সংযোগ হারিয়ে গেছে, এবং ব্যবহারকারী সাইন ইন নাও করতে পারে। এটি সম্ভবত ব্যবহারকারীর ব্রাউজারের কনফিগারেশন সেটিংসের কারণে হয়, যেমন নিরাপত্তা অঞ্চল।";
Strings.OfficeOM.L_SSOServerError = "প্রমাণীকরণ প্রদানকারীর তরফে ত্রুটি ঘটেছে।";
Strings.OfficeOM.L_SSOServerErrorMessage = "সার্ভারটিতে একটি অপ্রত্যাশিত ত্রুটি দেখা দিয়েছে।";
Strings.OfficeOM.L_SSOUnsupportedPlatform = "এই প্ল্যাটফর্মে API সমর্থিত নয়৷";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory = "এই অ্যাড-ইনটি ব্যবহারকারীর সম্মতিকে সমর্থন করে না৷";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage = "ক্রিয়াকলাপটি ব্যর্থ হয়েছে কারণ এই অ্যাড-ইনটি এই বিভাগটিতে ব্যবহারকারীর সম্মতিকে সমর্থন করে না";
Strings.OfficeOM.L_SaveSettingsError = "সেটিং ত্রুটিটি সংরক্ষণ করুন";
Strings.OfficeOM.L_SelectionCannotBound = "বর্তমান নির্বাচনের সাথে বাইন্ড করতে পারেনা।";
Strings.OfficeOM.L_SelectionNotSupportCoercionType = "বর্তমান নির্বাচনটি নির্দিষ্ট কোয়ের্শন প্রকারের সাথে সুসঙ্গত নয়।";
Strings.OfficeOM.L_SetDataIsTooLarge = "নির্দিষ্ট ডাটা অবজেক্টটি অত্যন্ত বৃহত।";
Strings.OfficeOM.L_SetDataParametersConflict = "নির্দিষ্ট মাপদণ্ডগুলিতে বিবাদ।";
Strings.OfficeOM.L_SettingNameNotExist = "নির্দিষ্ট সেটিং নামটি বিদ্যমান নেই।";
Strings.OfficeOM.L_SettingsAreStale = "সেটিংস সংরক্ষণ করা গেল না কারণ তারা বর্তমান সময়ের নয়।";
Strings.OfficeOM.L_SettingsCannotSave = "সেটিংস সংরক্ষণ করতে পারা যায়নি।";
Strings.OfficeOM.L_SettingsStaleError = "সেটিংস ত্রুটিটি পুরোনো";
Strings.OfficeOM.L_ShowWindowDialogNotification = "{0} একটি নতুন উইন্ডো দেখাতে চায়।";
Strings.OfficeOM.L_ShowWindowDialogNotificationAllow = "অনুমতি দিন";
Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore = "উপেক্ষা করুন";
Strings.OfficeOM.L_ShuttingDown = "ক্রিয়াকলাপটি ব্যর্থ হয়েছে কারণ বর্তমানে সার্ভারে ডাটাটি নেই।";
Strings.OfficeOM.L_SliceSizeNotSupported = "নির্দিষ্ট স্লাইসের আকারটি সীমাবদ্ধ নেই।";
Strings.OfficeOM.L_SpecifiedIdNotExist = "নির্দিষ্ট ID বিদ্যমান নেই।";
Strings.OfficeOM.L_Timeout = "অপারেশনের মেয়াদ শেষ হয়ে গেছে৷";
Strings.OfficeOM.L_TooManyArguments = "অনেক বেশি আর্গ্যুমেন্ট";
Strings.OfficeOM.L_TooManyIncompleteRequests = "পূর্বের কলটি শেষ না হওয়া অবধি অপেক্ষা করুন।";
Strings.OfficeOM.L_TooManyOptionalFunction = "প্যারামিটার তালিকায় একাধিক বিকল্প ক্রিয়াকলাপ আছে";
Strings.OfficeOM.L_TooManyOptionalObjects = "প্যারামিটার তালিকায় একাধিক বিকল্প ক্রিয়াকলাপ আছে";
Strings.OfficeOM.L_UnknownBindingType = "বাইন্ডিংয়ের প্রকারটি সমর্থিত নয়।";
Strings.OfficeOM.L_UnsupportedDataObject = "সরবরাহিত ডাটা অবজেক্টের প্রকারটি সমর্থিত নয়।";
Strings.OfficeOM.L_UnsupportedEnumeration = "অসমর্থিত এনুমারেশন";
Strings.OfficeOM.L_UnsupportedEnumerationMessage = "এনুমারেশনটি বর্তমান হোস্ট অ্যাপ্লিকেশনে সমর্থিত নয়।";
Strings.OfficeOM.L_UnsupportedUserIdentity = "ব্যবহারকারীর পরিচিতি ধরণটি সমর্থিত নয়।";
Strings.OfficeOM.L_UnsupportedUserIdentityMessage = "এই ধরণের পরিচিতিযুক্ত ব্যবহারকারী সমর্থিত নয়।";
Strings.OfficeOM.L_UserAborted = "ব্যবহারকারী সন্মতি অনুরোধটি নাকচ করেছেন।";
Strings.OfficeOM.L_UserAbortedMessage = "ব্যবহারকারী অ্যাড-ইন অনুমতি দানে সন্মত হয়নি।";
Strings.OfficeOM.L_UserClickIgnore = "ব্যবহারকারী কথোপকথোন বাক্সটিকে উপেক্ষা করার সিদ্ধান্ত নিয়েছে৷";
Strings.OfficeOM.L_UserNotSignedIn = "কোন ব্যবহারকারী Office-এ সাইন ইন করেনি।";
Strings.OfficeOM.L_ValueNotLoaded = 'বিষয়বস্তুর ফলাফলের মানটি এখনও লোড করা হয়নি৷ রৈশিষ্ট মানটি পড়ার আগে, সংযুক্ত অনুরোধ প্রসঙ্গটিতে "context.sync()" এ কল করুন৷';
Strings.OfficeOM.L_WorkbookHiddenMessage = "JavaScript API অনুরোধটি ব্যর্থ হয়েছে কারণ অনুশীলনপুস্তিকাটি লুকানো ছিল৷ অনুগ্রহ করে অনুশীলনপুস্তিকাটি প্রত্যক্ষ করুন এবং আবার চেষ্টা করুন৷";
Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen = "যখন একটি মডেল কথোপকথন খোলা থাকে তখন লিখন ক্রিয়াকলাপ অফিসের জন্য সমর্থিত নয়।";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,80 @@
Type.registerNamespace("_u");
_u.ExtensibilityStrings = function()
{
};
_u.ExtensibilityStrings.registerClass("_u.ExtensibilityStrings");
_u.ExtensibilityStrings.l_APICallFailedDueToItemChange_Text = "নির্বাচিত আইটেমটিকে পরিবর্তন করা হয়েছে৷";
_u.ExtensibilityStrings.l_API_Not_Supported_By_ExtensionPoint_Error_Text = "এক্সটেনশন পয়েন্টের জন্য API সমর্থিত নয়৷";
_u.ExtensibilityStrings.l_API_Not_Supported_For_Shared_Folders_Error = "শেয়ারকৃত ফোল্ডারগুলির জন্য API সমর্থিত নয় ।";
_u.ExtensibilityStrings.l_ActionsDefinitionMultipleActionsError_Text = "বর্তমানে কেবলমাত্র একটি একক কার্য সমর্থিত৷";
_u.ExtensibilityStrings.l_ActionsDefinitionWrongNotificationMessageError_Text = "এই বিজ্ঞপ্তি বার্তার প্রকারের জন্য কার্যগুলোকে নির্ধারণ করা যাবে না৷";
_u.ExtensibilityStrings.l_AttachmentDeleteGeneralFailure_Text = "আইটেমটি থেকে সংযুক্তিটি মুছতে পারা যায় না।";
_u.ExtensibilityStrings.l_AttachmentDeletedBeforeUploadCompletes_Text = "আপলোড সম্পূর্ণ হওয়ার আগে ব্যবহারকারীটি সংযুক্তিটি অপসারণ করেছে।";
_u.ExtensibilityStrings.l_AttachmentErrorName_Text = "সংযুক্তি ত্রুটি";
_u.ExtensibilityStrings.l_AttachmentExceededSize_Text = "সংযুক্তিটি অত্যন্ত বড় হওয়ার কারণে যোগ করতে পারা যায় না।";
_u.ExtensibilityStrings.l_AttachmentItemIdTooLong_Text = "এক বা একাধিক সংযুক্তির ID খুবই বড়৷";
_u.ExtensibilityStrings.l_AttachmentNameTooLong_Text = "এক বা একাধিক সংযুক্তির নাম খুবই বড়৷"
_u.ExtensibilityStrings.l_AttachmentNotSupported_Text = "সংযুক্তিটির প্রকার সমর্থিত নয়।";
_u.ExtensibilityStrings.l_AttachmentUploadGeneralFailure_Text = "সংযুক্তিটি আইটেমে যোগ করতে পারা যায় না।";
_u.ExtensibilityStrings.l_AttachmentUrlTooLong_Text = "এক বা একাধিক সংযুক্তির URL খুবই বড়৷";
_u.ExtensibilityStrings.l_Attachment_Download_Failed_Generic_Error = "সংযুক্তি ডাউনলোড ব্যর্থ হয়েছে৷";
_u.ExtensibilityStrings.l_Attachment_Resource_Not_Found = "সংযুক্তি খুঁজে পাওয়া যায়নি।";
_u.ExtensibilityStrings.l_Attachment_Resource_UnAuthorizedAccess = "সংযুক্তিতে অননুমোদিত অ্যাক্সেস।";
_u.ExtensibilityStrings.l_CallSaveAsyncBeforeToken_Text = "আইটেমটি সংরক্ষণ না করা পর্যন্ত টোকেনটি পুনরুদ্ধার করা যাবে না৷";
_u.ExtensibilityStrings.l_CannotAddAttachmentBeforeUpgrade_Text = "যখন সম্পূর্ণ উত্তর বা ফরোয়ার্ডটি সার্ভার থেকে পুনরুদ্ধার করা হচ্ছে তখন সংযুক্তিগুলি যোগ করা যাবে না।";
_u.ExtensibilityStrings.l_CannotPersistPropertyInUnsavedDraftError_Text = "অসংরক্ষিত ড্রাফ্টগুলিতে বিজ্ঞপ্তিগুলিকে স্থায়ী করা যাবে না৷ আপনি এই API কল করার আগে আইটেমটি সংরক্ষণ করুন৷";
_u.ExtensibilityStrings.l_CursorPositionChanged_Text = "ব্যবহারকারী ডাটা প্রবেশ করানো চলাকালীন কার্সরের অবস্থানটি পরিবর্তন করেছে।";
_u.ExtensibilityStrings.l_DataWriteErrorName_Text = "ডাটা লেখা ত্রুটি";
_u.ExtensibilityStrings.l_DeleteAttachmentDoesNotExist_Text = "সংযুক্তিটি মুছতে পারা যায় না কারণ সংযুক্তির সূচক সহ সংযুক্তিটি খুঁজে পাওয়া যায় না।";
_u.ExtensibilityStrings.l_DisplayNameTooLong_Text = "এক বা তার বেশি সংখ্যক প্রদত্ত প্রদর্শন নামগুলি খুবই বড়।";
_u.ExtensibilityStrings.l_DisplayReplyFormHtmlBodyRequired_Text = "'htmlBody' প্রয়োজন রয়েছে৷";
_u.ExtensibilityStrings.l_DuplicateNotificationKey_Text = "প্রদত্ত কী সহ একটি বিজ্ঞপ্তি ইতিমধ্যে বিদ্যমান রয়েছে৷";
_u.ExtensibilityStrings.l_Duplicate_Category_Error_Text = "প্রদান করা বিভাগগুলির মধ্যে একটি ইতিমধ্যে মাস্টার বিভাগ তালিকায় আছে৷";
_u.ExtensibilityStrings.l_ElevatedPermissionNeededForMethod_Text = "পদ্ধতিকে কল করতে উন্নত অনুমতি প্রয়োজনীয়: '{0}'।";
_u.ExtensibilityStrings.l_ElevatedPermissionNeeded_Text = "Office-এর জন্য JavaScript API-টির সুরক্ষিত সদস্যদের প্রতি প্রবেশাধিকার পেতে উন্নত অনুমতি প্রয়োজনীয়।";
_u.ExtensibilityStrings.l_EmailAddressTooLong_Text = "এক বা তার বেশী সংখ্যক প্রদত্ত ইমেল ঠিকানাগুলি খুবই বড়।";
_u.ExtensibilityStrings.l_EwsRequestOversized_Text = "অনুরোধটি 1 MB আকারের সীমা অতিক্রম করেছে। অনুগ্রহ করে আপনার EWS অনুরোধটি পরিবর্তন করুন।";
_u.ExtensibilityStrings.l_ExceededMaxNumberOfAttachments_Text = "সংযুক্তিগুলি যোগ করা যায়নি কারণ বার্তাটিতে ইতিমধ্যেই সর্বোচ্চ সংখ্যক সংযুক্তি আছে";
_u.ExtensibilityStrings.l_HtmlSanitizationFailure_Text = "HTML স্যানিটাইজেশন ব্যর্থ হয়েছে।";
_u.ExtensibilityStrings.l_Insufficient_Item_Permissions_Text = "এই অপারেশনটি সম্পাদন করার জন্য প্রয়োজনীয় অনুমতি ব্যবহারকারীর কাছে নেই৷";
_u.ExtensibilityStrings.l_InternalFormatError_Text = "একটি অভ্যন্তরীণ বিন্যাসে ত্রুটি ছিল।";
_u.ExtensibilityStrings.l_InternalProtocolError_Text = "অভ্যন্তরীণ প্রোটোকল ত্রুটি: '{0}'।";
_u.ExtensibilityStrings.l_Internal_Server_Error_Text = "Exchange সার্ভার একটি ত্রুটি ফেরত দিয়েছে৷ আরও তথ্যের জন্য ডাইগনিস্টিকস্ অবজেক্ট দেখুন৷";
_u.ExtensibilityStrings.l_Internet_Not_Connected_Error_Text = "ব্যবহারকারীটি আর নেটওয়ার্কটিতে সংযুক্ত নেই৷ অনুগ্রহ করে আপনার নেটওয়ার্ক সংযোগ পরীক্ষা করুন এবং আবার চেষ্টা করুন৷";
_u.ExtensibilityStrings.l_InvalidActionType_Text = "প্যারামিটার 'actionType' এর মানটি অবৈধ৷ গ্রহণ করা মানটি হল \"showTaskPane\"৷";
_u.ExtensibilityStrings.l_InvalidAttachmentId_Text = "সংযুক্তি IDটি অকার্যকর ছিল।";
_u.ExtensibilityStrings.l_InvalidAttachmentPath_Text = "সংযুক্তির পথটি অকার্যকর ছিল।";
_u.ExtensibilityStrings.l_InvalidCommandIdError_Text = "প্যারামিটার 'কমান্ড' এর জন্য মানটি অবৈধ৷";
_u.ExtensibilityStrings.l_InvalidDate_Text = "ইনপুটটি কোনও কার্যকর তারিখে সমাধান করে না।";
_u.ExtensibilityStrings.l_InvalidEndTime_Text = "শেষের সময়টি শুরুর সময়ের আগে হতে পারবে না।";
_u.ExtensibilityStrings.l_InvalidEventDates_Text = "শেষের তারিখটি শুরুর তারিখের আগে পড়েছে।";
_u.ExtensibilityStrings.l_InvalidParameterValueError_Text = "'{0}' প্যারামিটারের মানটি অবৈধ৷";
_u.ExtensibilityStrings.l_InvalidSelection_Text = "নির্বাচনটি অবৈধ৷";
_u.ExtensibilityStrings.l_InvalidTime_Text = "ইনপুটটি কোনও বৈধ সময়ে সমাধান করে না।";
_u.ExtensibilityStrings.l_Invalid_Category_Error_Text = "অবৈধ বিভাগগুলি প্রদান করা হয়েছে৷";
_u.ExtensibilityStrings.l_ItemNotFound_Text = "বিষয়োপকরণের অস্তিত্ব নেই বা তৈরি করা হয়নি।";
_u.ExtensibilityStrings.l_Item_Not_Saved_Error_Text = "আইটেমটি সংরক্ষণ না করা পর্যন্ত আইডি পুনরুদ্ধার করা যাবে না৷";
_u.ExtensibilityStrings.l_KeyNotFound_Text = "নির্দিষ্ট কী খুঁজে পাওয়া যায়নি।";
_u.ExtensibilityStrings.l_MessageInDifferentStoreError_Text = "EWS আইডিটি পুনরুদ্ধার করা যাবে না কারণ বার্তাটি একটি ভিন্ন স্টোরে সংরক্ষণ করা হয়েছে৷";
_u.ExtensibilityStrings.l_Missing_Extended_Permissions_For_API = "API কলের জন্য সম্প্রসারিত অনুমতি অনুপস্থিত।";
_u.ExtensibilityStrings.l_NoValidRecipientsProvided_Text = "কোন বৈধ প্রাপক প্রদান করা হয়নি।";
_u.ExtensibilityStrings.l_NotificationKeyNotFound_Text = "প্রদত্ত কী সহ কোনও বিজ্ঞপ্তি নেই৷";
_u.ExtensibilityStrings.l_NullOrEmptyParameterError_Text = "প্যারামিটার '{0}' হল বাধ্যতামূলক এবং এটি ফাঁকা বা খালি হতে পারে না৷";
_u.ExtensibilityStrings.l_NumberOfNotificationsExceeded_Text = "বিজ্ঞপ্তিটি যোগ করা যাবে না কারণ সেটি বিজ্ঞপ্তি সীমায় পৌঁছে গেছে৷";
_u.ExtensibilityStrings.l_NumberOfRecipientsExceeded_Text = "ক্ষেত্রে প্রাপকদের মোট সংখ্যা {0}কে অতিক্রম করতে পারে না।";
_u.ExtensibilityStrings.l_OffsetNotfound_Text = "এই সময় সীলমোহরের জন্য একটি অফসেট খুঁজে পাওয়া যায়নি।";
_u.ExtensibilityStrings.l_Olk_Http_Error_Text = "অনুরোধটি ব্যর্থ হয়েছে৷ অনুগ্রহ করে HTTP ত্রুটি কোডের জন্য ডাইগনিস্টিকস্ অবজেক্ট দেখুন৷";
_u.ExtensibilityStrings.l_OnlineMeetingsUserDenied_Text = "ব্যবহারকারী অস্বীকার করেছে।";
_u.ExtensibilityStrings.l_ParameterValueTooLongError_Text = "'{0}' প্যারামিটারের মানটি খুবই বড়৷ সর্বাধিক অক্ষর সংখ্যা হল '{1}'৷";
_u.ExtensibilityStrings.l_ParametersNotAsExpected_Text = "প্রদত্ত মাপদণ্ডটি প্রত্যাশিত বিন্যাসের সাথে মেলে না।";
_u.ExtensibilityStrings.l_PersistedNotificationArrayReadError_Text = "আপনার করা API কলটি ব্যর্থ হয়েছে কারণ স্থায়ী বিজ্ঞপ্তিগুলি পুনরুদ্ধার করা যাবে না৷";
_u.ExtensibilityStrings.l_PersistedNotificationArraySaveError_Text = "আপনার করা API কলটি ব্যর্থ হয়েছে কারণ বিজ্ঞপ্তিগুলিকে স্থায়ী করা যাবে না৷";
_u.ExtensibilityStrings.l_RecurrenceErrorMaxOccurrences_Text = "পৌনঃপুনিক সিরিজ 999টি সঙ্ঘটনের সর্বোচ্চ সীমা ছাড়িয়ে গেছে।";
_u.ExtensibilityStrings.l_RecurrenceErrorZeroOccurrences_Text = "নির্দিষ্ট তারিখ সীমার মধ্যে পৌনঃপুনিক সিরিজের কোনো সঙ্ঘটন নেই।";
_u.ExtensibilityStrings.l_RecurrenceInvalidTimeZone_Text = "নির্দিষ্ট সময় জোন সমর্থিত নয়৷";
_u.ExtensibilityStrings.l_RecurrenceUnsupportedAlternateCalendar_Text = "সমর্থিত নয় এমন একটি বিকল্প ক্যালেন্ডার ব্যবহার করছে এমন ব্যবহারকারীর দ্বারা পুনরাবৃত্তির প্যাটার্ন সেট করা হয়েছে৷";
_u.ExtensibilityStrings.l_Recurrence_Error_Instance_SetAsync_Text = "একটি ক্রমে একটি একক পুনরাবৃত্তির জন্য একটি পুনরাবৃত্তির প্যাটার্ন সেট করা যাবে না৷";
_u.ExtensibilityStrings.l_Recurrence_Error_Properties_Invalid_Text = "পুনরাবৃত্তির প্যাটার্নটি বৈধ নয়৷ অনুগ্রহ করে পুনরাবৃত্তির প্রকারের সাথে নির্দিষ্ট করা পুনরাবৃত্তির বৈশিষ্ট্যগুলি সারিবন্ধন করা কিনা তা পরীক্ষা করুন৷";
_u.ExtensibilityStrings.l_SaveError_Text = "সার্ভারে আইটেমটি সংরক্ষণ করতে চেষ্টা করার সময় সংযোগ ত্রুটি ঘটেছে৷";
_u.ExtensibilityStrings.l_SessionDataObjectMaxLengthExceeded_Text = "'সেশনডাটা' অবজেক্ট তার সর্বাধিক দৈর্ঘ্য '{0}' অক্ষর অতিক্রম করেছে।";
_u.ExtensibilityStrings.l_TokenAccessDeniedWithoutItemContext_Text = "একটি REST টোকেন শুধুমাত্র ReadWriteMailbox অনুমতির সাথে উপলভ্য থাকে, যখন কোনও আইটেম প্রসঙ্গ থাকে না।";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,204 @@
Type.registerNamespace("Strings");
Strings.OfficeOM = function()
{
};
Strings.OfficeOM.registerClass("Strings.OfficeOM");
Strings.OfficeOM.L_APICallFailed = "Ha fallat la trucada de l'API";
Strings.OfficeOM.L_APINotSupported = "API no admesa";
Strings.OfficeOM.L_ActivityLimitReached = "S'ha assolit el límit d'activitat.";
Strings.OfficeOM.L_AddBindingFromPromptDefaultText = "Feu una selecció.";
Strings.OfficeOM.L_AddinIsAlreadyRequestingToken = "El complement ja està demanant un testimoni d'accés.";
Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage = "L'operació ha fallat perquè aquest complement ja està demanant un testimoni d'accés.";
Strings.OfficeOM.L_ApiNotFoundDetails = "El mètode o propietat {0} forma part del conjunt de requisits {1}, que no està disponible a la vostra versió de l'aplicació {2}.";
Strings.OfficeOM.L_AppNameNotExist = "El nom del complement relatiu a {0} no existeix.";
Strings.OfficeOM.L_AppNotExistInitializeNotCalled = "L'aplicació {0} no existeix. Microsoft.Office.WebExtension.initialize(reason) no s'ha cridat.";
Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty = "S'està provant d'establir la propietat de només lectura \"{0}\".";
Strings.OfficeOM.L_BadSelectorString = "La cadena passada al selector no està ben formatada o no s'admet.";
Strings.OfficeOM.L_BindingCreationError = "Error de creació de vinculació";
Strings.OfficeOM.L_BindingNotExist = "La vinculació especificada no existeix.";
Strings.OfficeOM.L_BindingToMultipleSelection = "No s'admeten les seleccions no contigües.";
Strings.OfficeOM.L_BrowserAPINotSupported = "Aquest navegador no admet l'API sol·licitada.";
Strings.OfficeOM.L_CallbackNotAFunction = "La resposta ha de ser de la funció tipus i era del tipus {0}.";
Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod = 'Els canvis en la propietat "{0}" no es poden aplicar mitjançant un mètode "object.set".';
Strings.OfficeOM.L_CannotNavigateTo = "L'objecte es troba situat a un lloc on no s'admet la navegació.";
Strings.OfficeOM.L_CannotRegisterEvent = "El controlador d'incidències no es pot registrar.";
Strings.OfficeOM.L_CannotWriteToSelection = "No es pot escriure a la selecció actual.";
Strings.OfficeOM.L_CellDataAmountBeyondLimits = "Nota: se suggereix que el nombre de cel·les d'una taula sigui inferior a 20.000.";
Strings.OfficeOM.L_CellFormatAmountBeyondLimits = "Nota: se suggereix que hi hagi menys de 100 conjunts de formats definits per una crida a una API de format.";
Strings.OfficeOM.L_CloseFileBeforeRetrieve = "Truca closeAsync en el fitxer actual abans de recuperar un altre.";
Strings.OfficeOM.L_CoercionTypeNotMatchBinding = "El tipus de coerció especificat no és compatible amb aquest tipus de vinculació.";
Strings.OfficeOM.L_CoercionTypeNotSupported = "El tipus de coerció especificat no s'admet.";
Strings.OfficeOM.L_ColIndexOutOfRange = "El valor de l'índex de columnes està fora de l'interval permès. Feu servir un valor (0 o superior) inferior al nombre de columnes.";
Strings.OfficeOM.L_ConfirmCancelMessage = "Ho sentim, no podem continuar.";
Strings.OfficeOM.L_ConfirmDialog = "Confieu en el domini {0} on s'ha allotjat aquesta sessió de l'Office?";
Strings.OfficeOM.L_ConfirmDialogApiTrustsParent = "Esteu a punt d'enviar i rebre informació potencialment confidencial de {0}. Feu clic a d'acord només si confieu en el lloc web següent que rep la informació confidencial: {1}.";
Strings.OfficeOM.L_ConfirmRefreshMessage = "Per continuar, suprimiu el complement i torneu-lo a afegir o actualitzeu la pàgina.";
Strings.OfficeOM.L_ConnectionFailureWithDetails = "Hi ha hagut un error en processar la sol·licitud. Codi d'estat: {0}; codi d'error: {1}; missatge d'error: {2}.";
Strings.OfficeOM.L_ConnectionFailureWithStatus = "La sol·licitud no s'ha pogut completar. Codi d'estat: {0}.";
Strings.OfficeOM.L_ContinueButton = "Continua";
Strings.OfficeOM.L_CustomFunctionDefinitionMissing = "Cal que una propietat amb aquest nom que representi la definició de la funció existeixi a Excel.Script.CustomFunctions.";
Strings.OfficeOM.L_CustomFunctionImplementationMissing = 'Cal que la propietat d\'Excel.Script.CustomFunctions amb aquest nom que representi la definició de la funció contingui una propietat "crida" que implementi la funció.';
Strings.OfficeOM.L_CustomFunctionNameCannotSplit = "El nom de la funció ha de contenir un espai de nom i un nom curt no buits.";
Strings.OfficeOM.L_CustomFunctionNameContainsBadChars = "El nom de la funció només pot contenir lletres, dígits, guions baixos i punts.";
Strings.OfficeOM.L_CustomXmlError = "Error d'XML personalitzat.";
Strings.OfficeOM.L_CustomXmlExceedQuotaMessage = "L'XPath limita la selecció a 1024 elements.";
Strings.OfficeOM.L_CustomXmlExceedQuotaName = "S'ha assolit el límit de selecció.";
Strings.OfficeOM.L_CustomXmlNodeNotFound = "No s'ha trobat el node especificat.";
Strings.OfficeOM.L_CustomXmlOutOfDateMessage = "Les dades no estan actualitzades. Torneu a recuperar l'objecte.";
Strings.OfficeOM.L_CustomXmlOutOfDateName = "Les dades no són actuals";
Strings.OfficeOM.L_DataNotMatchBindingSize = "L'objecte de dades subministrat no coincideix amb la mida de la selecció actual.";
Strings.OfficeOM.L_DataNotMatchBindingType = "L'objecte de dades especificat no és compatible amb el tipus de vinculació.";
Strings.OfficeOM.L_DataNotMatchCoercionType = "El tipus de l'objecte de dades especificat no és compatible amb la selecció actual.";
Strings.OfficeOM.L_DataNotMatchSelection = "L'objecte de dades subministrat no és compatible amb la forma o les dimensions de la selecció actual.";
Strings.OfficeOM.L_DataReadError = "Error de lectura de dades";
Strings.OfficeOM.L_DataStale = "Les dades no són actuals";
Strings.OfficeOM.L_DataWriteError = "Error d'escriptura de dades";
Strings.OfficeOM.L_DataWriteReminder = "Recordatori d'escriptura de dades";
Strings.OfficeOM.L_DialogAddressNotTrusted = "El domini de l'URL no està inclòs en l'element disponibles en el manifest i no és el subdomini d'ubicació d'origen.";
Strings.OfficeOM.L_DialogAlreadyOpened = "Ha fallat l'operació perquè aquest complement ja té un diàleg actiu.";
Strings.OfficeOM.L_DialogInvalidScheme = "L'esquema de l'adreça URL no és compatible. Utilitzeu el protocol HTTPS.";
Strings.OfficeOM.L_DialogNavigateError = "Error de navegació per diàleg";
Strings.OfficeOM.L_DialogOK = "D'acord";
Strings.OfficeOM.L_DialogRequireHTTPS = "El protocol HTTP no és compatible. Utilitzeu el protocol HTTPS.";
Strings.OfficeOM.L_DisplayDialogError = "Error de visualització del diàleg";
Strings.OfficeOM.L_DocumentReadOnly = "L'operació sol·licitada no és permesa en el mode de document actual.";
Strings.OfficeOM.L_ElementMissing = "No hem pogut formatar la cel·la de la taula perquè falten alguns valors dels paràmetres. Comproveu-los i torneu-ho a provar.";
Strings.OfficeOM.L_EventHandlerAdditionFailed = "No s'ha pogut afegir el controlador d'incidències.";
Strings.OfficeOM.L_EventHandlerNotExist = "No s'ha trobat el controlador d'incidències per a aquesta vinculació.";
Strings.OfficeOM.L_EventHandlerRemovalFailed = "No s'ha pogut eliminar el controlador d'incidències.";
Strings.OfficeOM.L_EventRegistrationError = "Error de registre d'incidència";
Strings.OfficeOM.L_FileTypeNotSupported = "El tipus de fitxer especificat no s'admet.";
Strings.OfficeOM.L_FormatValueOutOfRange = "El valor està fora de l'interval permès.";
Strings.OfficeOM.L_FormattingReminder = "Recordatori de format";
Strings.OfficeOM.L_FunctionCallFailed = "Error de crida de la funció {0}, codi d'error: {1}.";
Strings.OfficeOM.L_GetDataIsTooLarge = "El conjunt de dades sol·licitat és massa gran.";
Strings.OfficeOM.L_GetDataParametersConflict = "Els paràmetres especificats estan en conflicte.";
Strings.OfficeOM.L_GetSelectionNotSupported = "La selecció actual no s'admet.";
Strings.OfficeOM.L_HostError = "Error d'amfitrió";
Strings.OfficeOM.L_ImplicitGetAuthContextMissing = "No hi és la funció per aconseguir el context d'autenticació";
Strings.OfficeOM.L_ImplicitNotLoaded = "El mòdul no es carrega abans d'adquirir un testimoni";
Strings.OfficeOM.L_InValidOptionalArgument = "argument opcional no vàlid";
Strings.OfficeOM.L_IndexOutOfRange = "Índex fora de l'Interval.";
Strings.OfficeOM.L_InitializeNotReady = "Office.js encara no s'ha carregat completament. Torneu-ho a provar més tard o assegureu-vos d'afegir el vostre codi d'inicialització a la funció Office.initialize.";
Strings.OfficeOM.L_InternalError = "Error intern";
Strings.OfficeOM.L_InternalErrorDescription = "S'ha produït un error intern.";
Strings.OfficeOM.L_InvalidAPICall = "Crida d'API no vàlida";
Strings.OfficeOM.L_InvalidApiArgumentsMessage = "Els arguments d'entrada no són vàlids.";
Strings.OfficeOM.L_InvalidApiCallInContext = "Crida d'API no vàlida en el context actual.";
Strings.OfficeOM.L_InvalidArgument = "L'argument \"{0}\" no s'admet en aquesta situació, falta o bé té un format incorrecte.";
Strings.OfficeOM.L_InvalidArgumentGeneric = "Els arguments que s'han passat a la funció no funcionen per a aquesta situació, no hi són o no tenen el format correcte.";
Strings.OfficeOM.L_InvalidBinding = "Vinculació no vàlida";
Strings.OfficeOM.L_InvalidBindingError = "Error de vinculació no vàlida";
Strings.OfficeOM.L_InvalidBindingOperation = "Operació de vinculació no vàlida";
Strings.OfficeOM.L_InvalidCellsValue = "Hi ha un o més paràmetres de cel·les amb valors no permesos. Comproveu-los i torneu-ho a provar.";
Strings.OfficeOM.L_InvalidCoercion = "Tipus de coerció no vàlid";
Strings.OfficeOM.L_InvalidColumnsForBinding = "Les columnes especificades no són vàlides.";
Strings.OfficeOM.L_InvalidDataFormat = "El format de l'objecte de dades especificat no és vàlid.";
Strings.OfficeOM.L_InvalidDataObject = "Objecte de dades no vàlid";
Strings.OfficeOM.L_InvalidFormat = "Error de format no vàlid"
Strings.OfficeOM.L_InvalidFormatValue = "Hi ha un o més paràmetres de format que tenen valors no permesos. Comproveu-los i torneu-ho a provar.";
Strings.OfficeOM.L_InvalidGetColumns = "Les columnes especificades no són vàlides.";
Strings.OfficeOM.L_InvalidGetRowColumnCounts = "Els valors rowCount o columnCount especificats no són vàlids.";
Strings.OfficeOM.L_InvalidGetRows = "Les files especificades no són vàlides.";
Strings.OfficeOM.L_InvalidGetStartRowColumn = "Els valors startRow o startColumn especificats no són vàlids.";
Strings.OfficeOM.L_InvalidGrant = "Falta una autorització prèvia.";
Strings.OfficeOM.L_InvalidGrantMessage = "Falta una concessió per a aquest complement.";
Strings.OfficeOM.L_InvalidNamedItemForBindingType = "El tipus de vinculació especificat no és compatible amb l'element amb nom subministrat.";
Strings.OfficeOM.L_InvalidNode = "Node no vàlid";
Strings.OfficeOM.L_InvalidObjectPath = 'La ruta de l\'objecte "{0}" no s\'admet per a l\'acció que esteu provat de realitzar. Si esteu utilitzant l\'objecte en diverses crides de "context.sync" i fora de l\'execució seqüencial d\'un lot de ".run", utilitzeu els mètodes "context.trackedObjects.add()" i "context.trackedObjects.remove()" per administrar el cicle de vida de l\'objecte.';
Strings.OfficeOM.L_InvalidOperationInCellEditMode = "L'Excel té activat el mode d'edició de cel·les. Sortiu del mode d'edició prement la tecla Retorn o el Tabulador, o bé seleccionant una altra cel·la i, a continuació, torneu-ho a provar.";
Strings.OfficeOM.L_InvalidOrTimedOutSession = "La sessió no és vàlida o s'ha esgotat el temps d'espera";
Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage = "La vostra sessió de l'Office ha caducat o bé no és vàlida. Actualitzeu la pàgina per continuar.";
Strings.OfficeOM.L_InvalidParameters = "La funció {0} té paràmetres no vàlids.";
Strings.OfficeOM.L_InvalidReadForBlankRow = "La fila especificada és buida.";
Strings.OfficeOM.L_InvalidRequestContext = "No es pot utilitzar l'objecte en contextos de sol·licitud diferents.";
Strings.OfficeOM.L_InvalidResourceUrl = "Heu proporcionat una adreça URL de recurs d'aplicació que no és vàlida.";
Strings.OfficeOM.L_InvalidResourceUrlMessage = "Al manifest heu especificat una adreça URL de recurs que no és vàlida.";
Strings.OfficeOM.L_InvalidSSOAddinMessage = "L'API d'identitat no és compatible amb aquest complement.";
Strings.OfficeOM.L_InvalidSelectionForBindingType = "Amb la selecció actual i el tipus de vinculació especificat no es pot crear una vinculació.";
Strings.OfficeOM.L_InvalidSetColumns = "Les columnes especificades no són vàlides.";
Strings.OfficeOM.L_InvalidSetRows = "Les files especificades no són vàlides.";
Strings.OfficeOM.L_InvalidSetStartRowColumn = "Els valors startRow o startColumn especificats no són vàlids.";
Strings.OfficeOM.L_InvalidTableOptionValue = "Hi ha un o més paràmetres de la taula Opcions que tenen valors no permesos. Comproveu-los i torneu-ho a provar.";
Strings.OfficeOM.L_InvalidValue = "Valor no vàlid";
Strings.OfficeOM.L_MemoryLimit = "S'ha superat el límit de memòria";
Strings.OfficeOM.L_MissingParameter = "Falta un paràmetre";
Strings.OfficeOM.L_MissingRequiredArguments = "falten alguns arguments obligatoris";
Strings.OfficeOM.L_MultipleNamedItemFound = "S'han trobat múltiples objectes amb el mateix nom.";
Strings.OfficeOM.L_NamedItemNotFound = "L'element amb nom no existeix.";
Strings.OfficeOM.L_NavOutOfBound = "L'operació ha fallat perquè l'índex està fora de l'interval.";
Strings.OfficeOM.L_NetworkProblem = "Problema de xarxa";
Strings.OfficeOM.L_NetworkProblemRetrieveFile = "Un problema de xarxa ha impedit la recuperació del fitxer.";
Strings.OfficeOM.L_NewWindowCrossZone = 'La configuració de seguretat del vostre navegador no ens permet crear un quadre de diàleg. Proveu-ho amb un altre navegador o bé {0}, de manera que "{1}" i el domini que es mostra a la vostra barra d\'adreces siguin a la mateixa zona de seguretat.';
Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink = "configureu el vostre navegador";
Strings.OfficeOM.L_NewWindowCrossZoneErrorString = "Les restriccions del navegador han evitat que es creï el quadre de diàleg. El domini del quadre de diàleg i el de l'amfitrió del complement no són a la mateixa zona de seguretat.";
Strings.OfficeOM.L_NoCapability = "No teniu els permisos suficients per a aquesta acció.";
Strings.OfficeOM.L_NoHttpsWAC = "Aquesta sessió de l'Office no està fent servir una connexió segura. Us recomanem que preneu precaucions addicionals.";
Strings.OfficeOM.L_NonUniformPartialGetNotSupported = "Els paràmetres de coordenades no es poden fer servir amb el tipus de coerció Taula quan aquesta conté cel·les combinades.";
Strings.OfficeOM.L_NonUniformPartialSetNotSupported = "Els paràmetres de coordenades no es poden fer servir amb el tipus de coerció Taula quan aquesta conté cel·les combinades.";
Strings.OfficeOM.L_NotImplemented = "La funció {0} no està implementada.";
Strings.OfficeOM.L_NotSupported = "No s'admet la funció {0}.";
Strings.OfficeOM.L_NotSupportedBindingType = "El tipus de vinculació {0} especificat no s'admet.";
Strings.OfficeOM.L_NotSupportedEventType = "El tipus d'incidència {0} especificat no s'admet.";
Strings.OfficeOM.L_NotTrustedWAC = "Aquest complement s'ha inhabilitat perquè us ajudi a protegir-vos. Per continuar utilitzant el complement, valideu si aquest element està allotjat en un domini de confiança o obriu-lo a l'aplicació d'escriptori de l'Office.";
Strings.OfficeOM.L_OperationCancelledError = "Operació cancel·lada";
Strings.OfficeOM.L_OperationCancelledErrorMessage = "L'usuari ha cancel·lat l'operació.";
Strings.OfficeOM.L_OperationNotSupported = "Aquesta operació no és permesa.";
Strings.OfficeOM.L_OperationNotSupportedOnMatrixData = "El contingut seleccionat ha d'estar en format de taula. Canvieu el format de les dades a taula i torneu-ho a provar.";
Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType = "Aquest tipus de vinculació no admet aquesta operació.";
Strings.OfficeOM.L_OsfControlTypeNotSupported = "No s'admet el tipus OsfControl.";
Strings.OfficeOM.L_OutOfRange = "Fora de l'interval";
Strings.OfficeOM.L_OverwriteWorksheetData = "L'operació designada ha fallat perquè l'objecte de dades subministrat sobreescriurà o canviarà dades.";
Strings.OfficeOM.L_PermissionDenied = "Permís denegat";
Strings.OfficeOM.L_PropertyDoesNotExist = 'La propietat "{0}" no existeix a l\'objecte.';
Strings.OfficeOM.L_PropertyNotLoaded = 'La propietat "{0}" no està disponible. Abans de llegir el valor de la propietat, crideu el mètode de càrrega de l\'objecte contenidor i crideu "context.sync()" al context de sol·licitud associat.';
Strings.OfficeOM.L_ReadSettingsError = "Error de configuració de lectura";
Strings.OfficeOM.L_RedundantCallbackSpecification = "La trucada no es pot especificar alhora a la llista d'arguments i a l'objecte opcional.";
Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage = 'La mida de la càrrega de la sol·licitud ha superat el límit. Consulteu la documentació: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';
Strings.OfficeOM.L_RequestTimeout = "S'ha trigat massa temps a executar la trucada.";
Strings.OfficeOM.L_RequestTokenUnavailable = "S'ha limitat aquesta API per alentir la freqüència de les trucades.";
Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage = 'La mida de la càrrega de la resposta ha superat el límit. Consulteu la documentació: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".';
Strings.OfficeOM.L_RowIndexOutOfRange = "El valor de l'índex de files està fora de l'interval permès. Feu servir un valor (0 o superior) que sigui inferior al nombre de files.";
Strings.OfficeOM.L_RunMustReturnPromise = 'La funció per lots passada al mètode ".run" no ha retornat cap promesa. Normalment, la funció ha de retornar una promesa, de manera que qualsevol objecte rastrejat automàticament es pot alliberar quan es completa el lot. Es pot retornar una promesa retornant la resposta de "context.sync()".';
Strings.OfficeOM.L_SSOClientError = "S'ha produït un error a la sol·licitud d'autenticació de l'Office.";
Strings.OfficeOM.L_SSOClientErrorMessage = "S'ha produït un error inesperat al client.";
Strings.OfficeOM.L_SSOConnectionLostError = "S'ha perdut una connexió durant el procés d'inici de la sessió.";
Strings.OfficeOM.L_SSOConnectionLostErrorMessage = "S'ha perdut una connexió durant el procés d'inici de la sessió i és possible que l'usuari no la pugui iniciar. Això probablement ha estat a causa dels valors de configuració del navegador de l'usuari, com ara les zones de seguretat.";
Strings.OfficeOM.L_SSOServerError = "S'ha produït un error al proveïdor d'autenticació.";
Strings.OfficeOM.L_SSOServerErrorMessage = "S'ha produït un error inesperat al servidor.";
Strings.OfficeOM.L_SSOUnsupportedPlatform = "L'API no s'admet en aquesta plataforma.";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory = "Aquest complement no admet el consentiment de l'usuari.";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage = "L'operació ha fallat perquè aquest complement no admet el consentiment de l'usuari en aquesta categoria.";
Strings.OfficeOM.L_SaveSettingsError = "Error de configuració de desar";
Strings.OfficeOM.L_SelectionCannotBound = "No es pot enllaçar amb la selecció actual.";
Strings.OfficeOM.L_SelectionNotSupportCoercionType = "La selecció actual no és compatible amb el tipus de coerció especificat.";
Strings.OfficeOM.L_SetDataIsTooLarge = "L'objecte de dades especificat és massa gran.";
Strings.OfficeOM.L_SetDataParametersConflict = "Els paràmetres especificats estan en conflicte.";
Strings.OfficeOM.L_SettingNameNotExist = "El nom del paràmetre especificat no existeix.";
Strings.OfficeOM.L_SettingsAreStale = "No s'ha pogut desar la configuració perquè no és actual.";
Strings.OfficeOM.L_SettingsCannotSave = "No s'ha pogut desar la configuració.";
Strings.OfficeOM.L_SettingsStaleError = "Error de configuració obsoleta";
Strings.OfficeOM.L_ShowWindowDialogNotification = "{0} vol mostrar una finestra nova.";
Strings.OfficeOM.L_ShowWindowDialogNotificationAllow = "Permet";
Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore = "Ignora";
Strings.OfficeOM.L_ShuttingDown = "L'operació ha fallat perquè actualment les dades no estan al servidor.";
Strings.OfficeOM.L_SliceSizeNotSupported = "No s'admet la mida del sector especificat.";
Strings.OfficeOM.L_SpecifiedIdNotExist = "L'identificador especificat no existeix.";
Strings.OfficeOM.L_Timeout = "S'ha esgotat el temps d'espera de l'operació.";
Strings.OfficeOM.L_TooManyArguments = "massa arguments";
Strings.OfficeOM.L_TooManyIncompleteRequests = "Espereu fins que es completi la trucada anterior.";
Strings.OfficeOM.L_TooManyOptionalFunction = "múltiples funcions opcionals a la llista de paràmetres";
Strings.OfficeOM.L_TooManyOptionalObjects = "múltiples objectes opcionals a la llista de paràmetres";
Strings.OfficeOM.L_UnknownBindingType = "Aquest tipus de vinculació no s'admet.";
Strings.OfficeOM.L_UnsupportedDataObject = "El tipus d'objecte de dades subministrat no s'admet.";
Strings.OfficeOM.L_UnsupportedEnumeration = "Enumeració no admesa";
Strings.OfficeOM.L_UnsupportedEnumerationMessage = "L'aplicació amfitriona actual no admet l'enumeració.";
Strings.OfficeOM.L_UnsupportedUserIdentity = "El tipus d'identitat d'usuari no s'admet.";
Strings.OfficeOM.L_UnsupportedUserIdentityMessage = "El tipus d'identitat de l'usuari no s'admet.";
Strings.OfficeOM.L_UserAborted = "L'usuari ha cancel·lat la sol·licitud de consentiment.";
Strings.OfficeOM.L_UserAbortedMessage = "L'usuari no ha acceptat els permisos del complement.";
Strings.OfficeOM.L_UserClickIgnore = "L'usuari ha decidit ignorar el quadre de diàleg.";
Strings.OfficeOM.L_UserNotSignedIn = "No hi ha cap usuari amb la sessió iniciada a l'Office.";
Strings.OfficeOM.L_ValueNotLoaded = "El valor de l'objecte resultant encara no s'ha calculat. Abans de llegir la propietat del valor, feu una crida a \"context.sync()\" al context de sol·licitud associat.";
Strings.OfficeOM.L_WorkbookHiddenMessage = "La sol·licitud de l'API de JavaScript ha fallat perquè el llibre de treball estava amagat. Mostreu-lo i torneu-ho a provar.";
Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen = "No s'admet l'operació d'escriptura per a l'Office quan hi ha un quadre de diàleg modal obert.";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,80 @@
Type.registerNamespace("_u");
_u.ExtensibilityStrings = function()
{
};
_u.ExtensibilityStrings.registerClass("_u.ExtensibilityStrings");
_u.ExtensibilityStrings.l_APICallFailedDueToItemChange_Text = "S'ha canviat l'element seleccionat.";
_u.ExtensibilityStrings.l_API_Not_Supported_By_ExtensionPoint_Error_Text = "L'API no s'admet per al punt d'extensió.";
_u.ExtensibilityStrings.l_API_Not_Supported_For_Shared_Folders_Error = "L'API no s'admet per a carpetes compartides.";
_u.ExtensibilityStrings.l_ActionsDefinitionMultipleActionsError_Text = "En aquest moment només s'admeten les accions úniques.";
_u.ExtensibilityStrings.l_ActionsDefinitionWrongNotificationMessageError_Text = "No es poden definir accions per a aquest tipus de missatge de notificació.";
_u.ExtensibilityStrings.l_AttachmentDeleteGeneralFailure_Text = "No es pot suprimir el fitxer adjunt de l'element.";
_u.ExtensibilityStrings.l_AttachmentDeletedBeforeUploadCompletes_Text = "Lusuari ha suprimit el fitxer adjunt abans que acabés la càrrega.";
_u.ExtensibilityStrings.l_AttachmentErrorName_Text = "Error de fitxer adjunt";
_u.ExtensibilityStrings.l_AttachmentExceededSize_Text = "No es pot afegir el fitxer adjunt perquè és massa gran.";
_u.ExtensibilityStrings.l_AttachmentItemIdTooLong_Text = "Hi ha com a mínim un identificador de fitxer adjunt que és massa llarg.";
_u.ExtensibilityStrings.l_AttachmentNameTooLong_Text = "Hi ha com a mínim un nom de fitxer adjunt que és massa llarg.";
_u.ExtensibilityStrings.l_AttachmentNotSupported_Text = "Aquest tipus de fitxer adjunt no s'admet.";
_u.ExtensibilityStrings.l_AttachmentUploadGeneralFailure_Text = "No es pot afegir el fitxer adjunt a l'element.";
_u.ExtensibilityStrings.l_AttachmentUrlTooLong_Text = "Hi ha com a mínim una adreça URL de fitxer adjunt que és massa llarga.";
_u.ExtensibilityStrings.l_Attachment_Download_Failed_Generic_Error = "No s'ha pogut baixar el fitxer adjunt.";
_u.ExtensibilityStrings.l_Attachment_Resource_Not_Found = "No s'ha trobat el fitxer adjunt.";
_u.ExtensibilityStrings.l_Attachment_Resource_UnAuthorizedAccess = "Accés no autoritzat al fitxer adjunt.";
_u.ExtensibilityStrings.l_CallSaveAsyncBeforeToken_Text = "No es podrà recuperar el testimoni fins que es desi l'element.";
_u.ExtensibilityStrings.l_CannotAddAttachmentBeforeUpgrade_Text = "Els fitxers adjunts no es poden afegir mentre sestà recuperant la resposta completa o el reenviament del servidor.";
_u.ExtensibilityStrings.l_CannotPersistPropertyInUnsavedDraftError_Text = "Les notificacions no es poden emmagatzemar en esborranys no desats. Deseu l'element abans de trucar a aquesta API.";
_u.ExtensibilityStrings.l_CursorPositionChanged_Text = "Lusuari ha canviat la posició del cursor mentre sestaven inserint les dades.";
_u.ExtensibilityStrings.l_DataWriteErrorName_Text = "Error d'escriptura de dades";
_u.ExtensibilityStrings.l_DeleteAttachmentDoesNotExist_Text = "No es pot suprimir el fitxer adjunt perquè no es pot trobar el fitxer adjunt amb l’índex del fitxer adjunt.";
_u.ExtensibilityStrings.l_DisplayNameTooLong_Text = "Un o més dels noms de visualització indicats és massa llarg.";
_u.ExtensibilityStrings.l_DisplayReplyFormHtmlBodyRequired_Text = 'El valor "htmlBody" és obligatori.';
_u.ExtensibilityStrings.l_DuplicateNotificationKey_Text = "Ja hi ha una notificació amb la clau que heu proporcionat.";
_u.ExtensibilityStrings.l_Duplicate_Category_Error_Text = "Una de les categories que ja està a la llista Categoria Màster.";
_u.ExtensibilityStrings.l_ElevatedPermissionNeededForMethod_Text = "Cal un permís elevat per cridar el mètode: '{0}'.";
_u.ExtensibilityStrings.l_ElevatedPermissionNeeded_Text = "Per accedir als membres protegits de l'API Javascript per a Office cal un permís elevat.";
_u.ExtensibilityStrings.l_EmailAddressTooLong_Text = "Una o més de les adreces electròniques indicades és massa llarga.";
_u.ExtensibilityStrings.l_EwsRequestOversized_Text = "La sol·licitud supera la mida límit d'1 MB. Modifiqueu la sol·licitud de l'EWS.";
_u.ExtensibilityStrings.l_ExceededMaxNumberOfAttachments_Text = "No shan pogut afegir els fitxers adjunts perquè el missatge ja conté el nombre màxim de fitxers adjunts";
_u.ExtensibilityStrings.l_HtmlSanitizationFailure_Text = "El sanejament d'HTML ha fallat.";
_u.ExtensibilityStrings.l_Insufficient_Item_Permissions_Text = "L'usuari no té els permisos necessaris per realitzar aquesta operació.";
_u.ExtensibilityStrings.l_InternalFormatError_Text = "S'ha produït un error de format intern.";
_u.ExtensibilityStrings.l_InternalProtocolError_Text = "Error de protocol intern: '{0}'.";
_u.ExtensibilityStrings.l_Internal_Server_Error_Text = "El servidor Exchange ha retornat un error. Consulteu l'objecte del diagnòstic per obtenir més informació.";
_u.ExtensibilityStrings.l_Internet_Not_Connected_Error_Text = "L'usuari ja no està connectat a la xarxa. Comproveu la connexió de xarxa i torneu-ho a provar.";
_u.ExtensibilityStrings.l_InvalidActionType_Text = 'El valor del paràmetre "actionType" no és vàlid. El valor acceptat és "showTaskPane".';
_u.ExtensibilityStrings.l_InvalidAttachmentId_Text = "L'identificador del fitxer adjunt no era vàlid.";
_u.ExtensibilityStrings.l_InvalidAttachmentPath_Text = "El camí del fitxer adjunt no era vàlid.";
_u.ExtensibilityStrings.l_InvalidCommandIdError_Text = 'El valor del paràmetre "commandId" no és vàlid.';
_u.ExtensibilityStrings.l_InvalidDate_Text = "L'entrada no es resol en una data vàlida.";
_u.ExtensibilityStrings.l_InvalidEndTime_Text = "L'hora de finalització no pot ser anterior a l'hora d'inici.";
_u.ExtensibilityStrings.l_InvalidEventDates_Text = "La data de finalització és anterior a la data d'inici."
_u.ExtensibilityStrings.l_InvalidParameterValueError_Text = 'El valor del paràmetre "{0}" no és vàlid.';
_u.ExtensibilityStrings.l_InvalidSelection_Text = "La selecció no és vàlida.";
_u.ExtensibilityStrings.l_InvalidTime_Text = "L'entrada no es resol en una hora vàlida.";
_u.ExtensibilityStrings.l_Invalid_Category_Error_Text = "S'han proporcionat categories no vàlides.";
_u.ExtensibilityStrings.l_ItemNotFound_Text = "L'element no existeix o no s'ha creat.";
_u.ExtensibilityStrings.l_Item_Not_Saved_Error_Text = "L'id no es poden recuperar fins que es desa l'element.";
_u.ExtensibilityStrings.l_KeyNotFound_Text = "No s'ha trobat la clau especificada.";
_u.ExtensibilityStrings.l_MessageInDifferentStoreError_Text = "L'identificador de l'EWS ID no es pot recuperar perquè el missatge està desat en un altre emmagatzematge.";
_u.ExtensibilityStrings.l_Missing_Extended_Permissions_For_API = "Falta un permís ampliat per a la crida d'API.";
_u.ExtensibilityStrings.l_NoValidRecipientsProvided_Text = "No s'han subministrat destinataris vàlids.";
_u.ExtensibilityStrings.l_NotificationKeyNotFound_Text = "No hi ha cap notificació amb la clau que heu proporcionat.";
_u.ExtensibilityStrings.l_NullOrEmptyParameterError_Text = 'El paràmetre "{0}" és obligatori i no pot ser nul ni estar buit.';
_u.ExtensibilityStrings.l_NumberOfNotificationsExceeded_Text = "No s'ha pogut afegir la notificació perquè s'ha arribat al límit de notificacions.";
_u.ExtensibilityStrings.l_NumberOfRecipientsExceeded_Text = "El nombre total de destinataris al camp no pot superar els {0}.";
_u.ExtensibilityStrings.l_OffsetNotfound_Text = "No s'ha pogut trobar cap desplaçament per a aquesta marca d'hora.";
_u.ExtensibilityStrings.l_Olk_Http_Error_Text = "No s'ha pogut completar la sol·licitud. Consulteu l'objecte del diagnòstic del codi d'error HTTP.";
_u.ExtensibilityStrings.l_OnlineMeetingsUserDenied_Text = "Sha denegat lusuari.";
_u.ExtensibilityStrings.l_ParameterValueTooLongError_Text = 'El valor del paràmetre "{0}" és massa llarg. Pot contenir {1} caràcters com a màxim.';
_u.ExtensibilityStrings.l_ParametersNotAsExpected_Text = "Els paràmetres indicats no coincideixen amb el format esperat.";
_u.ExtensibilityStrings.l_PersistedNotificationArrayReadError_Text = "La trucada d'API que heu fet no s'ha processat perquè les notificacions desades no s'han pogut recuperar.";
_u.ExtensibilityStrings.l_PersistedNotificationArraySaveError_Text = "La trucada d'API que heu fet no s'ha processat perquè les notificacions no es poden desar.";
_u.ExtensibilityStrings.l_RecurrenceErrorMaxOccurrences_Text = "La sèrie periòdica supera el límit màxim de 999 repeticions.";
_u.ExtensibilityStrings.l_RecurrenceErrorZeroOccurrences_Text = "La sèrie periòdica no conté cap repetició en l'interval de dates especificat.";
_u.ExtensibilityStrings.l_RecurrenceInvalidTimeZone_Text = "El fus horari especificat no s'admet.";
_u.ExtensibilityStrings.l_RecurrenceUnsupportedAlternateCalendar_Text = "L'usuari que fa servir un calendari alternatiu que no s'admet ha establert el patró de freqüència.";
_u.ExtensibilityStrings.l_Recurrence_Error_Instance_SetAsync_Text = "No es pot establir un patró de periodicitat en una única ocurrència d'una sèrie.";
_u.ExtensibilityStrings.l_Recurrence_Error_Properties_Invalid_Text = "El patró de periodicitat no és vàlid. Comproveu que les propietats de periodicitat que heu especificat coincideixin amb el tipus de periodicitat.";
_u.ExtensibilityStrings.l_SaveError_Text = "S'ha produït un error de connexió en provar de desar l'element al servidor.";
_u.ExtensibilityStrings.l_SessionDataObjectMaxLengthExceeded_Text = "L'objecte 'sessionData' ha superat la seva llargària màxima de '{0}' caràcters.";
_u.ExtensibilityStrings.l_TokenAccessDeniedWithoutItemContext_Text = "Un testimoni de descans només està disponible amb el permís ReadWriteMailbox quan no hi ha cap context d'element.";

Some files were not shown because too many files have changed in this diff Show More