Merge branch 'hotfix/v1.0.1' into feature/standalone

This commit is contained in:
Tatiana Lopaeva 2023-05-27 09:13:06 +03:00
commit ff122af0cc
17 changed files with 138 additions and 690 deletions

53
.github/workflows/oci-release.yml vendored Normal file
View File

@ -0,0 +1,53 @@
name: Upload OneСlickInstall scripts on S3
on:
push:
branches:
- master
paths:
- 'build/install/OneClickInstall/**'
workflow_dispatch:
env:
SCRIPT_DIR: 'build/install/OneClickInstall'
PRODUCT: $(echo "${{ github.event.repository.name }}" | tr '[:upper:]' '[:lower:]' )
jobs:
release:
name: Scripts release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Creating an enterprise script
run: |
cp ${{ env.SCRIPT_DIR }}/${{ env.PRODUCT }}-install.sh ${{ env.SCRIPT_DIR }}/${{ env.PRODUCT }}-enterprise-install.sh
sed -i 's/\(PARAMETERS -it\).*";/\1 ENTERPRISE";/' ${{ env.SCRIPT_DIR }}/${{ env.PRODUCT }}-enterprise-install.sh
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_OCI }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_OCI }}
aws-region: us-east-1
- name: Upload scripts
run: |
cd ${{ env.SCRIPT_DIR }}
aws s3 cp . ${{ secrets.AWS_BUCKET_URL_OCI }}/ \
--recursive \
--acl public-read \
--content-type application/x-sh \
--metadata-directive REPLACE \
--exclude '*' \
--include="${{ env.PRODUCT }}-install.sh" \
--include="${{ env.PRODUCT }}-enterprise-install.sh"
- name: Invalidate AWS CloudFront cache
run: |
aws cloudfront create-invalidation \
--distribution-id ${{ secrets.AWS_DISTRIBUTION_ID_OCI }} \
--paths \
"/${{ env.PRODUCT }}-install.sh" \
"/${{ env.PRODUCT }}-enterprise-install.sh"

View File

@ -336,35 +336,6 @@
"microsoftRedirectUrl" : "https://service.teamlab.info/oauth2.aspx"
}
}
},
{
"type": "ASC.Web.Core.Sms.SmscProvider, ASC.Web.Core",
"services": [
{
"type": "ASC.Core.Common.Configuration.Consumer, ASC.Core.Common"
},
{
"type": "ASC.Web.Core.Sms.SmscProvider, ASC.Web.Core"
},
{
"key": "smsc",
"type": "ASC.Core.Common.Configuration.Consumer, ASC.Core.Common"
},
{
"key": "smsc",
"type": "ASC.Web.Core.Sms.SmscProvider, ASC.Web.Core"
}
],
"instanceScope": "perlifetimescope",
"parameters": {
"name": "smsc",
"order": "11",
"props": {
"smsclogin": "",
"smscpsw": "",
"smscsender": ""
}
}
},
{
"type": "ASC.Web.Core.Sms.TwilioProvider, ASC.Web.Core",

View File

@ -82,6 +82,7 @@ export default function withBadges(WrappedComponent) {
isPrivacyFolder,
onFilesClick,
isAdmin,
isVisitor,
isDesktopClient,
sectionWidth,
viewAs,
@ -105,6 +106,7 @@ export default function withBadges(WrappedComponent) {
theme={theme}
item={item}
isAdmin={isAdmin}
isVisitor={isVisitor}
showNew={showNew}
newItems={newItems}
sectionWidth={sectionWidth}
@ -161,7 +163,7 @@ export default function withBadges(WrappedComponent) {
isArchiveFolderRoot,
theme,
isAdmin: auth.isAdmin,
isVisitor: auth.userStore.user.isVisitor,
isTrashFolder: isRecycleBinFolder,
isPrivacyFolder,
homepage: config.homepage,

View File

@ -76,6 +76,7 @@ const Badges = ({
onUnpinClick,
isMutedBadge,
isArchiveFolderRoot,
isVisitor,
}) => {
const {
id,
@ -150,7 +151,7 @@ const Badges = ({
return fileExst ? (
<div className="badges additional-badges">
{isEditing && (
{isEditing && !isVisitor && (
<ColorTheme
themeId={ThemeType.IconButton}
isEditing={isEditing}

View File

@ -181,13 +181,8 @@ class ConsumerModalDialog extends React.Component {
);
render() {
const {
selectedConsumer,
onModalClose,
dialogVisible,
isLoading,
t,
} = this.props;
const { selectedConsumer, onModalClose, dialogVisible, isLoading, t } =
this.props;
const {
state,
onChangeHandler,
@ -212,7 +207,9 @@ class ConsumerModalDialog extends React.Component {
<Box
displayProp="flex"
flexDirection="column"
marginProp="0 0 16px 0"
marginProp={
selectedConsumer.props.length == i + 1 ? "0" : "0 0 16px 0"
}
>
<Box marginProp="0 0 4px 0">
<Text isBold>{prop.title}:</Text>

View File

@ -49,7 +49,7 @@ public class AuthService
Consumer = consumer;
Title = ConsumerExtension.GetResourceString(consumer.Name) ?? consumer.Name;
Description = ConsumerExtension.GetResourceString(consumer.Name + "Description");
Instruction = ConsumerExtension.GetResourceString(consumer.Name + "InstructionV11");
Instruction = ConsumerExtension.GetResourceString(consumer.Name + "Instruction");
Props = new List<AuthKey>();
foreach (var item in consumer.ManagedKeys)

View File

@ -268,7 +268,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to If you add the Bitly service you will get shortened links to invite new users to the ONLYOFFICE™ portal and shortened links to documents in the Documents module that have been shared with external users..
/// Looks up a localized string similar to Enable this app to shorten the invitation and document links. {0}Insert your Bitly login and API key below:.
/// </summary>
public static string ConsumersBitlyInstruction {
get {
@ -276,15 +276,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to shorten the invitation and document links. {0}Insert your Bitly login and API key below:.
/// </summary>
public static string ConsumersBitlyInstructionV11 {
get {
return ResourceManager.GetString("ConsumersBitlyInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Box.
/// </summary>
@ -322,7 +313,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to If you add an application of the Box service you will be able to connect your Box account in the Documents module. This will allow to upload and create new files in Box, edit existing ones, copy and delete them, share files and folders with ONLYOFFICE™ portal users..
/// Looks up a localized string similar to Enable this app to connect your Box account to the Documents module. Youll be able to manage, edit, and share files from Box with ONLYOFFICE users. {0}Sign in to your account on the Box developers page and create a new app for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersBoxInstruction {
get {
@ -330,15 +321,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to connect your Box account to the Documents module. Youll be able to manage, edit, and share files from Box with ONLYOFFICE users. {0}Sign in to your account on the Box developers page and create a new app for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersBoxInstructionV11 {
get {
return ResourceManager.GetString("ConsumersBoxInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Clickatell.
/// </summary>
@ -367,7 +349,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to Adding the Clickatell service application you will be able to enable the two-factor authentication and receive an SMS with a code allowing the user to enter ONLYOFFICE portal..
/// Looks up a localized string similar to Use this app to enable two-factor authentication with Clickatell service. {0}Sign in to your SMS Platform account and create a new integration for ONLYOFFICE. Copy an apiKey and insert it below:.
/// </summary>
public static string ConsumersClickatellInstruction {
get {
@ -375,15 +357,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Use this app to enable two-factor authentication with Clickatell service. {0}Sign in to your SMS Platform account and create a new integration for ONLYOFFICE. Copy an apiKey and insert it below:.
/// </summary>
public static string ConsumersClickatellInstructionV11 {
get {
return ResourceManager.GetString("ConsumersClickatellInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DocuSign.
/// </summary>
@ -430,7 +403,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to If you add an application of the DocuSign service you will be able to sign files from the Documents module. This will allow to send a file for electronic signature to the ONLYOFFICE™ portal employees via the DocuSugn service. The signed file will be saved in the ONLYOFFICE™ Documents module..
/// Looks up a localized string similar to Enable this app to digitally sign documents using DocuSign. {0}Go to your DocuSign Admin Console and add ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersDocuSignInstruction {
get {
@ -438,15 +411,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to digitally sign documents using DocuSign. {0}Go to your DocuSign Admin Console and add ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersDocuSignInstructionV11 {
get {
return ResourceManager.GetString("ConsumersDocuSignInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DropBox.
/// </summary>
@ -466,7 +430,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to If you add an application of the Dropbox service you will be able to connect your Dropbox account in the Documents module. This will allow to upload and create new files in Dropbox, edit existing ones, copy and delete them, share files and folders with ONLYOFFICE™ portal users..
/// Looks up a localized string similar to Enable this app to connect your Dropbox account to the Documents module. Youll be able to manage, edit, and share files from Dropbox with ONLYOFFICE users. {0}Sign in to your account on the Dropbox Developers website and create a new app for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersDropBoxInstruction {
get {
@ -474,15 +438,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to connect your Dropbox account to the Documents module. Youll be able to manage, edit, and share files from Dropbox with ONLYOFFICE users. {0}Sign in to your account on the Dropbox Developers website and create a new app for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersDropBoxInstructionV11 {
get {
return ResourceManager.GetString("ConsumersDropBoxInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DropBox ID.
/// </summary>
@ -529,7 +484,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to When you add the EasyBib application, you can easily create bibliographic lists in your documents..
/// Looks up a localized string similar to Enable this app to create bibliographies in ONLYOFFICE editors. {0}Go to the EasyBib signup page and fill in the form to add ONLYOFFICE integration. After you get an app key, paste it below:.
/// </summary>
public static string ConsumersEasyBibInstruction {
get {
@ -583,7 +538,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to If you add an application of the Facebook service you will be able to connect your Facebook account on your profile page so that you can sign in to the ONLYOFFICE™ portal using it. You will also be able to find a Facebook account of a contact in the CRM module and link it on the &apos;Edit person/company&apos; page..
/// Looks up a localized string similar to Enable this app to allow your users to sign in to ONLYOFFICE using Facebook and link their customers Facebook accounts to the CRM module. {0}Go to Facebook Developers Portal and create a new app ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersFacebookInstruction {
get {
@ -591,15 +546,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to allow your users to sign in to ONLYOFFICE using Facebook and link their customers Facebook accounts to the CRM module. {0}Go to Facebook Developers Portal and create a new app ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersFacebookInstructionV11 {
get {
return ResourceManager.GetString("ConsumersFacebookInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Firebase.
/// </summary>
@ -655,7 +601,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to If you connect Firebase Cloud Messaging you will be able to receive notifications about the messages sent to you even when you are offline..
/// Looks up a localized string similar to Enable this app to allow your users to receive notifications about the messages even offline. {0}Go to Firebase console and add a new project for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersFirebaseInstruction {
get {
@ -727,7 +673,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to When you add Google Cloud Storage service to your portal, you can use it to create backups of your portal making sure no data will be ever lost. Use it also to store data and static content from your portal..
/// Looks up a localized string similar to Connect Google Cloud Storage service to backup and store data from your portal. {0}Go to Google Cloud Platform Console and create a new service account for ONLYOFFICE. Paste the data you received below:.
/// </summary>
public static string ConsumersGoogleCloudInstruction {
get {
@ -754,7 +700,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to If you add a project of the Google service you will be able to connect your Google account on your profile page so that you can sign in to the ONLYOFFICE™ portal using it as well as connect your Google Drive account in the Documents module. This will allow to upload and create new files in Google Drive, edit existing ones, copy and delete them, share files and folders with ONLYOFFICE™ portal users..
/// Looks up a localized string similar to Enable this app to connect your Google Drive account to the Documents module. Youll be able to manage, edit, and share files from Google Drive with ONLYOFFICE users. {0}Go to Google APIs console and create a new project for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersGoogleInstruction {
get {
@ -762,15 +708,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to connect your Google Drive account to the Documents module. Youll be able to manage, edit, and share files from Google Drive with ONLYOFFICE users. {0}Go to Google APIs console and create a new project for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersGoogleInstructionV11 {
get {
return ResourceManager.GetString("ConsumersGoogleInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to LinkedIn.
/// </summary>
@ -790,7 +727,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to If you add an application of the LinkedIn service you will be able to connect your LinkedIn account on your profile page so that you can sign in to the ONLYOFFICE™ portal using it..
/// Looks up a localized string similar to Enable this app to allow your users to sign in to ONLYOFFICE using their LinkedIn accounts. {0}Go to the LinkedIn Developers website and create a new app ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersLinkedInInstruction {
get {
@ -798,15 +735,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to allow your users to sign in to ONLYOFFICE using their LinkedIn accounts. {0}Go to the LinkedIn Developers website and create a new app ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersLinkedInInstructionV11 {
get {
return ResourceManager.GetString("ConsumersLinkedInInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Linkedin ID.
/// </summary>
@ -934,7 +862,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to When you add Rackspace Cloud Storage service to your portal, you can use it to create backups of your portal making sure no data will be ever lost. Use it also to store data and static content from your portal..
/// Looks up a localized string similar to Connect Rackspace Cloud Storage service to backup and store data from your portal. {0}In the security settings of Rackspace Cloud Control Panel, click the Show link next to Rackspace API Key. Paste the data you received below:.
/// </summary>
public static string ConsumersRackspaceInstruction {
get {
@ -1033,7 +961,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to When you add Amazon AWS S3 to your portal, you can use it to create backups of your portal making sure no data will be ever lost. Use it also to store data and static content from your portal..
/// Looks up a localized string similar to Connect Amazon AWS S3 to backup and store data from your portal. {0}Go to the AWS Management Console and create access keys for ONLYOFFICE. Paste the data you received below:.
/// </summary>
public static string ConsumersS3Instruction {
get {
@ -1105,7 +1033,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to When you add Selectel Cloud Storage service to your portal, you can use it to create backups of your portal making sure no data will be ever lost. Use it also to store data and static content from your portal..
/// Looks up a localized string similar to Connect Selectel Cloud Storage service to backup and store data from your portal. {0}Get the access data for a user with Read/Write rights for containers where you plan to store your backups and paste it below:.
/// </summary>
public static string ConsumersSelectelInstruction {
get {
@ -1186,7 +1114,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to If you add an application of the OneDrive service you will be able to connect your OneDrive account in the Documents module. This will allow to upload and create new files in OneDrive, edit existing ones, copy and delete them, share files and folders with ONLYOFFICE™ portal users..
/// Looks up a localized string similar to Enable this app to connect your OneDrive account to the Documents module. Youll be able to manage, edit, and share files from OneDrive with ONLYOFFICE users. {0}Sign in to your Microsoft Azure account and create a new app for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersSkyDriveInstruction {
get {
@ -1194,15 +1122,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to connect your OneDrive account to the Documents module. Youll be able to manage, edit, and share files from OneDrive with ONLYOFFICE users. {0}Sign in to your Microsoft Azure account and create a new app for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersSkyDriveInstructionV11 {
get {
return ResourceManager.GetString("ConsumersSkyDriveInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SMS Center.
/// </summary>
@ -1222,7 +1141,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to Adding the SMS Center service application you will be able to enable the two-factor authentication and receive an SMS with a code allowing the user to enter ONLYOFFICE portal. SMS Center application is useful as a provider for CIS countries..
/// Looks up a localized string similar to Use this app to enable two-factor authentication with SMS Center service. {0}Insert your smsc account login and your password (or password MD5 hash) in lower case:.
/// </summary>
public static string ConsumersSmscInstruction {
get {
@ -1230,15 +1149,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Use this app to enable two-factor authentication with SMS Center service. {0}Insert your smsc account login and your password (or password MD5 hash) in lower case:.
/// </summary>
public static string ConsumersSmscInstructionV11 {
get {
return ResourceManager.GetString("ConsumersSmscInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Login.
/// </summary>
@ -1296,9 +1206,9 @@ namespace ASC.Web.Core.PublicResources {
/// <summary>
/// Looks up a localized string similar to To receive portal notifications via Telegram, enable Telegram bot. You can create a new bot using BotFather in Telegram Desktop. To use this bot, portal users need to enable Telegram notifications on their Profile Page. {0}Paste bots username and the token you received in the fields below..
/// </summary>
public static string ConsumersTelegramInstructionV11 {
public static string ConsumersTelegramInstruction {
get {
return ResourceManager.GetString("ConsumersTelegramInstructionV11", resourceCulture);
return ResourceManager.GetString("ConsumersTelegramInstruction", resourceCulture);
}
}
@ -1339,7 +1249,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to After you add Twilio, you will be able to call any CRM contact right from the browser..
/// Looks up a localized string similar to Enable this app to allow your users to call their contacts from the CRM module using Twilio. {0}Go to Twilio Console and paste the following data below:.
/// </summary>
public static string ConsumersTwilioInstruction {
get {
@ -1347,15 +1257,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to allow your users to call their contacts from the CRM module using Twilio. {0}Go to Twilio Console and paste the following data below:.
/// </summary>
public static string ConsumersTwilioInstructionV11 {
get {
return ResourceManager.GetString("ConsumersTwilioInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Phone number from Twilio (required for SMS authorization).
/// </summary>
@ -1402,7 +1303,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to If you add an application of the Twitter service you will be able to connect your Twitter account on your profile page so that you can sign in to the ONLYOFFICE™ portal using it. You will also be able to find a Twitter account of a person in the CRM module and link it on the &apos;Edit person/company&apos; page and then view Twitter news feed..
/// Looks up a localized string similar to Enable this app to allow your users to sign in to ONLYOFFICE using their Twitter and link their customers Twitter accounts to the CRM module. {0}Go to Twitter Developers Portal and create a new app ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersTwitterInstruction {
get {
@ -1410,15 +1311,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to allow your users to sign in to ONLYOFFICE using their Twitter and link their customers Twitter accounts to the CRM module. {0}Go to Twitter Developers Portal and create a new app ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersTwitterInstructionV11 {
get {
return ResourceManager.GetString("ConsumersTwitterInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to API Key.
/// </summary>
@ -1510,7 +1402,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to Adding the WordPress application you can easily publish the documents on your WordPress website, saving their formatting..
/// Looks up a localized string similar to Enable the application to easily publish documents to your WordPress website. {0}On the Wordpress Developers page, create a new app for ONLYOFFICE integration. Paste the data you received below:.
/// </summary>
public static string ConsumersWordpressInstruction {
get {
@ -1573,7 +1465,7 @@ namespace ASC.Web.Core.PublicResources {
}
/// <summary>
/// Looks up a localized string similar to Adding the Yahoo service application you will be able to add ONLYOFFICE portal new users from the contact list..
/// Looks up a localized string similar to Enable this app to add new portal users from your Yahoo contact list. {0}Go to the Create Application page in the Yahoo Developer Network and create a new app for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersYahooInstruction {
get {
@ -1581,15 +1473,6 @@ namespace ASC.Web.Core.PublicResources {
}
}
/// <summary>
/// Looks up a localized string similar to Enable this app to add new portal users from your Yahoo contact list. {0}Go to the Create Application page in the Yahoo Developer Network and create a new app for ONLYOFFICE integration. Insert the data you received below:.
/// </summary>
public static string ConsumersYahooInstructionV11 {
get {
return ResourceManager.GetString("ConsumersYahooInstructionV11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Yandex.
/// </summary>

View File

@ -415,7 +415,7 @@
<data name="ConsumersBitlyDescription" xml:space="preserve">
<value>Bitly xidməti ilə Sənədlər modulunda portal dəvəti keçidlərini və paylaşılan keçidləri qısaltmaq üçün bu proqramı aktivləşdirin.</value>
</data>
<data name="ConsumersBitlyInstructionV11" xml:space="preserve">
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>Dəvət və sənəd bağlantılarını qısaltmaq üçün bu proqramı aktivləşdirin. {0}Bitly girişinizi və API açarınızı aşağıya daxil edin:</value>
</data>
<data name="ConsumersBox" xml:space="preserve">
@ -430,7 +430,7 @@
<data name="ConsumersBoxDescription" xml:space="preserve">
<value>Box fayl və qovluqlarını idarə etmək üçün tətbiqi aktivləşdirin.</value>
</data>
<data name="ConsumersBoxInstructionV11" xml:space="preserve">
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>Box hesabınızı Sənədlər moduluna qoşmaq üçün bu proqramı aktivləşdirin. Siz ONLYOFFICE istifadəçiləri ilə Box-dan faylları idarə edə, redaktə edə və paylaşa biləcəksiniz. {0}Box tərtibatçıları səhifəsində hesabınıza daxil olun və ONLYOFFICE inteqrasiyası üçün yeni proqram yaradın. Aldığınız məlumatları aşağıya daxil edin:</value>
</data>
<data name="ConsumersClickatell" xml:space="preserve">
@ -442,7 +442,7 @@
<data name="ConsumersClickatellDescription" xml:space="preserve">
<value>Clickatell vasitəsilə iki faktorlu autentifikasiya üçün tətbiqi aktivləşdirin.</value>
</data>
<data name="ConsumersClickatellInstructionV11" xml:space="preserve">
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>Clickatell xidməti ilə iki faktorlu autentifikasiyanı aktivləşdirmək üçün bu proqramdan istifadə edin. {0}SMS Platforma hesabınıza daxil olun və ONLYOFFICE üçün yeni inteqrasiya yaradın. ApiKey-ni kopyalayın və aşağıya daxil edin:</value>
</data>
<data name="ConsumersDocuSign" xml:space="preserve">
@ -457,7 +457,7 @@
<data name="ConsumersdocuSignHost" xml:space="preserve">
<value>DocuSign autentifikasiya son nöqtəsi</value>
</data>
<data name="ConsumersDocuSignInstructionV11" xml:space="preserve">
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>DocuSign istifadə edərək sənədləri rəqəmsal imzalamaq üçün bu proqramı aktivləşdirin. {0}DocuSign Admin Konsolunuza keçin və ONLYOFFICE inteqrasiyasını əlavə edin. Aldığınız məlumatları aşağıya daxil edin:</value>
</data>
<data name="ConsumersDropBoxDescription" xml:space="preserve">
@ -466,7 +466,7 @@
<data name="ConsumersDropBox" xml:space="preserve">
<value>DropBox</value>
</data>
<data name="ConsumersDropBoxInstructionV11" xml:space="preserve">
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>Dropbox hesabınızı Sənədlər moduluna qoşmaq üçün bu proqramı aktivləşdirin. Siz ONLYOFFICE istifadəçiləri ilə Dropbox-dan faylları idarə edə, redaktə edə və paylaşa biləcəksiniz. {0}Dropbox Developers vebsaytında hesabınıza daxil olun və ONLYOFFICE inteqrasiyası üçün yeni proqram yaradın. Aldığınız məlumatları aşağıya daxil edin:</value>
</data>
<data name="ConsumersDropBoxKey" xml:space="preserve">
@ -490,7 +490,7 @@
<data name="ConsumersFacebookDescription" xml:space="preserve">
<value>Facebook hesabından istifadə edərək portala daxil olmaq üçün tətbiqi aktivləşdirin.</value>
</data>
<data name="ConsumersFacebookInstructionV11" xml:space="preserve">
<data name="ConsumersFacebookInstruction" xml:space="preserve">
<value>İstifadəçilərinizə Facebook-dan istifadə edərək ONLYOFFICE-a daxil olmaq və müştərilərinin Facebook hesablarını CRM modulu ilə əlaqələndirmək üçün bu proqramı aktivləşdirin. {0}Facebook Developers Portalına keçin və ONLYOFFICE inteqrasiyası üçün yeni tətbiq yaradın. Aldığınız məlumatları aşağıya daxil edin:</value>
</data>
<data name="ConsumersFirebase" xml:space="preserve">
@ -523,7 +523,7 @@
<data name="ConsumersGoogleDescription" xml:space="preserve">
<value>Google hesabından istifadə edərək portala daxil olmaq və Google Disk fayl və qovluqlarını idarə etmək üçün layihəni qoşun.</value>
</data>
<data name="ConsumersGoogleInstructionV11" xml:space="preserve">
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>Google Disk hesabınızı Sənədlər moduluna qoşmaq üçün bu proqramı aktivləşdirin. Siz ONLYOFFICE istifadəçiləri ilə Google Diskdən faylları idarə edə, redaktə edə və paylaşa biləcəksiniz. {0}Google API konsoluna keçin və ONLYOFFICE inteqrasiyası üçün yeni layihə yaradın. Aldığınız məlumatları aşağıya daxil edin:</value>
</data>
<data name="ConsumersLinkedInDescription" xml:space="preserve">
@ -610,13 +610,13 @@
<data name="ConsumersSkyDriveDescription" xml:space="preserve">
<value>OneDrive fayl və qovluqlarını idarə etmək üçün tətbiqi aktivləşdirin.</value>
</data>
<data name="ConsumersSkyDriveInstructionV11" xml:space="preserve">
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>OneDrive hesabınızı Sənədlər moduluna qoşmaq üçün bu proqramı aktivləşdirin. Siz ONLYOFFICE istifadəçiləri ilə OneDrive-dan faylları idarə edə, redaktə edə və paylaşa biləcəksiniz. {0}Microsoft Azure hesabınıza daxil olun və ONLYOFFICE inteqrasiyası üçün yeni proqram yaradın. Aldığınız məlumatları aşağıya daxil edin:</value>
</data>
<data name="ConsumersSmscDescription" xml:space="preserve">
<value>SMS Mərkəzi vasitəsilə iki faktorlu autentifikasiya üçün tətbiqi aktivləşdirin.</value>
</data>
<data name="ConsumersSmscInstructionV11" xml:space="preserve">
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>SMS Mərkəzi xidməti ilə iki faktorlu autentifikasiyanı aktivləşdirmək üçün bu proqramdan istifadə edin. {0}SMS hesabınıza girişinizi və parolunuzu (və ya parol MD5 hash) kiçik hərflə daxil edin:</value>
</data>
<data name="Consumerssmscpsw" xml:space="preserve">
@ -631,13 +631,13 @@
<data name="ConsumersTelegramDescription" xml:space="preserve">
<value>Telegram vasitəsilə portal bildirişləri almaq üçün Telegram hesabını qoşun.</value>
</data>
<data name="ConsumersTelegramInstructionV11" xml:space="preserve">
<data name="ConsumersTelegramInstruction" xml:space="preserve">
<value>Telegram vasitəsilə portal bildirişləri almaq üçün Telegram botunu aktiv edin. Telegram Desktop-da BotFather istifadə edərək yeni bot yarada bilərsiniz. Bu botdan istifadə etmək üçün portal istifadəçiləri öz Profil Səhifələrində Telegram bildirişlərini aktivləşdirməlidirlər. {0}Aşağıdakı sahələrə botun istifadəçi adını və aldığınız nişanı yerləşdirin.</value>
</data>
<data name="ConsumersTwilioDescription" xml:space="preserve">
<value>Twilio ilə CRM kontaktlarına zəng etmək üçün bu proqramı aktivləşdirin.</value>
</data>
<data name="ConsumersTwilioInstructionV11" xml:space="preserve">
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>İstifadəçilərinizə Twilio-dan istifadə edərək CRM modulundan kontaktlarına zəng etmək imkanı vermək üçün bu proqramı aktiv edin. {0}Twilio Panelinə keçin və aşağıdakı məlumatları yerləşdirin:</value>
</data>
<data name="Consumerstwiliosender" xml:space="preserve">
@ -646,7 +646,7 @@
<data name="ConsumersTwitterDescription" xml:space="preserve">
<value>Twitter hesabından istifadə edərək portala daxil olmaq və kontaktları axtarmaq üçün tətbiqi aktivləşdirin.</value>
</data>
<data name="ConsumersTwitterInstructionV11" xml:space="preserve">
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>İstifadəçilərinizə Twitter-dən istifadə edərək ONLYOFFICE-a daxil olmaq və müştərilərinin Twitter hesablarını CRM modulu ilə əlaqələndirmək üçün bu proqramı işə salın. {0}Twitter Developers Portalına keçin və yeni tətbiq ONLYOFFICE inteqrasiyası yaradın. Aldığınız məlumatları aşağıya daxil edin:</value>
</data>
<data name="ConsumersVkDescription" xml:space="preserve">
@ -658,7 +658,7 @@
<data name="ConsumersYahooDescription" xml:space="preserve">
<value>Yahoo xidmətindən istifadəçiləri daxil etmək üçün tətbiqi aktivləşdirin.</value>
</data>
<data name="ConsumersYahooInstructionV11" xml:space="preserve">
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>Yahoo kontakt siyahınızdan yeni portal istifadəçiləri əlavə etmək üçün bu proqramı aktiv edin. {0}Yahoo Developer Network-də Tətbiq Yaradın səhifəsinə keçin və ONLYOFFICE inteqrasiyası üçün yeni proqram yaradın. Aldığınız məlumatları aşağıya daxil edin:</value>
</data>
<data name="ConsumersYandexDescription" xml:space="preserve">
@ -934,72 +934,18 @@
<data name="ConsumersyahooClientSecret" xml:space="preserve">
<value>Müştəri sirri</value>
</data>
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>Bitly xidmətini əlavə etsəniz, yeni istifadəçiləri ONLYOFFICE™ portalına dəvət etmək üçün qısaldılmış keçidlər və xarici istifadəçilərlə paylaşılan Sənədlər modulunda sənədlərə qısaldılmış keçidlər alacaqsınız.</value>
</data>
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>Box xidmətinin tətbiqini əlavə etsəniz, Sənədlər modulunda Box hesabınızı əlaqələndirə bilərsiniz. Bu, Box-da yeni faylları yükləməyə və yaratmağa, mövcud olanları redaktə etməyə, köçürməyə və silməyə, ONLYOFFICE™ portal istifadəçiləri ilə fayl və qovluqları paylaşmağa imkan verəcək.</value>
</data>
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>Clickatell xidmət proqramını əlavə etməklə iki faktorlu autentifikasiyanı aktivləşdirə və istifadəçiyə ONLYOFFICE portalına daxil olmaq imkanı verən kodla SMS ala biləcəksiniz.</value>
</data>
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>DocuSign xidmətinin tətbiqini əlavə etsəniz, Sənədlər modulundan faylları imzalaya bilərsiniz. Bu, elektron imza üçün faylın DocuSugn xidməti vasitəsilə ONLYOFFICE™ portal işçilərinə göndərilməsinə imkan verəcək. İmzalanmış fayl ONLYOFFICE™ Sənədlər modulunda saxlanacaq.</value>
</data>
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>Dropbox xidmətinin tətbiqini əlavə etsəniz, Dropbox hesabınızı Sənədlər modulunda əlaqələndirə bilərsiniz. Bu, Dropbox-da yeni faylları yükləməyə və yaratmağa, mövcud olanları redaktə etməyə, onları köçürməyə və silməyə, ONLYOFFICE™ portal istifadəçiləri ilə fayl və qovluqları paylaşmağa imkan verəcək.</value>
</data>
<data name="ConsumersEasyBibInstruction" xml:space="preserve">
<value>EasyBib tətbiqini əlavə etdiyiniz zaman sənədlərinizdə asanlıqla biblioqrafik siyahılardan yarada bilərsiniz.</value>
</data>
<data name="ConsumersFacebookInstruction" xml:space="preserve">
<value>Facebook xidmətinin tətbiqini əlavə etsəniz, ONLYOFFICE™ portalından istifadə edərək daxil ola bilmək üçün Facebook hesabınızı profil səhifənizlə əlaqələndirə biləcəksiniz. Həmçinin CRM modulunda şəxsin Facebook hesabını tapa və onu "Şəxsi/şirkəti redaktə et" səhifəsinə bağlaya bilərsiniz.</value>
</data>
<data name="ConsumersFirebaseInstruction" xml:space="preserve">
<value>Firebase Cloud Messaging-ə qoşulsanız, hətta şəbəkə xaricində olduqda belə sizə göndərilən mesajlar haqqında bildirişlər ala bilərsiniz.</value>
</data>
<data name="ConsumersGoogleCloudInstruction" xml:space="preserve">
<value>Google Cloud Storage xidmətini portalınıza əlavə etdiyiniz zaman ondan heç bir məlumatın itirilməməsinə əmin olaraq portalınızın ehtiyat nüsxələrini yaratmaq üçün istifadə edə bilərsiniz. Məlumatları və statik məzmunu portalınızda saxlamaq üçün də ondan istifadə edin.</value>
</data>
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>Google xidmətinin layihəsini əlavə etsəniz, Google hesabınızı profil səhifənizlə əlaqələndirə biləcəksiniz ki, ondan ONLYOFFICE™ portalına daxil olmaq və Google Disk hesabınızı Sənədlər modulunda əlaqələndirmək üçün istifadə edə bilərsiniz. Bu, sizə Google Diskə yeni fayllar yükləməyə və yaratmağa, mövcud faylları redaktə etməyə, onları köçürməyə və silməyə, ONLYOFFICE™ portal istifadəçiləri ilə fayl və qovluqları paylaşmağa imkan verəcək.</value>
</data>
<data name="ConsumersLinkedInInstruction" xml:space="preserve">
<value>LinkedIn xidmətinin tətbiqini əlavə etsəniz, ONLYOFFICE™ portalından istifadə edərək daxil ola bilmək üçün profil səhifənizlə LinkedIn hesabınızı əlaqələndirə biləcəksiniz.</value>
</data>
<data name="ConsumersLinkedInInstructionV11" xml:space="preserve">
<value>İstifadəçilərinizə LinkedIn hesabından istifadə edərək ONLYOFFICE-a daxil olmağa icazə vermək üçün bu proqramı aktiv edin. {0}LinkedIn Developers vebsaytına keçin və yeni ONLYOFFICE inteqrasiyası tətbiqi yaradın. Aldığınız məlumatları aşağıya daxil edin:</value>
</data>
<data name="ConsumersMailruInstruction" xml:space="preserve">
<value>Mail.ru tətbiqini əlavə etdikdə, profil səhifənizdəki Mail.ru hesabından istifadə edərək portala girişi aktivləşdirə bilərsiniz.</value>
</data>
<data name="ConsumersRackspaceInstruction" xml:space="preserve">
<value>Rackspace Cloud Storage xidmətini portalınıza əlavə etdiyiniz zaman ondan heç bir məlumatın itirilməməsinə əmin olaraq portalınızın ehtiyat nüsxələrini yaratmaq üçün istifadə edə bilərsiniz. Məlumatları və statik məzmunu portalınızda saxlamaq üçün də ondan istifadə edin.</value>
</data>
<data name="ConsumersRackspaceregion" xml:space="preserve">
<value>Region</value>
</data>
<data name="ConsumersS3Instruction" xml:space="preserve">
<value>Amazon AWS S3-ü portalınıza əlavə etdiyiniz zaman ondan heç bir məlumatın itirilməməsinə əmin olaraq portalınızın ehtiyat nüsxələrini yaratmaq üçün istifadə edə bilərsiniz. Məlumatları və statik məzmunu portalınızda saxlamaq üçün də ondan istifadə edin.</value>
</data>
<data name="ConsumersS3region" xml:space="preserve">
<value>Region</value>
</data>
<data name="ConsumersSelectelInstruction" xml:space="preserve">
<value>Selectel Cloud Storage xidmətini portalınıza əlavə etdiyiniz zaman ondan heç bir məlumatın itirilməməsinə əmin olaraq portalınızın ehtiyat nüsxələrini yaratmaq üçün istifadə edə bilərsiniz. Məlumatları və statik məzmunu portalınızda saxlamaq üçün də ondan istifadə edin.</value>
</data>
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>OneDrive xidmətinin tətbiqini əlavə etsəniz, OneDrive hesabınızı Sənədlər modulunda əlaqələndirə bilərsiniz. Bu, OneDrive-da yeni faylları yükləməyə və yaratmağa, mövcud olanları redaktə etməyə, köçürməyə və silməyə, ONLYOFFICE™ portal istifadəçiləri ilə fayl və qovluqları paylaşmağa imkan verəcək.</value>
</data>
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>SMS Center xidmət proqramını əlavə etməklə iki faktorlu autentifikasiyanı aktivləşdirə və istifadəçiyə ONLYOFFICE portalına daxil olmağa imkan verən kodla SMS ala biləcəksiniz. SMS Mərkəzi tətbiqi MDB ölkələri üçün provayder kimi faydalıdır.</value>
</data>
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>Twilio əlavə etdikdən sonra istənilən CRM kontaktına birbaşa brauzerdən zəng edə biləcəksiniz.</value>
</data>
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>Twitter xidmətinin tətbiqini əlavə etsəniz, ONLYOFFICE™ portalından istifadə edərək daxil ola bilmək üçün Twitter hesabınızı profil səhifənizlə əlaqələndirə biləcəksiniz. Həmçinin CRM modulunda şəxsin Twitter hesabını tapa və onu “Şəxsi/şirkəti redaktə et” səhifəsinə bağlaya və sonra Twitter xəbər lentinə baxa bilərsiniz.</value>
</data>
<data name="ConsumersTwitterKey" xml:space="preserve">
<value>API Açarı</value>
</data>
@ -1009,12 +955,6 @@
<data name="ConsumersVkInstruction" xml:space="preserve">
<value>VK tətbiqini əlavə edərkən, profil səhifənizdəki VK hesabından istifadə edərək portala girişi aktivləşdirə bilərsiniz.</value>
</data>
<data name="ConsumersWordpressInstruction" xml:space="preserve">
<value>WordPress tətbiqini əlavə etməklə, sənədləri formatlarını saxlayaraq WordPress veb saytınızda asanlıqla dərc edə bilərsiniz.</value>
</data>
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>Yahoo xidmət proqramını əlavə etməklə əlaqə siyahısından ONLYOFFICE portalına yeni istifadəçilər əlavə edə biləcəksiniz.</value>
</data>
<data name="ConsumersYandexInstruction" xml:space="preserve">
<value>Yandex tətbiqini əlavə etdikdə, profil səhifənizdəki Yandex hesabından istifadə edərək portala daxil olmağı aktivləşdirə bilərsiniz.</value>
</data>

View File

@ -773,72 +773,39 @@
<value>Изберете authUser</value>
</data>
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>Ако добавите услугата Bitly, ще получите по-кратки линкове за покана на нови потребители към ONLYOFFICE™ портала и по-кратки линкове към документи в модула Документи, които са били споделени с външни потребители.</value>
</data>
<data name="ConsumersBitlyInstructionV11" xml:space="preserve">
<value>Активирайте това приложение, за да съкратите поканата и линковете към документи. {0}Въведете данните си за вход в Bitly и API ключа по-долу:</value>
</data>
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>Ако добавите приложение към услугата Box ще можете да свържете своя Box акаунт в модул Документи. Това ще позволи да качвате и създавате нови файлове в Box, да редактирате съществуващи, да ги копирате и изтривате, да споделяте файлове и папки с потребителите на ONLYOFFICE™.</value>
</data>
<data name="ConsumersBoxInstructionV11" xml:space="preserve">
<value>Активирайте това приложение, за да свържете Box акаунта си към модула за документи. Ще можете да управлявате, редактирате и споделяте файлове от Box с потребители на ONLYOFFICE. {0}Влезте в акаунта си от девелъпър страницата на Box и създайте ново приложение за интегриране на ONLYOFFICE. Въведете данните, които сте получили по-долу:</value>
</data>
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>Добавяйки приложението за услуга Clickatell, вие ще можете да активирате двуфакторната автентификация и да получавате SMS с код, позволяващ на потребителя да влезе в портала ONLYOFFICE.</value>
</data>
<data name="ConsumersClickatellInstructionV11" xml:space="preserve">
<value>Използвайте това приложение, за да активирате двуфакторно удостоверяване с услугата Clickatell. {0}Влезте в акаунта си в SMS Platform и създайте нова интеграция за ONLYOFFICE. Копирайте apiKey и го поставете по-долу:</value>
</data>
<data name="ConsumersdocuSignClientSecret" xml:space="preserve">
<value>DocuSign Secret</value>
</data>
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>Ако добавите приложение на услугата DocuSign ще можете да подписвате файлове от модул Документи. Това ще позволи изпращане на файл за електронен подпис до служителите в ONLYOFFICE™ портала чрез услугата DocuSugn. Подписаният файл ще бъде записан в модула Документи на ONLYOFFICE™.</value>
</data>
<data name="ConsumersDocuSignInstructionV11" xml:space="preserve">
<value>Разрешете това приложение за цифрово подписване на документи с помощта на DocuSign. {0}Отидете на вашата DocuSign администраторска конзола и добавете интеграция за ONLYOFFICE. Въведете данните, които сте получили по-долу:</value>
</data>
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>Ако добавите приложение на услугата Dropbox, ще можете да свържете своя Dropbox акаунт в модул Документи. Това ще позволи да качвате и създавате нови файлове в Dropbox, да редактирате съществуващи файлове, да копирате и изтривате, споделяте файлове и папки с потребители в ONLYOFFICE™ портала.</value>
</data>
<data name="ConsumersDropBoxInstructionV11" xml:space="preserve">
<value>Активирайте това приложение, за да свържете вашия Dropbox акаунт към модула за документи. Ще можете да управлявате, редактирате и споделяте файлове от Dropbox с потребители на ONLYOFFICE. {0}Влезте в акаунта си на уебсайта за девелъпъри на Dropbox и създайте ново приложение за интегриране на ONLYOFFICE. Въведете данните, които сте получили по-долу:</value>
</data>
<data name="ConsumersEasyBibInstruction" xml:space="preserve">
<value>Когато добавите приложението EasyBib, можете лесно да създавате библиографски списъци във вашите документи.</value>
</data>
<data name="ConsumersFacebookInstruction" xml:space="preserve">
<value>Ако добавите приложение на услугата Facebook, ще можете да свържете вашия Facebook акаунт на страницата на вашия профил, така че да можете да влезете в портала ONLYOFFICE™, като го използвате. Също така ще можете да намерите Facebook акаунтите на контакти в CRM модула и да ги свържете на страницата „Редактиране на лице/фирма“.</value>
</data>
<data name="ConsumersFacebookInstructionV11" xml:space="preserve">
<value>Активирайте това приложение, за да позволите на вашите потребители да влизат в ONLYOFFICE с помощта на Facebook и да свържат Facebook акаунтите на своите клиенти към CRM модула. {0}Отидете в девелъпър портала на Facebook и създайте ново приложение ONLYOFFICE интеграция. Въведете данните, които сте получили по-долу:</value>
</data>
<data name="ConsumersFirebaseInstruction" xml:space="preserve">
<value>Ако свържете Firebase Cloud Messaging, ще можете да получавате известия за съобщенията, изпратени до вас, дори когато сте офлайн.</value>
</data>
<data name="ConsumersGoogleCloud" xml:space="preserve">
<value>Google Cloud Storage</value>
</data>
<data name="ConsumersGoogleCloudbucketDescription" xml:space="preserve">
<value>Въведете името на Google Cloud bucket за съхраняване на резервни копия.</value>
</data>
<data name="ConsumersGoogleCloudInstruction" xml:space="preserve">
<value>Когато добавите услугата Google Cloud Storage към портала си, можете да я използвате, за да създавате резервни копия на портала си, като се уверите, че никога няма да загубите данни. Използвайте тази услуга за съхранение на данни и статично съдържание от вашия портал.</value>
</data>
<data name="ConsumersGoogleCloudjson" xml:space="preserve">
<value>GoogleCloud json</value>
</data>
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>Ако добавите проект на услугата Google, ще можете да свържете вашия Google акаунт на страницата на профила си, така че да може да влизате в ONLYOFFICE™ портала, използвайки Google акаунта си, както и да свържете Google Drive акаунта си в модула Документи. Това ще позволи да качвате и създавате нови файлове в Google Drive, да редактирате съществуващи, да ги копирате и изтривате, да споделяте файлове и папки с потребителите на портала ONLYOFFICE™.</value>
</data>
<data name="ConsumersGoogleInstructionV11" xml:space="preserve">
<value>Активирайте това приложение, за да свържете Google Drive акаунта си с модула за документи. Ще можете да управлявате, редактирате и споделяте файлове от Google Drive с потребители на ONLYOFFICE. {0}Отидете в API конзолата на Google и създайте нов проект за интегриране на ONLYOFFICE. Въведете данните, които сте получили по-долу:</value>
</data>
<data name="ConsumersLinkedInInstruction" xml:space="preserve">
<value>Ако добавите приложение от услугата LinkedIn, ще можете да свържете своя LinkedIn акаунт на страницата на вашия профил, така че да можете да влизате в портала ONLYOFFICE™.</value>
</data>
<data name="ConsumersLinkedInInstructionV11" xml:space="preserve">
<value>Активирайте това приложение, за да позволите на вашите потребители да влизат в ONLYOFFICE, използвайки своите LinkedIn акаунти. {0}Отидете на уебсайта за разработчици на LinkedIn и създайте нова интеграция на ONLYOFFICE приложението. Въведете данните, които сте получили по-долу:</value>
</data>
<data name="ConsumersMailruClientId" xml:space="preserve">
@ -865,9 +832,6 @@
<data name="ConsumersRackspace" xml:space="preserve">
<value>Rackspace Cloud Storage</value>
</data>
<data name="ConsumersRackspaceInstruction" xml:space="preserve">
<value>Добавяйки услугата на Rackspace Cloud Storage към вашия портал ще можете да създавате резервни копия на портала си, като сте сигурни, че никога няма да изгубите ценни данни. Използвайте тази услуга за съхранение на данни и статично съдържание от вашия портал.</value>
</data>
<data name="ConsumersRackspaceprivate_containerDescription" xml:space="preserve">
<value>Въведете URL адреса на частния контейнер на Rackspace за съхранение на резервни копия.</value>
</data>
@ -886,9 +850,6 @@
<data name="ConsumersS3bucketDescription" xml:space="preserve">
<value>Въведете уникалното име на кофата на Amazon за съхранение на резервни копия.</value>
</data>
<data name="ConsumersS3Instruction" xml:space="preserve">
<value>Когато добавите Amazon AWS S3 към вашия портал, ще можете да го използвате, за да създавате резервни копия на портала си, като се уверите, че никога няма да загубите данни. Използвайте тази услуга за съхранение на данни и статично съдържание от вашия портал.</value>
</data>
<data name="ConsumersS3region" xml:space="preserve">
<value>Област</value>
</data>
@ -901,9 +862,6 @@
<data name="ConsumersSelectelauthPwd" xml:space="preserve">
<value>Парола за достъп до хранилището</value>
</data>
<data name="ConsumersSelectelInstruction" xml:space="preserve">
<value>Когато добавите услугата Selectel Cloud Storage към вашия портал, ще можете да я ползвате за създавате резервни копия на вашия портал, като се уверите, че никога няма да загубите данни. Използвайте тази услуга за съхранение на данни и статично съдържание от вашия портал.</value>
</data>
<data name="ConsumersSelectelprivate_containerDescription" xml:space="preserve">
<value>Въведете името на частния Selectel контейнер за съхранение на архиви.</value>
</data>
@ -917,15 +875,9 @@
<value>ID на приложението</value>
</data>
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>Ако добавите приложение на услугата OneDrive, ще можете да свържете вашия OneDrive акаунт в модул Документи. Това ще Ви позволи да качвате и създавате нови файлове в OneDrive, да редактирате съществуващи такива, да ги копирате и изтривате, да споделяте файлове и папки с потребителите на ONLYOFFICE™ портала.</value>
</data>
<data name="ConsumersSkyDriveInstructionV11" xml:space="preserve">
<value>Активирайте това приложение, за да свържете вашия OneDrive акаунт към модула за документи. Ще можете да управлявате, редактирате и споделяте файлове от OneDrive с потребители на ONLYOFFICE. {0}Влезте в акаунта си в Microsoft Azure и създайте ново приложение за интегриране на ONLYOFFICE. Въведете данните, които сте получили по-долу:</value>
</data>
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>Добавяйки приложението SMS Center услуги, ще можете да активирате двуфакторната автентификация и да получавате SMS с код, позволяващ на потребителя да се впише в ONLYOFFICE портала. Приложението SMS Center е полезно като доставчик за страните от ОНД.</value>
</data>
<data name="ConsumersSmscInstructionV11" xml:space="preserve">
<value>Използвайте това приложение, за да активирате двуфакторно удостоверяване с услугата SMS Center. {0}Въведете вашето име за вход в smsc акаунта и вашата парола (или парола MD5 хеш) с малки букви:</value>
</data>
<data name="ConsumersTelegramBotName" xml:space="preserve">
@ -937,22 +889,16 @@
<data name="ConsumersTelegramDescription" xml:space="preserve">
<value>Свържете Telegram акаунт, за да получавате известия за портала си през Telegram.</value>
</data>
<data name="ConsumersTelegramInstructionV11" xml:space="preserve">
<data name="ConsumersTelegramInstruction" xml:space="preserve">
<value>За да получавате известия за портала си през Telegram, активирайте Telegram bot. Можете да създадете нов бот с помощта на BotFather в Telegram Desktop. За да използват този бот, потребителите на портала трябва да активират известията на Telegram на страницата на своя профил. {0}Поставете потребителското име на бота и токена, който сте получили, в полетата по-долу.</value>
</data>
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>След като добавите Twilio, ще можете да се обаждате на всеки CRM контакт директно от браузъра.</value>
</data>
<data name="ConsumersTwilioInstructionV11" xml:space="preserve">
<value>Активирайте това приложение, за да позволите на вашите потребители да се обаждат на своите контакти от CRM модула с помощта на Twilio. {0}Отидете на Twilio Console и поставете следните данни по-долу:</value>
</data>
<data name="ConsumerstwitterAccessToken_Default" xml:space="preserve">
<value>ID на клиента</value>
</data>
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>Ако добавите приложение на Twitter, ще можете да свържете вашия Twitter акаунт на страницата профила си, така че да можете да влизате в ONLYOFFICE™ портала. Също така ще можете да намерите акаунт в Twitter на дадено лице в CRM модула и да го свържете на страницата „Редактиране на лице/компания“ и след това да ще имате достъп до стената им с новини в Twitter.</value>
</data>
<data name="ConsumersTwitterInstructionV11" xml:space="preserve">
<value>Активирайте това приложение, за да позволите на вашите потребители да влизат в ONLYOFFICE, ползвайки техния Twitter и да свържат Twitter акаунтите на своите клиенти към CRM модула. {0}Отидете на портала за разработчици на Twitter и създайте нова интеграция за ONLYOFFICE. Въведете данните, които сте получили по-долу:</value>
</data>
<data name="ConsumersTwitterKey" xml:space="preserve">
@ -976,9 +922,6 @@
<data name="ConsumersVkInstruction" xml:space="preserve">
<value>Когато добавите приложението VK, можете да активирате влизането в портал с VK акаунт от страницата на вашия профил.</value>
</data>
<data name="ConsumersWordpressInstruction" xml:space="preserve">
<value>Добавяйки приложението WordPress, можете лесно да публикувате документи на вашия WordPress уебсайт, запазвайки тяхното форматиране.</value>
</data>
<data name="ConsumerswpClientSecret" xml:space="preserve">
<value>WordPress тайна</value>
</data>
@ -989,9 +932,6 @@
<value>Тайна на клиента</value>
</data>
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>Добавяйки приложението за Yahoo услуги, ще можете да добавяте нови потребители на портала ONLYOFFICE от списъка с контакти.</value>
</data>
<data name="ConsumersYahooInstructionV11" xml:space="preserve">
<value>Активирайте това приложение, за да добавите нови потребители на портала от вашия списък с контакти в Yahoo. {0}Отидете на страницата за създаване на приложение в Yahoo Developer Network и създайте ново приложение за интегриране на ONLYOFFICE. Въведете данните, които сте получили по-долу:</value>
</data>
<data name="ConsumersYandexClientId" xml:space="preserve">

View File

@ -107,9 +107,6 @@
<value>Verbinden Sie Bitly Service, um Einladungslinks und freigegebene Links zu dem Modul "Dokumente" zu verkürzen.</value>
</data>
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>Wenn Sie den Bitly-Dienst hinzufügen, erhalten Sie verkürzte Links, um neue Nutzer zum ONLYOFFICE ™ -Portal einzuladen und verkürzte Links zu dem Modul "Dokumente", der mit externen Benutzern geteilt wurde.</value>
</data>
<data name="ConsumersBitlyInstructionV11" xml:space="preserve">
<value>Verbinden Sie Bitly Service, um Einladungslinks und freigegebene Links zu dem Modul "Dokumente" zu verkürzen. {0}Fügen Sie Ihr Bitly-Login und API-Schlüssel unten ein:</value>
</data>
<data name="ConsumersBox" xml:space="preserve">
@ -125,9 +122,6 @@
<value>Verbinden Sie die Anwendung, um Box-Dateien und Ordner zu verwalten.</value>
</data>
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>Wenn man die Anwendung des Box-Dienstes hinzufügt, kann man sein Box-Konto mit dem Modul "Dokumente" verknüpfen. Dies ermöglicht das Hochladen und Erstellen neuer Dateien in Box, Bearbeiten der bestehenden Dateien, Kopieren und Löschen, Freigabe von Dateien oder Ordnern mit ONLYOFFICE ™ Portalbenutzer.</value>
</data>
<data name="ConsumersBoxInstructionV11" xml:space="preserve">
<value>Erlauben Sie dieser App, die Verbindung von Box mit dem Modul Dokumente zu ermöglichen. Dadurch können Sie Dateien aus Ihrem Box-Konto verwalten, bearbeiten und für ONLYOFFICE-Benutzer freigeben. {0}Melden Sie bei Ihrem Konto auf der Box-Seite für Entwickler an, erstellen Sie eine neue App für die Integration mit ONLYOFFICE. Fügen Sie die erhaltenen Daten unten ein:</value>
</data>
<data name="ConsumersClickatell" xml:space="preserve">
@ -140,9 +134,6 @@
<value>Aktivieren Sie die Anwendung für die Zwei-Faktor-Authentifizierung über Clickatell.</value>
</data>
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>Durch Hinzufügen der Clickatell-Dienstanwendung können Sie die Zwei-Faktor-Authentifizierung aktivieren und eine SMS mit einem Code empfangen, der es dem Benutzer ermöglicht, das ONLYOFFICE-Portal zu betreten.</value>
</data>
<data name="ConsumersClickatellInstructionV11" xml:space="preserve">
<value>Benutzen Sie diese App, um die Zwei-Faktor-Authentifizierung über Clickatell zu ermöglichen. {0}Melden Sie bei Ihrer SMS-Plattform an und erstellen Sie eine neue Integration mit ONLYOFFICE. Kopieren Sie den API-Schlüssel und fügen Sie diesen unten ein:</value>
</data>
<data name="ConsumersDocuSign" xml:space="preserve">
@ -161,9 +152,6 @@
<value>DocuSign Authentifizierungsendpunkt</value>
</data>
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>Wenn man die Anwendung des DocuSign-Dienstes hinzufügt, kann man Dateien aus dem Modul "Dokumente" signieren. Dies ermöglicht Ihnen, Dateien über DocuSugn für eine elektronische Signatur an die Mitarbeiter des ONLYOFFICE ™ Portals zu schicken. Die signierte Datei wird im ONLYOFFICE Modul gespeichert.</value>
</data>
<data name="ConsumersDocuSignInstructionV11" xml:space="preserve">
<value>Erlauben Sie dieser App, Dokumente mit DocuSign digital zu unterschreiben. {0}Öffnen Sie Ihre DocuSign Admin-Konsole und ermöglichen Sie die Integration mit ONLYOFFICE. Fügen Sie die erhaltenen Daten unten ein:</value>
</data>
<data name="ConsumersDropBox" xml:space="preserve">
@ -173,9 +161,6 @@
<value>Verbinden Sie die Anwendung, um Dropbox-Dateien und Ordner zu verwalten.</value>
</data>
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>Wenn man die Anwendung des Dropbox-Dienstes hinzufügt, kann man sein Dropbox -Konto mit dem Modul "Dokumente" verknüpfen. Dies ermöglicht das Hochladen und Erstellen neuer Dateien in Dropbox, Bearbeiten der bestehenden Dateien, Kopieren und Löschen, Freigabe von Dateien oder Ordnern mit ONLYOFFICE ™ Portalbenutzer.</value>
</data>
<data name="ConsumersDropBoxInstructionV11" xml:space="preserve">
<value>Erlauben Sie dieser App, die Verbindung von Dropbox mit dem Modul Dokumente zu ermöglichen. Dadurch können Sie Dateien aus Ihrem Dropbox-Konto verwalten, bearbeiten und für ONLYOFFICE-Benutzer freigeben. {0}Melden Sie bei Ihrem Konto auf der Dropbox-Seite für Entwickler an, erstellen Sie eine neue App für die Integration mit ONLYOFFICE. Fügen Sie die erhaltenen Daten unten ein:</value>
</data>
<data name="ConsumersDropBoxKey" xml:space="preserve">
@ -193,9 +178,6 @@
<data name="ConsumersEasyBibDescription" xml:space="preserve">
<value>Verbinden Sie die EasyBib-Anwendung, um bibliographische Listen zu erstellen.</value>
</data>
<data name="ConsumersEasyBibInstruction" xml:space="preserve">
<value>Wenn Sie die EasyBib-Anwendung hinzufügen, können Sie auf einfache Weise bibliografische Listen in Ihren Dokumenten erstellen.</value>
</data>
<data name="ConsumersFacebook" xml:space="preserve">
<value>Facebook</value>
</data>
@ -212,9 +194,6 @@
<value>Verbinden Sie die Anwendung, um sich ins Portal via Facebook anzumelden.</value>
</data>
<data name="ConsumersFacebookInstruction" xml:space="preserve">
<value>Wenn man die Anwendung des Facebook -Dienstes hinzufügt, kann man sein Facebook-Konto mit der Profilseite verknüpfen. So meldet man sich ins ONLYOFFICE™ Portal mit eigenen Facebook-Login-Daten an. Sie können auch ein Facebook-Konto des Kontakts im CRM-Modul finden und mit "Person / Firma bearbeiten" verknüpfen.</value>
</data>
<data name="ConsumersFacebookInstructionV11" xml:space="preserve">
<value>Erlauben Sie dieser App, Einloggen bei ONLYOFFICE über Facebook und Import von Facebook-Kontakten ins CRM-Modul zu ermöglichen. {0}Öffnen Sie das Facebook-Portal für Entwickler und erstellen Sie eine neue App für die Integration mit ONLYOFFICE. Fügen Sie die erhaltenen Daten unten ein:</value>
</data>
<data name="ConsumersFirebase" xml:space="preserve">
@ -235,9 +214,6 @@
<data name="ConsumersFirebaseDescription" xml:space="preserve">
<value>Schließen Sie Firebase Cloud Messaging-Service, um Benachrichtigungen über die gesendeten Nachrichten zu erhalten.</value>
</data>
<data name="ConsumersFirebaseInstruction" xml:space="preserve">
<value>Wenn Sie Firebase Cloud Messaging anschließen, können Sie Benachrichtigungen über die gesendeten Nachrichten erhalten, auch wenn Sie offline sind.</value>
</data>
<data name="ConsumersGoogle" xml:space="preserve">
<value>Google</value>
</data>
@ -259,9 +235,6 @@
<data name="ConsumersGoogleCloudDescription" xml:space="preserve">
<value>Stellen Sie eine Verbindung mit dem Google Cloud Storage, um Daten Ihres Portals zu sichern und zu speichern.</value>
</data>
<data name="ConsumersGoogleCloudInstruction" xml:space="preserve">
<value>Wenn Sie den Google Cloud Storage-Service Ihrem Portal hinzufügen, können Sie mit ihm Backups Ihres Portals erstellen und sicherstellen, dass keine Daten verloren gehen. Verwenden Sie es auch zum Speichern von Daten und statischen Inhalten aus Ihrem Portal.</value>
</data>
<data name="ConsumersGoogleCloudjson" xml:space="preserve">
<value>json-Datei von GoogleCloud</value>
</data>
@ -269,9 +242,6 @@
<value>Verbinden Sie das Projekt mithilfe eines Google-Kontos und verwalten Sie Google Drive-Dateien und Ordner.</value>
</data>
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>Wenn Sie ein Projekt des Google-Dienstes hinzufügen, können Sie Ihr Google-Konto mit Ihrer Profilseite verbinden, sodass Sie sich im ONLYOFFICE ™ -Portal anmelden und Ihr Google Drive-Konto im Modul Dokumente verbinden können. Dies ermöglicht Ihnen, neue Dateien in Google Drive hochzuladen und zu erstellen, bestehende zu bearbeiten, sie zu kopieren und zu löschen, Dateien und Ordner den ONLYOFFICE ™ Portalbenutzern freizugeben.</value>
</data>
<data name="ConsumersGoogleInstructionV11" xml:space="preserve">
<value>Erlauben Sie dieser App, die Verbindung von Google Drive mit dem Modul Dokumente zu ermöglichen. Dadurch können Sie Dateien aus Ihrem Google Drive-Konto verwalten, bearbeiten und für ONLYOFFICE-Benutzer freigeben. {0}Öffnen Sie Google APIs Console und erstellen Sie ein neues Projekt für die Integration mit ONLYOFFICE. Fügen Sie die erhaltenen Daten unten ein:</value>
</data>
<data name="ConsumersLinkedIn" xml:space="preserve">
@ -281,9 +251,6 @@
<value>Verbinden Sie die Anwendung, um sich ins Portal via LinkedIn anzumelden.</value>
</data>
<data name="ConsumersLinkedInInstruction" xml:space="preserve">
<value>Wenn man die Anwendung des LinkedIn-Dienstes hinzufügt, kann man sein LinkedIn-Konto mit der Profilseite verknüpfen. So meldet man sich ins ONLYOFFICE™ Portal mit eigenen LinkedIn-Login-Daten an.</value>
</data>
<data name="ConsumersLinkedInInstructionV11" xml:space="preserve">
<value>Erlauben Sie dieser App, Einloggen bei ONLYOFFICE über LinkedIn-Konten zu ermöglichen. {0}Öffnen Sie die LinkedIn-Seite für Entwickler (LinkedIn Developers) und erstellen Sie eine neue App für die Integration mit ONLYOFFICE. Fügen Sie die erhaltenen Daten unten ein:</value>
</data>
<data name="ConsumersLinkedInKey" xml:space="preserve">
@ -313,9 +280,6 @@
<data name="ConsumersRackspaceDescription" xml:space="preserve">
<value>Stellen Sie eine Verbindung mit dem Rackspace Cloud Storage Service, um Daten Ihres Portals zu sichern und zu speichern.</value>
</data>
<data name="ConsumersRackspaceInstruction" xml:space="preserve">
<value>Wenn Sie Ihrem Portal den Rackspace Cloud Storage-Service hinzufügen, können Sie mit diesem Backup Backups Ihres Portals erstellen und sicherstellen, dass keine Daten verloren gehen. Verwenden Sie es auch zum Speichern von Daten und statischen Inhalten aus Ihrem Portal.</value>
</data>
<data name="ConsumersRackspaceprivate_container" xml:space="preserve">
<value>Der private Container</value>
</data>
@ -346,9 +310,6 @@
<data name="ConsumersS3Description" xml:space="preserve">
<value>Stellen Sie eine Verbindung mit dem Amazon AWS S3, um Daten Ihres Portals zu sichern und zu speichern.</value>
</data>
<data name="ConsumersS3Instruction" xml:space="preserve">
<value>Wenn Sie Ihrem Portal Amazon AWS S3 hinzufügen, können Sie damit Backups Ihres Portals erstellen, um sicherzustellen, dass keine Daten verloren gehen. Verwenden Sie es auch zum Speichern von Daten und statischen Inhalten aus Ihrem Portal.</value>
</data>
<data name="ConsumersS3region" xml:space="preserve">
<value>Region</value>
</data>
@ -370,9 +331,6 @@
<data name="ConsumersSelectelDescription" xml:space="preserve">
<value>Stellen Sie eine Verbindung mit dem Selectel Cloud Storage Service, um Daten Ihres Portals zu sichern und zu speichern.</value>
</data>
<data name="ConsumersSelectelInstruction" xml:space="preserve">
<value>Wenn Sie den Selectel Cloud Storage-Service Ihrem Portal hinzufügen, können Sie mit ihm Backups Ihres Portals erstellen, um sicherzustellen, dass keine Daten verloren gehen. Verwenden Sie es auch zum Speichern von Daten und statischen Inhalten aus Ihrem Portal.</value>
</data>
<data name="ConsumersSelectelprivate_container" xml:space="preserve">
<value>Der private Container</value>
</data>
@ -398,9 +356,6 @@
<value>Verbinden Sie die Anwendung, um OneDrive-Dateien und Ordner zu verwalten.</value>
</data>
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>Wenn man die Anwendung des OneDrive-Dienstes hinzufügt, kann man sein OneDrive-Konto mit dem Modul "Dokumente" verknüpfen. Dies ermöglicht das Hochladen und Erstellen neuer Dateien in OneDrive, Bearbeiten der bestehenden Dateien, Kopieren und Löschen, Freigabe von Dateien oder Ordnern mit ONLYOFFICE ™ Portalbenutzer.</value>
</data>
<data name="ConsumersSkyDriveInstructionV11" xml:space="preserve">
<value>Erlauben Sie dieser App, die Verbindung von OneDrive mit dem Modul Dokumente zu ermöglichen. Dadurch können Sie Dateien aus Ihrem OneDrive-Konto verwalten, bearbeiten und für ONLYOFFICE-Benutzer freigeben. {0}Melden Sie bei Ihrem Microsoft Azure-Konto an und erstellen Sie eine neue App für die Integration mit ONLYOFFICE. Fügen Sie die erhaltenen Daten unten ein:</value>
</data>
<data name="ConsumersSmsc" xml:space="preserve">
@ -410,9 +365,6 @@
<value>Aktivieren Sie die Anwendung für die Zwei-Faktor-Authentifizierung per SMS-Center.</value>
</data>
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>Durch Hinzufügen der SMS-Center-Dienstanwendung können Sie die Zwei-Faktor-Authentifizierung aktivieren und eine SMS mit einem Code empfangen, der es dem Benutzer ermöglicht, das ONLYOFFICE-Portal zu betreten. SMS-Center-Anwendung ist als Anbieter für die GUS-Staaten nützlich.</value>
</data>
<data name="ConsumersSmscInstructionV11" xml:space="preserve">
<value>Benutzen Sie diese App, um die Zwei-Faktor-Authentifizierung über SMS Center zu ermöglichen. {0}Geben Sie Ihre SMSC Anmeldedaten (Login und Passwort bzw. MD5-Passwort) unten ein:</value>
</data>
<data name="Consumerssmsclogin" xml:space="preserve">
@ -434,9 +386,6 @@
<value>Fügen Sie Twilio hinzu, um CRM-Kontakte direkt aus dem Browser aufrufen zu können.</value>
</data>
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>Nachdem Sie Twilio hinzugefügt haben, können Sie jeden CRM-Kontakt direkt aus dem Browser anrufen.</value>
</data>
<data name="ConsumersTwilioInstructionV11" xml:space="preserve">
<value>Erlauben Sie dieser App, Anrufe aus dem CRM-Modul mit Twilio zu ermöglichen. {0}Öffnen Sie die Twilio-Konsole und fügen Sie die folgenden Daten unten ein:</value>
</data>
<data name="Consumerstwiliosender" xml:space="preserve">
@ -455,9 +404,6 @@
<value>Verbinden Sie die Anwendung, um sich ins Portal via Twitter anzumelden und Kontakte zu suchen.</value>
</data>
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>Wenn man die Anwendung des Twitter-Dienstes hinzufügt, kann man sein Twitter-Konto mit der Profilseite verknüpfen. So meldet man sich ins ONLYOFFICE™ Portal mit eigenen Twitter-Login-Daten an. Sie können auch ein Facebook-Konto der Person im CRM-Modul finden und mit "Person / Firma bearbeiten" verknüpfen und Twitter-Newsfeedaktualisierungen durchschauen.</value>
</data>
<data name="ConsumersTwitterInstructionV11" xml:space="preserve">
<value>Erlauben Sie dieser App, Einloggen bei ONLYOFFICE über Twitter und Import von Twitter-Kontakten ins CRM-Modul zu ermöglichen. {0}Öffnen Sie das Twitter-Portal für Entwickler (Twitter Developer) und erstellen Sie eine neue App für die Integration mit ONLYOFFICE. Fügen Sie die erhaltenen Daten unten ein:</value>
</data>
<data name="ConsumersTwitterKey" xml:space="preserve">
@ -490,9 +436,6 @@
<data name="ConsumersWordpressDescription" xml:space="preserve">
<value>Verbinden Sie die Anwendung zur Veröffentlichung von Dokumenten in WordPress.</value>
</data>
<data name="ConsumersWordpressInstruction" xml:space="preserve">
<value>Beim Hinzufügen von der WordPress-Anwendung kann man die Dokumente einfach auf Ihrer WordPress-Website veröffentlichen und deren Formatierung speichern.</value>
</data>
<data name="ConsumerswpClientId" xml:space="preserve">
<value>Schlüssel von WordPress</value>
</data>
@ -512,9 +455,6 @@
<value>Aktivieren Sie die Anwendung für den Import von Yahoo-Kontakten.</value>
</data>
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>Durch Hinzufügen der Yahoo-Dienstanwendung können Sie neue Benutzer des ONLYOFFICE-Portals aus der Kontaktliste hinzufügen.</value>
</data>
<data name="ConsumersYahooInstructionV11" xml:space="preserve">
<value>Erlauben Sie dieser App, neue Portal-Benutzer aus Ihren Yahoo-Kontaktlisten hinzuzufügen. {0}Öffnen Sie die Seite Create Application (App erstellen) in Yahoo Developer Network und erstellen Sie eine neue App für die Integration mit ONLYOFFICE. Fügen Sie die erhaltenen Daten unten ein:</value>
</data>
<data name="ConsumersYandex" xml:space="preserve">

View File

@ -107,9 +107,6 @@
<value>Conectar el servicio Bitly para acortar los enlaces de invitación al portal y enlaces de acceso a los archivos en el módulo 'Documentos'.</value>
</data>
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>Si Usted añade el servicio Bitly, Usted podrá recibir los enlaces acortados para invitar a nuevos usuarios al portal ONLYOFFICE™ y los enlaces acortados para los documentos en el módulo 'Documentos' compartidos con los usuarios externos.</value>
</data>
<data name="ConsumersBitlyInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para acortar los enlaces de invitación y de documentos. {0}Inserte su login de Bitly y su clave de la API a continuación:</value>
</data>
<data name="ConsumersBox" xml:space="preserve">
@ -125,9 +122,6 @@
<value>Habilite la aplicación para gestionar los archivos y carpetas de Box.</value>
</data>
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>Si Usted añade la aplicación del servicio Box, Usted podrá conectar su cuenta de Box en el módulo 'Documentos'. Este permite cargar y crear unos archivos nuevos en Box, editar unos archivos existentes, copiar y eliminarlos, compartir los archivos y carpetas con los usuarios de portal ONLYOFFICE™.</value>
</data>
<data name="ConsumersBoxInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para conectar su cuenta de Box al módulo Documentos. Podrá gestionar, editar y compartir archivos de Box con los usuarios de ONLYOFFICE. {0}Acceda a su cuenta en la página de desarrolladores de Box y cree una nueva aplicación para la integración de ONLYOFFICE. Inserte los datos que recibió a continuación:</value>
</data>
<data name="ConsumersClickatell" xml:space="preserve">
@ -140,9 +134,6 @@
<value>Habilitar la aplicación de autenticación de dos factores vía Clickatell.</value>
</data>
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>Al añadir la aplicación del servicio Clickatell usted podrá habilitar la autenticación de dos factores y recibir un SMS con un código que le permite ingresar al portal ONLYOFFICE.</value>
</data>
<data name="ConsumersClickatellInstructionV11" xml:space="preserve">
<value>Utilice esta aplicación para habilitar la autenticación de dos factores con el servicio Clickatell. {0}Acceda a su cuenta de la Plataforma SMS y cree una nueva integración de ONLYOFFICE. Copie la apiKey e insértela a continuación:</value>
</data>
<data name="ConsumersDocuSign" xml:space="preserve">
@ -161,9 +152,6 @@
<value>Punto final de autentificación de DocuSign</value>
</data>
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>Si Usted añade la aplicación del servicio DocuSign, Usted podrá firmar los documentos del módulo 'Documentos'. Este permite enviar el archivo para recibir una firma electrónica a los empleados de portal ONLYOFFICE™ por medio del servicio DocuSugn. El archivo firmado será guardado en el módulo 'Documentos' de portal ONLYOFFICE™.</value>
</data>
<data name="ConsumersDocuSignInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para firmar digitalmente documentos usando DocuSign. {0}Vaya a la consola de administración de DocuSign y añada la integración de ONLYOFFICE. Inserte los datos que recibió a continuación:</value>
</data>
<data name="ConsumersDropBox" xml:space="preserve">
@ -173,9 +161,6 @@
<value>Conectar la aplicación para manejar los archivos y carpetas de Dropbox.</value>
</data>
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>Si Usted añade la aplicación del servicio Dropbox, Usted podrá conectar su cuenta de Dropbox en el módulo 'Documentos'. Este permite cargar y crear unos archivos nuevos en Dropbox, editar unos archivos existentes, copiar y eliminarlos, compartir los archivos y carpetas con los usuarios de portal ONLYOFFICE™.</value>
</data>
<data name="ConsumersDropBoxInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para conectar su cuenta de Dropbox con el módulo Documentos. Podrá administrar, editar y compartir archivos de Dropbox con los usuarios de ONLYOFFICE. {0}Inicie sesión en su cuenta en la página web de desarrolladores de Dropbox y cree una nueva aplicación para la integración de ONLYOFFICE. Inserte los datos que recibió a continuación:</value>
</data>
<data name="ConsumersDropBoxKey" xml:space="preserve">
@ -193,9 +178,6 @@
<data name="ConsumersEasyBibDescription" xml:space="preserve">
<value>Conectar la aplicación EasyBib para crear listados bibliográficos.</value>
</data>
<data name="ConsumersEasyBibInstruction" xml:space="preserve">
<value>Después de añadir la aplicación EasyBib se puede fácilmente crear listados bibliográficos en documentos.</value>
</data>
<data name="ConsumersFacebook" xml:space="preserve">
<value>Facebook</value>
</data>
@ -212,9 +194,6 @@
<value>Conectar la aplicación para acceder al portal usando la cuenta Facebook.</value>
</data>
<data name="ConsumersFacebookInstruction" xml:space="preserve">
<value>Si Usted añade la aplicación del servicio Facebook, Usted podrá conectar el acceso al portal ONLYOFFICE™ en la página de su perfil con ayuda de la cuenta Facebook. También Usted podrá encontrar y enlazar la cuenta de Facebook en la página de 'Editar persona/empresa' en el módulo CRM.</value>
</data>
<data name="ConsumersFacebookInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para permitir a sus usuarios iniciar sesión en ONLYOFFICE usando Facebook y vincular las cuentas de Facebook de sus clientes al módulo CRM. {0}Vaya al Portal de Desarrolladores de Facebook y cree una nueva aplicación de integración de ONLYOFFICE. Inserte los datos que recibió a continuación:</value>
</data>
<data name="ConsumersFirebase" xml:space="preserve">
@ -235,9 +214,6 @@
<data name="ConsumersFirebaseDescription" xml:space="preserve">
<value>Habilite esta aplicación para recibir notificaciones sobre los mensajes que se le han enviado con la mensajería Firebase Cloud.</value>
</data>
<data name="ConsumersFirebaseInstruction" xml:space="preserve">
<value>Si se conecta a la Nube de Mensajería Firebase podrá recibir notificaciones de los mensajes que le han enviado incluso cuando no está en línea.</value>
</data>
<data name="ConsumersGoogle" xml:space="preserve">
<value>Google</value>
</data>
@ -256,16 +232,10 @@
<data name="ConsumersGoogleCloudDescription" xml:space="preserve">
<value>Conecte el servicio Google Cloud Storage para crear copia de seguridad y almacenar datos de su portal.</value>
</data>
<data name="ConsumersGoogleCloudInstruction" xml:space="preserve">
<value>Cuando Usted agrega el servicio Google Cloud Storage a su portal, puede usarlo para crear copias de seguridad de su portal asegurándose de que no se perderá ningún dato. También úselo para almacenar datos y contenido estático de su portal.</value>
</data>
<data name="ConsumersGoogleDescription" xml:space="preserve">
<value>Conectar el proyecto para acceder al portal usando la cuenta de Google y manejar los archivos y carpetas de Google Drive.</value>
</data>
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>Si Usted añade un proyecto del servicio Google, Usted podrá conectar el acceso a su portal ONLYOFFICE™ con ayuda de la cuenta Google y conectar su cuenta de Google Drive en el módulo 'Documentos'. Este permite cargar y crear unos archivos nuevos en Google Drive, editar unos archivos existentes, copiar y eliminarlos, compartir los archivos y carpetas con los usuarios de portal ONLYOFFICE™.</value>
</data>
<data name="ConsumersGoogleInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para conectar su cuenta de Google Drive al módulo Documentos. Podrá administrar, editar y compartir archivos de Google Drive con los usuarios de ONLYOFFICE. {0}Vaya a la consola de las APIs de Google y cree un nuevo proyecto para la integración de ONLYOFFICE. Inserte los datos que recibió a continuación:</value>
</data>
<data name="ConsumersLinkedIn" xml:space="preserve">
@ -275,9 +245,6 @@
<value>Conectar la aplicación para acceder al portal usando la cuenta LinkedIn.</value>
</data>
<data name="ConsumersLinkedInInstruction" xml:space="preserve">
<value>Si Usted añade la aplicación del servicio LinkedIn, Usted podrá conectar el acceso al portal ONLYOFFICE™ en la página de su perfil con ayuda de la cuenta LinkedIn.</value>
</data>
<data name="ConsumersLinkedInInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para permitir a sus usuarios iniciar sesión en ONLYOFFICE usando sus cuentas de LinkedIn. {0}Vaya al sitio web de LinkedIn Developers y cree una nueva aplicación de integración de ONLYOFFICE. Inserte los datos que recibió a continuación:</value>
</data>
<data name="ConsumersLinkedInKey" xml:space="preserve">
@ -307,9 +274,6 @@
<data name="ConsumersRackspaceDescription" xml:space="preserve">
<value>Conecte el servicio Rackspace Cloud Storage para crear copia de seguridad y almacenar datos de su portal.</value>
</data>
<data name="ConsumersRackspaceInstruction" xml:space="preserve">
<value>Cuando Usted agrega el servicio Rackspace Cloud Storage a su portal, puede usarlo para crear copias de seguridad de su portal asegurándose de que no se perderá ningún dato. También úselo para almacenar datos y contenido estático de su portal.</value>
</data>
<data name="ConsumersRackspaceprivate_container" xml:space="preserve">
<value>Contenedor privado</value>
</data>
@ -325,9 +289,6 @@
<data name="ConsumersS3Description" xml:space="preserve">
<value>Conecte Amazon AWS S3 para crear copia de seguridad y almacenar datos de su portal.</value>
</data>
<data name="ConsumersS3Instruction" xml:space="preserve">
<value>Cuando Usted agrega Amazon AWS S3 a su portal, puede usarlo para crear copias de seguridad de su portal asegurándose de que no se perderá ningún dato. Úselo también para almacenar datos y contenido estático de su portal.</value>
</data>
<data name="Consumerssecretaccesskey" xml:space="preserve">
<value>Clave secreta de acceso S3</value>
</data>
@ -343,9 +304,6 @@
<data name="ConsumersSelectelDescription" xml:space="preserve">
<value>Conecte el servicio Selectel Cloud Storage para crear copia de seguridad y almacenar datos de su portal.</value>
</data>
<data name="ConsumersSelectelInstruction" xml:space="preserve">
<value>Cuando Usted agrega el servicio Selectel Cloud Storage a su portal, puede usarlo para crear copias de seguridad de su portal asegurándose de que no se perderá ningún dato. También úselo para almacenar datos y contenido estático de su portal.</value>
</data>
<data name="ConsumersSelectelprivate_container" xml:space="preserve">
<value>Contenedor privado</value>
</data>
@ -365,9 +323,6 @@
<value>Conectar la aplicación para manejar los archivos y carpetas de OneDrive.</value>
</data>
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>Si Usted añade la aplicación del servicio OneDrive, Usted podrá conectar su cuenta de OneDrive en el módulo 'Documentos'. Este permite cargar y crear unos archivos nuevos en OneDrive, editar unos archivos existentes, copiar y eliminarlos, compartir los archivos y carpetas con los usuarios de portal ONLYOFFICE™.</value>
</data>
<data name="ConsumersSkyDriveInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para conectar su cuenta de OneDrive al módulo Documentos. Podrá administrar, editar y compartir archivos de OneDrive con los usuarios de ONLYOFFICE. {0}Acceda a su cuenta de Microsoft Azure y cree una nueva aplicación para la integración de ONLYOFFICE. Inserte los datos que recibió a continuación:</value>
</data>
<data name="ConsumersSmsc" xml:space="preserve">
@ -377,9 +332,6 @@
<value>Habilitar la aplicación de autenticación de dos factores vía Centro SMS.</value>
</data>
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>Al añadir la aplicación del servicio Centro SMS usted podrá habilitar la autenticación de dos factores y recibir un SMS con un código que le permite ingresar al portal ONLYOFFICE. La aplicación Centro SMS es útil como proveedor para paises CIS.</value>
</data>
<data name="ConsumersSmscInstructionV11" xml:space="preserve">
<value>Utilice esta aplicación para habilitar la autenticación de dos factores con el servicio SMS Center. {0}Inserte el nombre de su cuenta smsc y su contraseña (o la contraseña MD5 hash) en minúsculas:</value>
</data>
<data name="Consumerssmsclogin" xml:space="preserve">
@ -401,9 +353,6 @@
<value>Conectar Twilio para obtener la posibilidad de realizar llamadas a contactos del módulo CRM directamente de su navegador.</value>
</data>
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>Después de añadir Twilio Usted podrá llamar a cualquier contacto del módulo CRM directamente de su navegador.</value>
</data>
<data name="ConsumersTwilioInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para permitir a sus usuarios llamar a sus contactos desde el módulo CRM usando Twilio. {0}Vaya a la consola Twilio y pegue los siguientes datos:</value>
</data>
<data name="Consumerstwiliosender" xml:space="preserve">
@ -422,9 +371,6 @@
<value>Conectar la aplicación para acceder al portal usando la cuenta Twitter y buscar contactos.</value>
</data>
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>Si Usted añade la aplicación del servicio Twitter, Usted podrá conectar el acceso al portal ONLYOFFICE™ en la página de su perfil con ayuda de la cuenta Twitter. También Usted podrá enlazar la cuenta Twitter y leer noticias en la página de 'Editar persona/empresa' en el módulo CRM.</value>
</data>
<data name="ConsumersTwitterInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para permitir a sus usuarios iniciar sesión en ONLYOFFICE usando su Twitter y vincular las cuentas de Twitter de sus clientes al módulo CRM. {0}Vaya al Portal de Desarrolladores de Twitter y cree una nueva aplicación de integración de ONLYOFFICE. Inserte los datos que recibió a continuación:</value>
</data>
<data name="ConsumersTwitterKey" xml:space="preserve">
@ -457,9 +403,6 @@
<data name="ConsumersWordpressDescription" xml:space="preserve">
<value>Conectar la aplicación para publicar documentos en WordPress.</value>
</data>
<data name="ConsumersWordpressInstruction" xml:space="preserve">
<value>Después de añadir la aplicación WordPress se puede fácilmente publicar documentos en su sitio web WordPress guardando el formateo.</value>
</data>
<data name="ConsumerswpClientId" xml:space="preserve">
<value>Clave de WordPress</value>
</data>
@ -479,9 +422,6 @@
<value>Habilitar la aplicación para importar contactos de Yahoo.</value>
</data>
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>Al añadir la aplicación del servicio Yahoo podrá añadir usuarios al portal ONLYOFFICE de la lista de contactos.</value>
</data>
<data name="ConsumersYahooInstructionV11" xml:space="preserve">
<value>Habilite esta aplicación para añadir nuevos usuarios del portal desde su lista de contactos de Yahoo. {0}Vaya a la página Crear Aplicación en la Red de Desarrolladores de Yahoo y cree una nueva aplicación para la integración de ONLYOFFICE. Inserte los datos que recibió a continuación:</value>
</data>
<data name="ConsumersYandex" xml:space="preserve">

View File

@ -107,9 +107,6 @@
<value>Se connecter au service Bitly pour raccourcir les liens d'invitation vers le portail et les liens d'accès aux fichiers du module Documents.</value>
</data>
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>Si vous ajoutez le service Bitly, vous pouvez inviter de nouveaux utilisateurs au portail ONLYOFFICE™ en utilisant les liens raccourcis. En plus, ces liens peuvent être utilisés pour les documents disponibles dans le module Documents et qui ont été partagés avec des utilisateurs externes.</value>
</data>
<data name="ConsumersBitlyInstructionV11" xml:space="preserve">
<value>Activez cette application pour raccourcir des liens d'invitations et de documents. {0}Insérez votre identifiant Bitly et votre clé API ci-dessous :</value>
</data>
<data name="ConsumersBox" xml:space="preserve">
@ -125,9 +122,6 @@
<value>Connecter l'application pour gérer les fichiers et dossiers Box.</value>
</data>
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>Si vous ajoutez une application du service Box, vous pouvez connecter votre compte Box au module Documents. Cela vous permet de télécharger et créer de nouveaux fichiers dans Box, modifier ceux qui existent déjà, copier et supprimer, partager des fichiers et des dossiers avec les utilisateurs du portail ONLYOFFICE™.</value>
</data>
<data name="ConsumersBoxInstructionV11" xml:space="preserve">
<value>Activez cette application pour connecter votre compte Box au module Documents. Vous serez en mesure de gérer, éditer et partager les fichiers stockés sur Box avec les utilisateurs d'ONLYOFFICE. {0}Connectez-vous à votre compte Box, passez à la page pour les développeurs et créez une nouvelle appliction d'intégration pour ONLYOFFICE. Collez ci-dessous les données que vous venez de recevoir :</value>
</data>
<data name="ConsumersClickatell" xml:space="preserve">
@ -140,9 +134,6 @@
<value>Activer l'authentification à deux facteurs pour cette application via Clickatell.</value>
</data>
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>En ajoutant l'application du service Clickatell, vous serez en mesure d'activer l'authentification à deux facteurs et de recevoir un SMS avec un code permettant à l'utilisateur d'entrer dans le portail ONLYOFFICE.</value>
</data>
<data name="ConsumersClickatellInstructionV11" xml:space="preserve">
<value>Utilisez cette application pour activer l'authentification à deux facteurs en utilisant le service Clickatell. {0}Connectez-vous à votre compte de SMS Platform et créez une nouvelle intégration pour ONLYOFFICE. Copiez la clé apiKey et insérez-la ci-dessous :</value>
</data>
<data name="ConsumersDocuSign" xml:space="preserve">
@ -161,9 +152,6 @@
<value>Point de terminaison d'authentification DocuSign</value>
</data>
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>Si vous ajoutez une application du service DocuSign vous pouvez signer des fichiers à partir du module Documents. Cela permet denvoyer un fichier pour la signature électronique aux employés du portail ONLYOFFICE™ via le service DocuSugn. Le fichier signé sera sauvegardé dans le module Documents de ONLYOFFICE™.</value>
</data>
<data name="ConsumersDocuSignInstructionV11" xml:space="preserve">
<value>Activez cette application pour signer les documents électroniquement via DocuSign. {0}Passez à votre console administrateur DocuSign et ajoutez l'intégration avec ONLYOFFICE. Collez ci-dessous les données que vous venez de recevoir :</value>
</data>
<data name="ConsumersDropBox" xml:space="preserve">
@ -173,9 +161,6 @@
<value>Connecter l'application pour gérer les fichiers et dossiers Dropbox.</value>
</data>
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>Si vous ajoutez une application du service Dropbox, vous pouvez connecter votre compte Dropbox au module Documents. Cela permet de télécharger et créer de nouveaux fichiers dans Dropbox, modifier ceux qui existent déjà, copier et supprimer, partager des fichiers et des dossiers avec les utilisateurs du portail ONLYOFFICE™.</value>
</data>
<data name="ConsumersDropBoxInstructionV11" xml:space="preserve">
<value>Activez cette application pour connecter votre compte Dropbox au module Documents. Vous serez en mesure de gérer, éditer et partager les fichiers stockés sur Dropbox avec les utilisateurs d'ONLYOFFICE. {0}Connectez-vous à votre compte Dropbox, passez à la page pour les développeurs et créez une nouvelle appliction d'intégration pour ONLYOFFICE. Collez ci-dessous les données que vous venez de recevoir :</value>
</data>
<data name="ConsumersDropBoxKey" xml:space="preserve">
@ -193,9 +178,6 @@
<data name="ConsumersEasyBibDescription" xml:space="preserve">
<value>Connectez l'application EasyBib pour créer des listes bibliographiques.</value>
</data>
<data name="ConsumersEasyBibInstruction" xml:space="preserve">
<value>En ajoutant l'application EasyBib, vous pourrez facilement créer des listes bibliographiques dans vos documents.</value>
</data>
<data name="ConsumersFacebook" xml:space="preserve">
<value>Facebook</value>
</data>
@ -212,9 +194,6 @@
<value>Connecter l'application pour accèder au portail en utilisant le compte Facebook.</value>
</data>
<data name="ConsumersFacebookInstruction" xml:space="preserve">
<value>Si vous ajoutez une application du service Facebook, vous pouvez connecter votre compte Facebook sur votre page de profil en vue de l'utiliser pour accéder au portail ONLYOFFICE™. Cela vous permet également trouver un compte Facebook dun contact dans le module CRM et le lier sur la page « Modifier personne/entreprise ».</value>
</data>
<data name="ConsumersFacebookInstructionV11" xml:space="preserve">
<value>Activez cette application pour permettre aux utilisateurs de se connecter à ONLYOFFICE via Facebook et relier les comptes Facebook des clients au module CRM. {0}Passez au portail des développeurs Facebook et créez une nouvelle application d'intégration ONLYOFFICE. Collez ci-dessous les données que vous venez de recevoir :</value>
</data>
<data name="ConsumersFirebase" xml:space="preserve">
@ -235,9 +214,6 @@
<data name="ConsumersFirebaseDescription" xml:space="preserve">
<value>Connectez le service Firebase Cloud Messaging pour recevoir des notifications sur les messages qui vous sont envoyés.</value>
</data>
<data name="ConsumersFirebaseInstruction" xml:space="preserve">
<value>Si vous vous connectez à Firebase Cloud Messaging, vous serez en mesure de recevoir des notifications sur les messages qui vous sont envoyés même lorsque vous n'êtes pas connecté.</value>
</data>
<data name="ConsumersGoogle" xml:space="preserve">
<value>Google</value>
</data>
@ -259,9 +235,6 @@
<data name="ConsumersGoogleCloudDescription" xml:space="preserve">
<value>Connecter service Google Cloud Storage pour créer des copies de sauvegarde et stocker des données de votre portail.</value>
</data>
<data name="ConsumersGoogleCloudInstruction" xml:space="preserve">
<value>Quand vous ajoutez le service Google Cloud à votre portail, vous pourrez l'utiliser pour créer des copies de sauvegarde de votre portail en vous assurant qu'aucune donnée ne sera jamais perdue. Utilisez-le aussi pour stocker les données et le contenu statique de votre portail.</value>
</data>
<data name="ConsumersGoogleCloudjson" xml:space="preserve">
<value>Code JSON de GoogleCloud</value>
</data>
@ -269,9 +242,6 @@
<value>Se connecter au projet pour accéder au portail en utilisant le compte Google et pour gérer les fichiers et les dossiers Google Drive.</value>
</data>
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>En ajoutant un projet du service Google, vous pourrez connecter votre compte Google sur la page de votre profil en vue de l'utiliser pour l'accès au portail ONLYOFFICE™ et connecter votre compte Google Drive au module Documents. Cela vous permettra de télécharger et de créer de nouveaux fichiers dans Google Drive, modifier ceux qui existent déjà, copier et supprimer, partager des fichiers et des dossiers avec les utilisateurs du portail ONLYOFFICE™.</value>
</data>
<data name="ConsumersGoogleInstructionV11" xml:space="preserve">
<value>Activez cette application pour connecter votre compte Google Drive au module Documents. Vous serez en mesure de gérer, éditer et partager les fichiers stockés sur Google Drive avec les utilisateurs d'ONLYOFFICE. {0}Passez à la console Google APIs et créez un nouveau projet d'intégration avec ONLYOFFICE. Collez ci-dessous les données que vous venez de recevoir :</value>
</data>
<data name="ConsumersLinkedIn" xml:space="preserve">
@ -281,9 +251,6 @@
<value>Se connecter à l'application pour accéder au portail en utilisant le compte LinkedIn.</value>
</data>
<data name="ConsumersLinkedInInstruction" xml:space="preserve">
<value>Si vous ajoutez une application du service LinkedIn, vous pouvez connecter votre compte LinkedIn sur votre page de profil en vue de l'utiliser pour la connexion au portail ONLYOFFICE™.</value>
</data>
<data name="ConsumersLinkedInInstructionV11" xml:space="preserve">
<value>Activez cette application pour permettre aux utilisateurs de se connecter à ONLYOFFICE via leurs comptes LinkedIn. {0}Passez au site web des développeurs LinkedIn et créez une nouvelle application d'intégration ONLYOFFICE. Collez ci-dessous les données que vous venez de recevoir :</value>
</data>
<data name="ConsumersLinkedInKey" xml:space="preserve">
@ -313,9 +280,6 @@
<data name="ConsumersRackspaceDescription" xml:space="preserve">
<value>Connecter service Rackspace Cloud Storage pour créer des copies de sauvegarde et stocker des données de votre portail.</value>
</data>
<data name="ConsumersRackspaceInstruction" xml:space="preserve">
<value>Quand vous ajoutez le service Rackspace à votre portail, vous pourrez l'utiliser pour créer des copies de sauvegarde de votre portail en vous assurant qu'aucune donnée ne sera jamais perdue. Utilisez-le aussi pour stocker les données et le contenu statique de votre portail.</value>
</data>
<data name="ConsumersRackspaceprivate_container" xml:space="preserve">
<value>Conteneur Privé</value>
</data>
@ -346,9 +310,6 @@
<data name="ConsumersS3Description" xml:space="preserve">
<value>Connecter Amazon AWS S3 pour créer des copies de sauvegarde et stocker des données de votre portail.</value>
</data>
<data name="ConsumersS3Instruction" xml:space="preserve">
<value>Quand vous ajoutez le service Amazon AWS S3 à votre portail, vous pourrez l'utiliser pour créer des copies de sauvegarde de votre portail en vous assurant qu'aucune donnée ne sera jamais perdue. Utilisez-le aussi pour stocker les données et le contenu statique de votre portail.</value>
</data>
<data name="ConsumersS3region" xml:space="preserve">
<value>Région</value>
</data>
@ -370,9 +331,6 @@
<data name="ConsumersSelectelDescription" xml:space="preserve">
<value>Connecter le service Selectel Cloud Storage pour créer des copies de sauvegarde et stocker des données de votre portail.</value>
</data>
<data name="ConsumersSelectelInstruction" xml:space="preserve">
<value>Quand vous ajoutez le service Selectel à votre portail, vous pourrez l'utiliser pour créer des copies de sauvegarde de votre portail en vous assurant qu'aucune donnée ne sera jamais perdue. Utilisez-le aussi pour stocker les données et le contenu statique de votre portail.</value>
</data>
<data name="ConsumersSelectelprivate_container" xml:space="preserve">
<value>Conteneur Privé</value>
</data>
@ -398,9 +356,6 @@
<value>Connecter l'application pour gérer les fichiers et dossiers OneDrive.</value>
</data>
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>Si vous ajoutez une application du service OneDrive, vous pouvez connecter votre compte de OneDrive au module Documents. Cela permet de télécharger et créer de nouveaux fichiers dans OneDrive, modifier ceux qui existent déjà, copier et supprimer, partager des fichiers et des dossiers avec les utilisateurs du portail ONLYOFFICE™.</value>
</data>
<data name="ConsumersSkyDriveInstructionV11" xml:space="preserve">
<value>Activez cette application pour connecter votre compte OneDrive au module Documents. Vous serez en mesure de gérer, éditer et partager vos fichiers stockés à OneDrive avec les utilisateurs ONLYOFFICE. {0}Connectez-vous à votre compte Microsoft Azure et créez une nouvelle application d'intégration pour ONLYOFFICE. Collez ci-dessous les données que vous venez de recevoir :</value>
</data>
<data name="ConsumersSmsc" xml:space="preserve">
@ -410,9 +365,6 @@
<value>Activer l'authentification à deux facteurs pour cette application via SMS Center.</value>
</data>
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>En ajoutant l'application de service SMS Center, vous pourrez activer l'authentification à deux facteurs et recevoir un SMS avec un code permettant à l'utilisateur d'accéder au portail ONLYOFFICE. L'application SMS Center est utile en tant que fournisseur pour les pays de la CEI.</value>
</data>
<data name="ConsumersSmscInstructionV11" xml:space="preserve">
<value>Utilisez cete application pour activer l'authentification à deux facteurs via le service SMS Center. {0}Insérez l'identifiant de votre compte smsc et votre mot de passe (ou le mot de passe MD5 hash) en caractères minuscules :</value>
</data>
<data name="Consumerssmsclogin" xml:space="preserve">
@ -434,9 +386,6 @@
<value>Ajoutez Twilio pour appeler les contacts CRM depuis votre navigateur.</value>
</data>
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>Après avoir ajouté Twilio, vous pouvez appeler tout contaсt CRM depuis le navigateur.</value>
</data>
<data name="ConsumersTwilioInstructionV11" xml:space="preserve">
<value>Activez l'application pour permettre aux utilisateur de faire des appels directement depuis le module CRM en utilisant Twilio. {0}Passez à Twilio Console et collez ci-dessous les données suivantes :</value>
</data>
<data name="Consumerstwiliosender" xml:space="preserve">
@ -455,9 +404,6 @@
<value>Se connecter à l'application pour accéder au portail en utilisant le compte Twitter et rechercher des contacts.</value>
</data>
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>Si vous ajoutez une application du service Twitter, vous pouvez connecter votre compte Twitter sur la page de votre profil en vue de l'utiliser pour la connexion au portail ONLYOFFICE™. Cela vous permet également de trouver un compte Twitter dune personne dans le module CRM et le lier sur la page « Modifier personne/entreprise », et ensuite afficher le fil d'actualités sur Twitter.</value>
</data>
<data name="ConsumersTwitterInstructionV11" xml:space="preserve">
<value>Activez cette application pour permettre aux utilisateurs de se connecter à ONLYOFFICE via leur Twitter et reliez les comptes Twitter de vos clients à votre module CRM. {0}Passez au portail des développeurs Twitter et créez une nouvelle application d'intégration ONLYOFFICE. Collez ci-dessous les données que vous venez de recevoir :</value>
</data>
<data name="ConsumersTwitterKey" xml:space="preserve">
@ -490,9 +436,6 @@
<data name="ConsumersWordpressDescription" xml:space="preserve">
<value>Connectez l'application pour publier des documents dans WordPress.</value>
</data>
<data name="ConsumersWordpressInstruction" xml:space="preserve">
<value>En rajoutant l'application WordPress vous pouvez facilement publier les documents sur votre site WordPress, en sauvegardant leur mise en forme.</value>
</data>
<data name="ConsumerswpClientId" xml:space="preserve">
<value>Clé WordPress</value>
</data>
@ -512,9 +455,6 @@
<value>Activer l'importation de contacts Yahoo pour cette application.</value>
</data>
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>En ajoutant l'application de service Yahoo, vous pourrez ajouter les nouveaux utilisateurs du portail ONLYOFFICE à partir de la liste de contacts.</value>
</data>
<data name="ConsumersYahooInstructionV11" xml:space="preserve">
<value>Activez l'application pour ajouter les nouveaux utilisateurs au portail depuis votre liste de contacts Yahoo. {0}Sur la page Créer l'application passez à la section réservée aux développeurs Yahoo, créez une nouvelle application d'intégration pour ONLYOFFICE. Collez ci-dessous les données que vous venez de recevoir :</value>
</data>
<data name="ConsumersYandex" xml:space="preserve">

View File

@ -106,9 +106,6 @@
<data name="ConsumersBitlyDescription" xml:space="preserve">
<value>Collega il servizio Bitly per abbreviare i collegamenti dell'invito al portale e i collegamenti condivisi nel modulo Documenti.</value>
</data>
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>Se aggiungi il servizio Bitly otterrai link abbreviati per invitare nuovi utenti nel portale ONLYOFFICE® e link abbreviati ai documenti nel modulo Documenti che sono stati condivisi con utenti esterni.</value>
</data>
<data name="ConsumersBox" xml:space="preserve">
<value>Box</value>
</data>
@ -121,9 +118,6 @@
<data name="ConsumersBoxDescription" xml:space="preserve">
<value>Collega l'applicazione per gestire Box Files e cartelle.</value>
</data>
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>Se aggiungi un'applicazione del servizio Box sarai in grado di collegare il tuo account Box al modulo Documenti. Ciò ti consentirà di caricare e creare nuovi documenti su Box, modificare quelli esistenti, copiarli e/o cancellarli. condividere i file e cartelle con gli utenti del portale ONLYOFFICE®.</value>
</data>
<data name="ConsumersClickatell" xml:space="preserve">
<value>Clickatell</value>
</data>
@ -133,9 +127,6 @@
<data name="ConsumersClickatellDescription" xml:space="preserve">
<value>Collegare l'applicazione per abilitare l'autenticazione a due fattori tramite Clickatell.</value>
</data>
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>Aggiungendo l'applicazione per il servizio Clickatell è possibile attivare l'autorizzazione a due fattori per ricevere SMS con il codice di accesso dell'utente sul portale ONLYOFFICE®.</value>
</data>
<data name="ConsumersDocuSign" xml:space="preserve">
<value>DocuSign</value>
</data>
@ -151,18 +142,12 @@
<data name="ConsumersdocuSignHost" xml:space="preserve">
<value>autenticazione endpoint DocuSign</value>
</data>
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>Se aggiungi un'applicazione del servizio DocuSign sarai in grado di firmare i files dal modulo documenti. Ciò ti consentirà di inviare un file per la firma elettronica agli impiegati del portale ONLYOFFICE® tramite il servizio DocuSign. Il file firmato sarà salvato nel modulo Documenti di ONLYOFFICE®.</value>
</data>
<data name="ConsumersDropBox" xml:space="preserve">
<value>Dropbox</value>
</data>
<data name="ConsumersDropBoxDescription" xml:space="preserve">
<value>Connetti l'applicazione per gestire file e cartelle di Dropbox.</value>
</data>
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>Se aggiungi un'applicazione del servizio Dropbox sarai in grado di collegare il tuo account Dropbox al modulo Documenti. Ciò ti consentirà di caricare e creare nuovi documenti su Box, modificare quelli esistenti, copiarli e/o cancellarli. condividere i file e cartelle con gli utenti del portale ONLYOFFICE®.</value>
</data>
<data name="ConsumersDropBoxKey" xml:space="preserve">
<value>ID di Dropbox</value>
</data>
@ -178,9 +163,6 @@
<data name="ConsumersEasyBibDescription" xml:space="preserve">
<value>Collega l'applicazione EasyBib per creare elenchi bibliografici.</value>
</data>
<data name="ConsumersEasyBibInstruction" xml:space="preserve">
<value>Con l'aggiunta dell'applicazione EasyBib, puoi creare facilmente elenchi bibliografici nei tuoi documenti.</value>
</data>
<data name="ConsumersFacebook" xml:space="preserve">
<value>Facebook</value>
</data>
@ -196,9 +178,6 @@
<data name="ConsumersFacebookDescription" xml:space="preserve">
<value>Collega l'applicazione per registrarsi al portale usando l'account Facebook.</value>
</data>
<data name="ConsumersFacebookInstruction" xml:space="preserve">
<value>Se aggiungi un'applicazione del servizio Facebook sarai in grado di collegare il tuo account Facebook al profilo così che tu possa entrare nel portale ONLYOFFICE® direttamente. Inoltre sarà possibile trovare il rispettivo profilo Facebook di un contatto nel modulo CRM e collegarlo alla pagina 'Modifica contatto/azienda'.</value>
</data>
<data name="ConsumersFirebase" xml:space="preserve">
<value>Firebase</value>
</data>
@ -217,9 +196,6 @@
<data name="ConsumersFirebaseDescription" xml:space="preserve">
<value>Connetti il servizio Firebase Cloud Messagging per ricevere notifiche in merito ai messaggi che ti sono stati inviati.</value>
</data>
<data name="ConsumersFirebaseInstruction" xml:space="preserve">
<value>Se colleghi Firebase Cloud Messaging potrai ricevere notifiche dei messaggi a te inviati quando sei offline.</value>
</data>
<data name="ConsumersGoogle" xml:space="preserve">
<value>Google</value>
</data>
@ -241,27 +217,18 @@
<data name="ConsumersGoogleCloudDescription" xml:space="preserve">
<value>Connetti Google Cloud Storage al backup e archivia i dati del tuo portale.</value>
</data>
<data name="ConsumersGoogleCloudInstruction" xml:space="preserve">
<value>Quando aggiungi il servizio Google Cloud Storage al tuo portale, puoi utilizzarlo per creare copie di backup del tuo portale assicurandoti così che nessun dato sia perso. Usalo anche per memorizzare dati e contenuti statici dal tuo portale.</value>
</data>
<data name="ConsumersGoogleCloudjson" xml:space="preserve">
<value>GoogleCloud json</value>
</data>
<data name="ConsumersGoogleDescription" xml:space="preserve">
<value>Collega il progetto per registrarsi al portale usando l'account Google e gestire così file e cartelle in Google Drive.</value>
</data>
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>Se aggiungi un progetto del sevizio Google sarai successivamente in grado di collegare il tuo account Google nella tua pagina del profilo così che tu possa registrarti al portale ONLYOFFICE® inoltre utilizzando l'account Google Drive nel modulo Documenti. Ciò ti consentirà di caricare e creare nuovi files in Google Drive, modificare quelli esistenti, copiarli e/o cancellarli, condividere file e cartelle con gli utenti del portale ONLYOFFICE®.</value>
</data>
<data name="ConsumersLinkedIn" xml:space="preserve">
<value>LinkedIn</value>
</data>
<data name="ConsumersLinkedInDescription" xml:space="preserve">
<value>Collega l'applicazione per registrarsi al portale usando l'account Linkedin.</value>
</data>
<data name="ConsumersLinkedInInstruction" xml:space="preserve">
<value>Se aggiungi un'applicazione del servizio Linkedin sarai in grado di collegare il tuo account Linkedin al profilo così che tu possa entrare nel portale di ONLYOFFICE® direttamente.</value>
</data>
<data name="ConsumersLinkedInKey" xml:space="preserve">
<value>ID di LinkedIn</value>
</data>
@ -289,9 +256,6 @@
<data name="ConsumersRackspaceDescription" xml:space="preserve">
<value>Connetti Rackspace Cloud Storage al backup e archivia i dati del tuo portale.</value>
</data>
<data name="ConsumersRackspaceInstruction" xml:space="preserve">
<value>Quando aggiungi il servizio Rackspace Cloud Storage al tuo portale, puoi utilizzarlo per creare copie di backup del tuo portale assicurandoti così che nessun dato sia perso. Usalo anche per memorizzare dati e contenuti statici dal tuo portale.</value>
</data>
<data name="ConsumersRackspaceprivate_container" xml:space="preserve">
<value>Contenitore privato</value>
</data>
@ -322,9 +286,6 @@
<data name="ConsumersS3Description" xml:space="preserve">
<value>Connetti Amazon AWS S3 al backup e archivia i dati del tuo portale.</value>
</data>
<data name="ConsumersS3Instruction" xml:space="preserve">
<value>Quando aggiungi Amazon Simple Storage Service al tuo portale, puoi utilizzarlo per creare copie di backup del tuo portale assicurandoti così che nessun dato sia perso. Usalo anche per memorizzare dati e contenuti statici dal tuo portale.</value>
</data>
<data name="ConsumersS3region" xml:space="preserve">
<value>Regione</value>
</data>
@ -346,9 +307,6 @@
<data name="ConsumersSelectelDescription" xml:space="preserve">
<value>Connetti Selectel Cloud Storage al backup e archivia i dati del tuo portale.</value>
</data>
<data name="ConsumersSelectelInstruction" xml:space="preserve">
<value>Quando aggiungi il servizio Selectel Cloud Storage al tuo portale, puoi utilizzarlo per creare copie di backup del tuo portale assicurandoti così che nessun dato sia perso. Usalo anche per memorizzare dati e contenuti statici dal tuo portale.</value>
</data>
<data name="ConsumersSelectelprivate_container" xml:space="preserve">
<value>Contenitore privato</value>
</data>
@ -373,18 +331,12 @@
<data name="ConsumersSkyDriveDescription" xml:space="preserve">
<value>Collega l'applicazione per gestire file e cartelle in OneDrive.</value>
</data>
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>Se aggiungi un'applicazione del servizio OneDrive sarai in grado di collegare il tuo account OneDrive al modulo Documenti. Ciò ti consentirà di caricare e creare nuovi documenti su Box, modificare quelli esistenti, copiarli e/o cancellarli. condividere i file e cartelle con gli utenti del portale ONLYOFFICE®.</value>
</data>
<data name="ConsumersSmsc" xml:space="preserve">
<value>SMS-Center</value>
</data>
<data name="ConsumersSmscDescription" xml:space="preserve">
<value>Collegare l'applicazione per abilitare l'autenticazione a due fattori tramite l'SMS-Center.</value>
</data>
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>Aggiungendo l'applicazione del servizio SMS Center è possibile attivare l'autorizzazione a due fattori per ricevere SMS con il codice di accesso dell'utente sul portale SOLOOFFICE®. SMS-center è conveniente utilizzare come provider di SMS per i paesi CIS.</value>
</data>
<data name="Consumerssmsclogin" xml:space="preserve">
<value>Login</value>
</data>
@ -403,9 +355,6 @@
<data name="ConsumersTwilioDescription" xml:space="preserve">
<value>Aggiungi Twilio per poter chiamare i contatti CRM direttamente dal browser.</value>
</data>
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>Dopo aver aggiunto Twilio sarai in grado di chiamare i contatti CRM direttamente dal browser.</value>
</data>
<data name="Consumerstwiliosender" xml:space="preserve">
<value>Numero di telefono da Twilio (richiesto per l'autorizzazione SMS)</value>
</data>
@ -421,9 +370,6 @@
<data name="ConsumersTwitterDescription" xml:space="preserve">
<value>Collega l'applicazione per registrarsi al portale utilizzando l'account Twitter e cercare contatti.</value>
</data>
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>Aggiungendo un'applicazione del servizio Twitter potrai collegare il tuo account Twitter alla pagina del profilo, così facendo potrai usarlo per entrare nel portale ONLYOFFICE®. Inoltre sarai in grado di trovare un account Twitter di una persona nel modulo CRM e collegarla nella pagina 'Modifica persona/azienda' e visualizzare i suoi Tweet.</value>
</data>
<data name="ConsumersTwitterKey" xml:space="preserve">
<value>API Key</value>
</data>
@ -454,9 +400,6 @@
<data name="ConsumersWordpressDescription" xml:space="preserve">
<value>Collega l'applicazione per consentire la pubblicazione di documenti su WordPress.</value>
</data>
<data name="ConsumersWordpressInstruction" xml:space="preserve">
<value>Aggiungendo l'applicazione Wordpress potrai facilmente pubblicare documenti sul tuo sito Wordpress mantenendo la loro formattazione.</value>
</data>
<data name="ConsumerswpClientId" xml:space="preserve">
<value>Chiave WordPress</value>
</data>
@ -475,9 +418,6 @@
<data name="ConsumersYahooDescription" xml:space="preserve">
<value>Collegare l'applicazione per importare i contatti di Yahoo.</value>
</data>
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>Aggiungendo l'applicazione del servizio Yahoo, è possibile aggiungere nuovi utenti del portale ONLYOFFICE® direttamente dall'elenco dei contatti.</value>
</data>
<data name="ConsumersYandex" xml:space="preserve">
<value>Yandex</value>
</data>
@ -931,16 +871,16 @@
<data name="ConsumersappleIdPrivateKey" xml:space="preserve">
<value>Chiave privata scaricata da Apple Developer</value>
</data>
<data name="ConsumersBitlyInstructionV11" xml:space="preserve">
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>Attiva questa app per abbreviare i link d'invito e di documenti. {0}Inserisci il tuo login Bitly e la chiave API di seguito:</value>
</data>
<data name="ConsumersBoxInstructionV11" xml:space="preserve">
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>Abilita questa app per connettere il tuo account Box al modulo Documenti. Potrai gestire, modificare e condividere file da Box con gli utenti ONLYOFFICE. {0}Accedi al tuo account nella pagina degli sviluppatori di Box e crea una nuova app per l'integrazione di ONLYOFFICE. Inserisci di seguito i dati che hai ricevuto:</value>
</data>
<data name="ConsumersDocuSignInstructionV11" xml:space="preserve">
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>Attiva questa app per firmare digitalmente i documenti utilizzando DocuSign. {0}Vai alla tua Console di amministrazione DocuSign e aggiungi l'integrazione ONLYOFFICE. Inserisci di seguito i dati che hai ricevuto:</value>
</data>
<data name="ConsumersDropBoxInstructionV11" xml:space="preserve">
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>Attiva questa app per connettere il tuo account Dropbox al modulo Documenti. Potrai gestire, modificare e condividere file da Dropbox con gli utenti ONLYOFFICE. {0}Accedi al tuo account sul sito web degli sviluppatori di Dropbox e crea una nuova app per l'integrazione di ONLYOFFICE. Inserisci di seguito i dati che hai ricevuto:</value>
</data>
<data name="ErrorFileNotImage" xml:space="preserve">

View File

@ -370,7 +370,7 @@
<data name="ConsumersBitlyDescription" xml:space="preserve">
<value>ポータルの招待リンクと文書モジュール共有リンクをを短くするように、Bitlyサービスを接続します。</value>
</data>
<data name="ConsumersBitlyInstructionV11" xml:space="preserve">
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>このアプリを有効にすると、文書と招待リンクを短くすることができます。{0}以下にBitlyログインとAPIキーを入力してください</value>
</data>
<data name="ConsumersboxClientSecret" xml:space="preserve">
@ -379,7 +379,7 @@
<data name="ConsumersBoxDescription" xml:space="preserve">
<value>Boxファイルとフォルダを管理するように、アプリを接続します。</value>
</data>
<data name="ConsumersBoxInstructionV11" xml:space="preserve">
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>このアプリを有効にすると、Boxアカウントを文書モジュールに接続して、Boxの文書を管理・編集・別のONLYOFFICEユーザと共有できます。{0}Box開発者ページでサインインし、ONLYOFFICE統合のために新しいアプリを作成してください。その後、データを以下に入力してください</value>
</data>
<data name="ConsumersClickatell" xml:space="preserve">
@ -391,7 +391,7 @@
<data name="ConsumersClickatellDescription" xml:space="preserve">
<value>Clickatellを介して二要素認証のアプリを有効します。</value>
</data>
<data name="ConsumersClickatellInstructionV11" xml:space="preserve">
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>このアプリを使用して、Clickatellサービスでの二要素認証を有効にしてください。{0}SMSプラットフォームアカウントにサインインし、ONLYOFFICE用の新しいインテグレーションを作成します。apiKeyをコピーして、下に挿入してください:</value>
</data>
<data name="ConsumersDocuSign" xml:space="preserve">
@ -406,13 +406,13 @@
<data name="ConsumersdocuSignHost" xml:space="preserve">
<value>DocuSign認証端点</value>
</data>
<data name="ConsumersDocuSignInstructionV11" xml:space="preserve">
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>このアプリを有効にすると、DocuSignを使用してデジタル的に文書を署名します。{0}DocuSign管理者コンソールでONLYOFFICE統合を追加してください。その後、データを以下に入力してください</value>
</data>
<data name="ConsumersDropBoxDescription" xml:space="preserve">
<value>Dropboxファイルとフォルダを管理するように、アプリを接続します。</value>
</data>
<data name="ConsumersDropBoxInstructionV11" xml:space="preserve">
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>このアプリを有効にすると、Dropboxアカウントを文書モジュールに接続して、Dropboxの文書を管理・編集・別のONLYOFFICEユーザと共有できます。{0}Dropbox開発者ページでサインインし、ONLYOFFICE統合のために新しいアプリを作成してください。その後、データを以下に入力してください</value>
</data>
<data name="ConsumersDropBoxKey" xml:space="preserve">
@ -433,7 +433,7 @@
<data name="ConsumersFacebookDescription" xml:space="preserve">
<value>アプリをONLYOFFICEに接続すると、Facebookでポータルにサインインし、コンタクトを検索できます。</value>
</data>
<data name="ConsumersFacebookInstructionV11" xml:space="preserve">
<data name="ConsumersFacebookInstruction" xml:space="preserve">
<value>このアプリを有効にすると、Facebookを使用してONLYOFFICEにサインイン、またはCRMモジュールで顧客のFacebookアカウントをリンクできます。{0}Facebook開発者ポータルでONLYOFFICE統合のために新しいアプリを作成してください。その後、データを以下に入力してください</value>
</data>
<data name="ConsumersFirebase" xml:space="preserve">
@ -469,7 +469,7 @@
<data name="ConsumersGoogleDescription" xml:space="preserve">
<value>プロジェクトを接続して、Googleアカウントを介してポータルにサインインしたり、Google Driveファイルとフォルダーを管理したりすることだできます。</value>
</data>
<data name="ConsumersGoogleInstructionV11" xml:space="preserve">
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>このアプリを有効にすると、Google Driveアカウントを文書モジュールに接続して、Google Driveの文書を管理・編集・別のONLYOFFICEユーザと共有できます。{0} Google Drive APIsコンソールでONLYOFFICE統合のために新しいアプリを作成してください。その後、データを以下に入力してください</value>
</data>
<data name="ConsumersLinkedIn" xml:space="preserve">
@ -556,13 +556,13 @@
<data name="ConsumersSkyDriveDescription" xml:space="preserve">
<value>OneDriveファイルとフォルダを管理するように、アプリを接続します。</value>
</data>
<data name="ConsumersSkyDriveInstructionV11" xml:space="preserve">
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>このアプリを有効にすると、OneDriveアカウントを文書モジュールに接続して、OneDriveの文書を管理・編集・別のONLYOFFICEユーザと共有できます。{0}Microsoft Azureアカウントにサインインし、ONLYOFFICE統合のために新しいアプリを作成してください。その後、データを以下に入力してください</value>
</data>
<data name="ConsumersSmscDescription" xml:space="preserve">
<value>SMSセンターを介して二要素認証のアプリを有効します。</value>
</data>
<data name="ConsumersSmscInstructionV11" xml:space="preserve">
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>SMSセンターサービスで二要素認証を有効にするには、このアプリを使用します。{0}smscアカウントのログイン名とパスワードまたはパスワードのMD5ハッシュを小文字で入力してください:</value>
</data>
<data name="Consumerssmscpsw" xml:space="preserve">
@ -577,13 +577,13 @@
<data name="ConsumersTelegramDescription" xml:space="preserve">
<value>ポータル通知を受けるように、Telegramアカウントを接続します。</value>
</data>
<data name="ConsumersTelegramInstructionV11" xml:space="preserve">
<data name="ConsumersTelegramInstruction" xml:space="preserve">
<value>Telegramを使用してポータル通知を受けるように、Telegram用のボットを有効にしてください。新しいボットを作成するためにTelegramデスクトップでBotFatherを使用してください。そのボットを使用を使用するように、各ユーザがプロフィールのページでTelegram通知を有効にしなければなりません。{0}ボットのユーザ名とトークンを以下のフィールドに入力してください。</value>
</data>
<data name="ConsumersTwilioDescription" xml:space="preserve">
<value>Twilioを追加すると、ブラウザー直接から顧客に電話できます。</value>
</data>
<data name="ConsumersTwilioInstructionV11" xml:space="preserve">
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>このアプリを有効にすると、Twilioを使用してCRMモジュールから顧客に電話できます。{0}Twilioコンソールからのデータを以下に入力してください</value>
</data>
<data name="Consumerstwiliosender" xml:space="preserve">
@ -592,7 +592,7 @@
<data name="ConsumersTwitterDescription" xml:space="preserve">
<value>アプリをONLYOFFICEに接続すると、Twitterでポータルにサインインし、コンタクトを検索できます。</value>
</data>
<data name="ConsumersTwitterInstructionV11" xml:space="preserve">
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>このアプリを接続すると、Twitterを使用してONLYOFFICEにサインイン、またはCRMモジュールでお客様のTwitterアカウントをリンクできます。{0} Twitter開発者ポータルでONLYOFFICE統合のために新しいアプリを作成してください。その後、データを以下に入力してください</value>
</data>
<data name="ConsumersVkDescription" xml:space="preserve">
@ -604,7 +604,7 @@
<data name="ConsumersYahooDescription" xml:space="preserve">
<value>Yahoo連絡先インポートのアプリを接続します。</value>
</data>
<data name="ConsumersYahooInstructionV11" xml:space="preserve">
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>このアプリを有効にすると、Yahooの連絡先リストからのユーザをポータルに追加できます。{0}Yahoo!デベロッパーネットワークのアプリ作成というページでONLYOFFICE統合のために新しいアップリを作成してください。その後、データを以下に入力してください</value>
</data>
<data name="ConsumersYandexDescription" xml:space="preserve">

View File

@ -550,7 +550,7 @@
<data name="ConsumersBitlyDescription" xml:space="preserve">
<value>Conecte o serviço Bitly para encurtar os links compartilhados e os links de convite do portal no módulo Documentos.</value>
</data>
<data name="ConsumersBitlyInstructionV11" xml:space="preserve">
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>Habilitar este aplicativo para encurtar os links de convite e documento. {0}Inserir seu login Bitly e a chave API abaixo:</value>
</data>
<data name="ConsumersBox" xml:space="preserve">
@ -565,7 +565,7 @@
<data name="ConsumersBoxDescription" xml:space="preserve">
<value>Conecte o aplicativo para gerenciar os arquivos e pastas da Box.</value>
</data>
<data name="ConsumersBoxInstructionV11" xml:space="preserve">
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>Habilite este aplicativo para conectar sua conta Box ao módulo Documentos. Você poderá gerenciar, editar e compartilhar arquivos do Box com usuários ONLYOFFICE. {0}Assine sua conta na página de desenvolvedores do Box e crie um novo aplicativo para integração com o ONLYOFFICE. Insira os dados que você recebeu abaixo:</value>
</data>
<data name="ConsumersClickatell" xml:space="preserve">
@ -577,7 +577,7 @@
<data name="ConsumersClickatellDescription" xml:space="preserve">
<value>Habilitar o aplicativo para autenticação de dois fatores via Clickatell.</value>
</data>
<data name="ConsumersClickatellInstructionV11" xml:space="preserve">
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>Use este aplicativo para permitir a autenticação de dois fatores com o serviço Clickatell. {0}Ingresse em sua conta da plataforma SMS e crie uma nova integração para ONLYOFFICE. Copie uma apiKey e insira-a abaixo:</value>
</data>
<data name="ConsumersDocuSign" xml:space="preserve">
@ -592,13 +592,13 @@
<data name="ConsumersdocuSignHost" xml:space="preserve">
<value>Endpoint de autenticação DocuSign</value>
</data>
<data name="ConsumersDocuSignInstructionV11" xml:space="preserve">
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>Habilitar este aplicativo para assinar digitalmente documentos usando DocuSign. {0} Vá para seu DocuSign Admin Console e adicione a integração ONLYOFFICE. Insira os dados que você recebeu abaixo:</value>
</data>
<data name="ConsumersDropBoxDescription" xml:space="preserve">
<value>Conectar o aplicativo para gerenciar arquivos e pastas da Dropbox.</value>
</data>
<data name="ConsumersDropBoxInstructionV11" xml:space="preserve">
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>Habilite este aplicativo para conectar sua conta Dropbox ao módulo Documentos. Você será capaz de gerenciar, editar e compartilhar arquivos do Dropbox com usuários ONLYOFFICE. {0}Assine sua conta no website Dropbox Developers e crie um novo aplicativo para integração com o ONLYOFFICE. Insira os dados que você recebeu abaixo:</value>
</data>
<data name="ConsumersDropBoxKey" xml:space="preserve">
@ -655,7 +655,7 @@
<data name="ConsumersGoogleDescription" xml:space="preserve">
<value>Conecte o projeto para entrar no portal usando uma conta do Google e gerenciar os arquivos e pastas do Google Drive.</value>
</data>
<data name="ConsumersGoogleInstructionV11" xml:space="preserve">
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>Habilite este aplicativo para conectar sua conta Google Drive ao módulo Documentos. Você será capaz de gerenciar, editar e compartilhar arquivos do Google Drive com usuários do ONLYOFFICE. {0}Vá ao console das APIs do Google e crie um novo projeto para integração com o ONLYOFFICE. Insira os dados que você recebeu abaixo:</value>
</data>
<data name="ConsumersLinkedInDescription" xml:space="preserve">
@ -733,13 +733,13 @@
<data name="ConsumersSkyDriveDescription" xml:space="preserve">
<value>Conecte o aplicativo para gerenciar os arquivos e pastas do OneDrive.</value>
</data>
<data name="ConsumersSkyDriveInstructionV11" xml:space="preserve">
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>Habilite este aplicativo para conectar sua conta OneDrive ao módulo Documentos. Você será capaz de gerenciar, editar e compartilhar arquivos da OneDrive com usuários ONLYOFFICE. {0}Ingresse em sua conta Microsoft Azure e crie um novo aplicativo para integração ONLYOFFICE. Insira os dados que você recebeu abaixo:</value>
</data>
<data name="ConsumersSmscDescription" xml:space="preserve">
<value>Habilitar o aplicativo para a autenticação de dois fatores via SMS Center.</value>
</data>
<data name="ConsumersSmscInstructionV11" xml:space="preserve">
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>Use este aplicativo para permitir a autenticação de dois fatores com o serviço SMS Center. {0}Inserir login de sua conta smsc e sua senha (ou senha MD5 hash) em minúsculas:</value>
</data>
<data name="Consumerssmscpsw" xml:space="preserve">
@ -748,13 +748,13 @@
<data name="ConsumersTelegramDescription" xml:space="preserve">
<value>Collega l'account Telegram per ricevere le notifiche del portale tramite Telegram.</value>
</data>
<data name="ConsumersTelegramInstructionV11" xml:space="preserve">
<data name="ConsumersTelegramInstruction" xml:space="preserve">
<value>Para receber notificações do portal via Telegram, habilite o Telegram bot. Você pode criar um novo bot usando BotFather in Telegram Desktop. Para usar este bot, os usuários do portal precisam ativar as notificações por telegrama em sua página de perfil. {0}Colar o nome de usuário do bot e o token que você recebeu nos campos abaixo.</value>
</data>
<data name="ConsumersTwilioDescription" xml:space="preserve">
<value>Adicionar Twilio para poder chamar contatos CRM diretamente do navegador.</value>
</data>
<data name="ConsumersTwilioInstructionV11" xml:space="preserve">
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>Habilite este aplicativo para permitir que seus usuários chamem seus contatos a partir do módulo CRM usando o Twilio. {0} Vá para o Twilio Console e cole os seguintes dados abaixo:</value>
</data>
<data name="Consumerstwiliosender" xml:space="preserve">
@ -763,7 +763,7 @@
<data name="ConsumersTwitterDescription" xml:space="preserve">
<value>Conecte o aplicativo para entrar no portal usando uma conta do Twitter e pesquisar por contatos.</value>
</data>
<data name="ConsumersTwitterInstructionV11" xml:space="preserve">
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>Habilite este aplicativo para permitir que seus usuários acessem a ONLYOFFICE usando seu Twitter e vinculem as contas de seus clientes no Twitter ao módulo CRM. {0} Vá para o Portal de Desenvolvedores do Twitter e crie um novo aplicativo de integração ONLYOFFICE. Insira os dados que você recebeu abaixo:</value>
</data>
<data name="ConsumersVkDescription" xml:space="preserve">
@ -772,7 +772,7 @@
<data name="ConsumersWordpressDescription" xml:space="preserve">
<value>Habilitar o aplicativo para publicar documentos diretamente no WordPress.</value>
</data>
<data name="ConsumersYahooInstructionV11" xml:space="preserve">
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>Habilite este aplicativo para adicionar novos usuários do portal a partir de sua lista de contatos do Yahoo. {0}Vá para a página Criar aplicativo na Rede de Desenvolvedores Yahoo e crie um novo aplicativo para integração ONLYOFFICE. Insira os dados que você recebeu abaixo:</value>
</data>
<data name="ConsumersYandexDescription" xml:space="preserve">

View File

@ -128,9 +128,6 @@
<value>Enable this application to shorten portal invitation links and shared links in the Documents module with the Bitly service.</value>
</data>
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>If you add the Bitly service you will get shortened links to invite new users to the ONLYOFFICE™ portal and shortened links to documents in the Documents module that have been shared with external users.</value>
</data>
<data name="ConsumersBitlyInstructionV11" xml:space="preserve">
<value>Enable this app to shorten the invitation and document links. {0}Insert your Bitly login and API key below:</value>
</data>
<data name="ConsumersBox" xml:space="preserve">
@ -146,9 +143,6 @@
<value>Enable the application to manage Box files and folders.</value>
</data>
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>If you add an application of the Box service you will be able to connect your Box account in the Documents module. This will allow to upload and create new files in Box, edit existing ones, copy and delete them, share files and folders with ONLYOFFICE™ portal users.</value>
</data>
<data name="ConsumersBoxInstructionV11" xml:space="preserve">
<value>Enable this app to connect your Box account to the Documents module. Youll be able to manage, edit, and share files from Box with ONLYOFFICE users. {0}Sign in to your account on the Box developers page and create a new app for ONLYOFFICE integration. Insert the data you received below:</value>
</data>
<data name="ConsumersClickatell" xml:space="preserve">
@ -161,9 +155,6 @@
<value>Enable the application for the two-factor authentication via Clickatell.</value>
</data>
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>Adding the Clickatell service application you will be able to enable the two-factor authentication and receive an SMS with a code allowing the user to enter ONLYOFFICE portal.</value>
</data>
<data name="ConsumersClickatellInstructionV11" xml:space="preserve">
<value>Use this app to enable two-factor authentication with Clickatell service. {0}Sign in to your SMS Platform account and create a new integration for ONLYOFFICE. Copy an apiKey and insert it below:</value>
</data>
<data name="ConsumersDocuSign" xml:space="preserve">
@ -182,9 +173,6 @@
<value>DocuSign authentication endpoint</value>
</data>
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>If you add an application of the DocuSign service you will be able to sign files from the Documents module. This will allow to send a file for electronic signature to the ONLYOFFICE™ portal employees via the DocuSugn service. The signed file will be saved in the ONLYOFFICE™ Documents module.</value>
</data>
<data name="ConsumersDocuSignInstructionV11" xml:space="preserve">
<value>Enable this app to digitally sign documents using DocuSign. {0}Go to your DocuSign Admin Console and add ONLYOFFICE integration. Insert the data you received below:</value>
</data>
<data name="ConsumersDropBox" xml:space="preserve">
@ -194,9 +182,6 @@
<value>Enable the application to manage Dropbox files and folders.</value>
</data>
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>If you add an application of the Dropbox service you will be able to connect your Dropbox account in the Documents module. This will allow to upload and create new files in Dropbox, edit existing ones, copy and delete them, share files and folders with ONLYOFFICE™ portal users.</value>
</data>
<data name="ConsumersDropBoxInstructionV11" xml:space="preserve">
<value>Enable this app to connect your Dropbox account to the Documents module. Youll be able to manage, edit, and share files from Dropbox with ONLYOFFICE users. {0}Sign in to your account on the Dropbox Developers website and create a new app for ONLYOFFICE integration. Insert the data you received below:</value>
</data>
<data name="ConsumersDropBoxKey" xml:space="preserve">
@ -215,7 +200,7 @@
<value>Enable this application to create bibliographic lists in documents with EasyBib.</value>
</data>
<data name="ConsumersEasyBibInstruction" xml:space="preserve">
<value>When you add the EasyBib application, you can easily create bibliographic lists in your documents.</value>
<value>Enable this app to create bibliographies in ONLYOFFICE editors. {0}Go to the EasyBib signup page and fill in the form to add ONLYOFFICE integration. After you get an app key, paste it below:</value>
</data>
<data name="ConsumersFacebook" xml:space="preserve">
<value>Facebook</value>
@ -233,9 +218,6 @@
<value>Enable the application to sign in to the portal using a Facebook account.</value>
</data>
<data name="ConsumersFacebookInstruction" xml:space="preserve">
<value>If you add an application of the Facebook service you will be able to connect your Facebook account on your profile page so that you can sign in to the ONLYOFFICE™ portal using it. You will also be able to find a Facebook account of a contact in the CRM module and link it on the 'Edit person/company' page.</value>
</data>
<data name="ConsumersFacebookInstructionV11" xml:space="preserve">
<value>Enable this app to allow your users to sign in to ONLYOFFICE using Facebook and link their customers Facebook accounts to the CRM module. {0}Go to Facebook Developers Portal and create a new app ONLYOFFICE integration. Insert the data you received below:</value>
</data>
<data name="ConsumersFirebase" xml:space="preserve">
@ -257,7 +239,7 @@
<value>Enable this application to receive notifications about the messages sent to you with Firebase Cloud Messaging.</value>
</data>
<data name="ConsumersFirebaseInstruction" xml:space="preserve">
<value>If you connect Firebase Cloud Messaging you will be able to receive notifications about the messages sent to you even when you are offline.</value>
<value>Enable this app to allow your users to receive notifications about the messages even offline. {0}Go to Firebase console and add a new project for ONLYOFFICE integration. Insert the data you received below:</value>
</data>
<data name="ConsumersGoogle" xml:space="preserve">
<value>Google</value>
@ -281,7 +263,7 @@
<value>Connect Google Cloud Storage service to backup and store data from your portal.</value>
</data>
<data name="ConsumersGoogleCloudInstruction" xml:space="preserve">
<value>When you add Google Cloud Storage service to your portal, you can use it to create backups of your portal making sure no data will be ever lost. Use it also to store data and static content from your portal.</value>
<value>Connect Google Cloud Storage service to backup and store data from your portal. {0}Go to Google Cloud Platform Console and create a new service account for ONLYOFFICE. Paste the data you received below:</value>
</data>
<data name="ConsumersGoogleCloudjson" xml:space="preserve">
<value>GoogleCloud json</value>
@ -290,9 +272,6 @@
<value>Connect the project to sign in to the portal using a Google account and manage Google Drive files and folders.</value>
</data>
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>If you add a project of the Google service you will be able to connect your Google account on your profile page so that you can sign in to the ONLYOFFICE™ portal using it as well as connect your Google Drive account in the Documents module. This will allow to upload and create new files in Google Drive, edit existing ones, copy and delete them, share files and folders with ONLYOFFICE™ portal users.</value>
</data>
<data name="ConsumersGoogleInstructionV11" xml:space="preserve">
<value>Enable this app to connect your Google Drive account to the Documents module. Youll be able to manage, edit, and share files from Google Drive with ONLYOFFICE users. {0}Go to Google APIs console and create a new project for ONLYOFFICE integration. Insert the data you received below:</value>
</data>
<data name="ConsumersLinkedIn" xml:space="preserve">
@ -302,9 +281,6 @@
<value>Enable the application to sign in to the portal using a LinkedIn account.</value>
</data>
<data name="ConsumersLinkedInInstruction" xml:space="preserve">
<value>If you add an application of the LinkedIn service you will be able to connect your LinkedIn account on your profile page so that you can sign in to the ONLYOFFICE™ portal using it.</value>
</data>
<data name="ConsumersLinkedInInstructionV11" xml:space="preserve">
<value>Enable this app to allow your users to sign in to ONLYOFFICE using their LinkedIn accounts. {0}Go to the LinkedIn Developers website and create a new app ONLYOFFICE integration. Insert the data you received below:</value>
</data>
<data name="ConsumersLinkedInKey" xml:space="preserve">
@ -350,7 +326,7 @@
<value>Connect Rackspace Cloud Storage service to backup and store data from your portal.</value>
</data>
<data name="ConsumersRackspaceInstruction" xml:space="preserve">
<value>When you add Rackspace Cloud Storage service to your portal, you can use it to create backups of your portal making sure no data will be ever lost. Use it also to store data and static content from your portal.</value>
<value>Connect Rackspace Cloud Storage service to backup and store data from your portal. {0}In the security settings of Rackspace Cloud Control Panel, click the Show link next to Rackspace API Key. Paste the data you received below:</value>
</data>
<data name="ConsumersRackspaceprivate_container" xml:space="preserve">
<value>Private Container</value>
@ -383,7 +359,7 @@
<value>Connect Amazon AWS S3 to backup and store data from your portal.</value>
</data>
<data name="ConsumersS3Instruction" xml:space="preserve">
<value>When you add Amazon AWS S3 to your portal, you can use it to create backups of your portal making sure no data will be ever lost. Use it also to store data and static content from your portal.</value>
<value>Connect Amazon AWS S3 to backup and store data from your portal. {0}Go to the AWS Management Console and create access keys for ONLYOFFICE. Paste the data you received below:</value>
</data>
<data name="ConsumersS3region" xml:space="preserve">
<value>Region</value>
@ -407,7 +383,7 @@
<value>Connect Selectel Cloud Storage service to backup and store data from your portal.</value>
</data>
<data name="ConsumersSelectelInstruction" xml:space="preserve">
<value>When you add Selectel Cloud Storage service to your portal, you can use it to create backups of your portal making sure no data will be ever lost. Use it also to store data and static content from your portal.</value>
<value>Connect Selectel Cloud Storage service to backup and store data from your portal. {0}Get the access data for a user with Read/Write rights for containers where you plan to store your backups and paste it below:</value>
</data>
<data name="ConsumersSelectelprivate_container" xml:space="preserve">
<value>Private container</value>
@ -434,9 +410,6 @@
<value>Enable the application to manage OneDrive files and folders.</value>
</data>
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>If you add an application of the OneDrive service you will be able to connect your OneDrive account in the Documents module. This will allow to upload and create new files in OneDrive, edit existing ones, copy and delete them, share files and folders with ONLYOFFICE™ portal users.</value>
</data>
<data name="ConsumersSkyDriveInstructionV11" xml:space="preserve">
<value>Enable this app to connect your OneDrive account to the Documents module. Youll be able to manage, edit, and share files from OneDrive with ONLYOFFICE users. {0}Sign in to your Microsoft Azure account and create a new app for ONLYOFFICE integration. Insert the data you received below:</value>
</data>
<data name="ConsumersSmsc" xml:space="preserve">
@ -446,9 +419,6 @@
<value>Enable the application for the two-factor authentication via SMS Center.</value>
</data>
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>Adding the SMS Center service application you will be able to enable the two-factor authentication and receive an SMS with a code allowing the user to enter ONLYOFFICE portal. SMS Center application is useful as a provider for CIS countries.</value>
</data>
<data name="ConsumersSmscInstructionV11" xml:space="preserve">
<value>Use this app to enable two-factor authentication with SMS Center service. {0}Insert your smsc account login and your password (or password MD5 hash) in lower case:</value>
</data>
<data name="Consumerssmsclogin" xml:space="preserve">
@ -469,7 +439,7 @@
<data name="ConsumersTelegramDescription" xml:space="preserve">
<value>Connect Telegram account to receive portal notifications via Telegram.</value>
</data>
<data name="ConsumersTelegramInstructionV11" xml:space="preserve">
<data name="ConsumersTelegramInstruction" xml:space="preserve">
<value>To receive portal notifications via Telegram, enable Telegram bot. You can create a new bot using BotFather in Telegram Desktop. To use this bot, portal users need to enable Telegram notifications on their Profile Page. {0}Paste bots username and the token you received in the fields below.</value>
</data>
<data name="ConsumersTwilio" xml:space="preserve">
@ -485,9 +455,6 @@
<value>Enable this application to call CRM contacts with Twilio.</value>
</data>
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>After you add Twilio, you will be able to call any CRM contact right from the browser.</value>
</data>
<data name="ConsumersTwilioInstructionV11" xml:space="preserve">
<value>Enable this app to allow your users to call their contacts from the CRM module using Twilio. {0}Go to Twilio Console and paste the following data below:</value>
</data>
<data name="Consumerstwiliosender" xml:space="preserve">
@ -506,9 +473,6 @@
<value>Enable the application to sign in to the portal using a Twitter account and search for contacts.</value>
</data>
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>If you add an application of the Twitter service you will be able to connect your Twitter account on your profile page so that you can sign in to the ONLYOFFICE™ portal using it. You will also be able to find a Twitter account of a person in the CRM module and link it on the 'Edit person/company' page and then view Twitter news feed.</value>
</data>
<data name="ConsumersTwitterInstructionV11" xml:space="preserve">
<value>Enable this app to allow your users to sign in to ONLYOFFICE using their Twitter and link their customers Twitter accounts to the CRM module. {0}Go to Twitter Developers Portal and create a new app ONLYOFFICE integration. Insert the data you received below:</value>
</data>
<data name="ConsumersTwitterKey" xml:space="preserve">
@ -542,7 +506,7 @@
<value>Enable the application to publish documents directly in WordPress.</value>
</data>
<data name="ConsumersWordpressInstruction" xml:space="preserve">
<value>Adding the WordPress application you can easily publish the documents on your WordPress website, saving their formatting.</value>
<value>Enable the application to easily publish documents to your WordPress website. {0}On the Wordpress Developers page, create a new app for ONLYOFFICE integration. Paste the data you received below:</value>
</data>
<data name="ConsumerswpClientId" xml:space="preserve">
<value>WordPress Key</value>
@ -563,9 +527,6 @@
<value>Enable the application to import users from the Yahoo service.</value>
</data>
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>Adding the Yahoo service application you will be able to add ONLYOFFICE portal new users from the contact list.</value>
</data>
<data name="ConsumersYahooInstructionV11" xml:space="preserve">
<value>Enable this app to add new portal users from your Yahoo contact list. {0}Go to the Create Application page in the Yahoo Developer Network and create a new app for ONLYOFFICE integration. Insert the data you received below:</value>
</data>
<data name="ConsumersYandex" xml:space="preserve">

View File

@ -107,9 +107,6 @@
<value>Подключите это приложение для сокращения пригласительных ссылок на портал и ссылок для доступа к файлам в модуле 'Документы' с помощью сервиса Bitly.</value>
</data>
<data name="ConsumersBitlyInstruction" xml:space="preserve">
<value>Добавив сервис Bitly, Вы будуте получать сокращенные ссылки для приглашения новых пользователей на портал ONLYOFFICE™ и сокращенные ссылки для документов в модуле 'Документы', к которым был предоставлен доступ для внешних пользователей.</value>
</data>
<data name="ConsumersBitlyInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы сокращать пригласительные ссылки и ссылки на документы. {0}Вставьте ваш логин Bitly и ключ API ниже:</value>
</data>
<data name="ConsumersBox" xml:space="preserve">
@ -125,9 +122,6 @@
<value>Подключите приложение для управления файлами и папками Box.</value>
</data>
<data name="ConsumersBoxInstruction" xml:space="preserve">
<value>Добавив приложение сервиса Box, Вы сможете подключить свой аккаунт Box в модуле 'Документы'. Это позволит загружать и создавать новые файлы в Box, редактировать существующие, копировать и удалять их, предоставлять доступ к файлам и папкам для пользователей портала ONLYOFFICE™.</value>
</data>
<data name="ConsumersBoxInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы подключить свой аккаунт Box к модулю "Документы". Вы сможете управлять документами из Box, редактировать их и предоставлять к ним доступ для пользователей ONLYOFFICE. {0}Войдите в свою учетную запись на странице для разработчиков Box и создайте новое приложение для интеграции ONLYOFFICE. Вставьте полученные данные ниже:</value>
</data>
<data name="ConsumersClickatell" xml:space="preserve">
@ -140,9 +134,6 @@
<value>Подключите приложение для включения двухфакторной аутентификации через Clickatell.</value>
</data>
<data name="ConsumersClickatellInstruction" xml:space="preserve">
<value>Добавив приложение сервиса Clickatell, Вы сможете включить двухфакторную аутентификацию для получения SMS с кодом входа пользователя на портал ONLYOFFICE.</value>
</data>
<data name="ConsumersClickatellInstructionV11" xml:space="preserve">
<value>Используйте это приложение, чтобы включить двухфакторную аутентификацию с помощью сервиса Clickatell. {0}Войдите в аккаунт SMS Platform и создайте новую интеграцию для ONLYOFFICE. Скопируйте apiKey и вставьте его ниже:</value>
</data>
<data name="ConsumersDocuSign" xml:space="preserve">
@ -161,9 +152,6 @@
<value>Конечная точка авторизации DocuSign</value>
</data>
<data name="ConsumersDocuSignInstruction" xml:space="preserve">
<value>Добавив приложение сервиса DocuSign, Вы сможете подписывать файлы модуля 'Документы'. Это позволит Вам отправлять файл на получение электронной подписи сотрудникам портала ONLYOFFICE™ средствами сервиса DocuSugn. Подписанный файл будет сохранён в модуле 'Документы' портала ONLYOFFICE™.</value>
</data>
<data name="ConsumersDocuSignInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы подписывать документы электронной подписью DocuSign. {0}Перейдите в консоль администратора DocuSign и добавьте интеграцию ONLYOFFICE. Вставьте полученные данные ниже:</value>
</data>
<data name="ConsumersDropBox" xml:space="preserve">
@ -173,9 +161,6 @@
<value>Подключите приложение для управления файлами и папками Dropbox.</value>
</data>
<data name="ConsumersDropBoxInstruction" xml:space="preserve">
<value>Добавив приложение сервиса Dropbox, Вы сможете подключить свой аккаунт Dropbox в модуле 'Документы'. Это позволит загружать и создавать новые файлы в Dropbox, редактировать существующие, копировать и удалять их, предоставлять доступ к файлам и папкам для пользователей портала ONLYOFFICE™.</value>
</data>
<data name="ConsumersDropBoxInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы подключить свой аккаунт Dropbox к модулю "Документы". Вы сможете управлять документами из Dropbox, редактировать их и предоставлять к ним доступ для пользователей ONLYOFFICE. {0}Войдите в свою учетную запись на сайте для разработчиков Dropbox Developers и создайте новое приложение для интеграции ONLYOFFICE. Вставьте полученные данные ниже:</value>
</data>
<data name="ConsumersDropBoxKey" xml:space="preserve">
@ -193,9 +178,6 @@
<data name="ConsumersEasyBibDescription" xml:space="preserve">
<value>Подключите это приложение для создания библиографических списков в документах с помощью сервиса EasyBib.</value>
</data>
<data name="ConsumersEasyBibInstruction" xml:space="preserve">
<value>Добавив приложение EasyBib, вы сможете легко создавать библиографические списки в документах.</value>
</data>
<data name="ConsumersFacebook" xml:space="preserve">
<value>Facebook</value>
</data>
@ -212,9 +194,6 @@
<value>Подключите приложение для входа на портал по учетной записи Facebook.</value>
</data>
<data name="ConsumersFacebookInstruction" xml:space="preserve">
<value>Добавив приложение сервиса Facebook, Вы сможете на странице своего профиля подключить вход на портал ONLYOFFICE™ с помощью аккаунта Facebook. Также Вы сможете на странице редактирования персоны или компании CRM находить и привязывать аккаунт Facebook.</value>
</data>
<data name="ConsumersFacebookInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы пользователи могли входить в ONLYOFFICE, используя Facebook, и привязывать Facebook-аккаунты клиентов в модуле CRM. {0}Перейдите на портал для разработчиков Facebook и создайте новое приложение для интеграции ONLYOFFICE. Вставьте полученные данные ниже:</value>
</data>
<data name="ConsumersFirebase" xml:space="preserve">
@ -235,9 +214,6 @@
<data name="ConsumersFirebaseDescription" xml:space="preserve">
<value>Подключите это приложение для получения оповещений об отправленных вам сообщениях с помощью сервиса Firebase Cloud Messaging.</value>
</data>
<data name="ConsumersFirebaseInstruction" xml:space="preserve">
<value>Подключив сервис Firebase Cloud Messaging, вы сможете получать оповещения об отправленных вам сообщениях, даже если вы не в сети.</value>
</data>
<data name="ConsumersGoogle" xml:space="preserve">
<value>Google</value>
</data>
@ -259,9 +235,6 @@
<data name="ConsumersGoogleCloudDescription" xml:space="preserve">
<value>Подключите сервис Google Cloud Storage для резервного копирования и хранения данных портала.</value>
</data>
<data name="ConsumersGoogleCloudInstruction" xml:space="preserve">
<value>Добавив сервис Google Cloud Storage, вы сможете использовать его для создания резервных копий портала, чтобы предотвратить потерю данных. Также используйте его для хранения данных и статического содержимого портала.</value>
</data>
<data name="ConsumersGoogleCloudjson" xml:space="preserve">
<value>json-файл GoogleCloud</value>
</data>
@ -269,9 +242,6 @@
<value>Подключите проект для входа на портал по учетной записи Google и для управления файлами и папками Google Drive.</value>
</data>
<data name="ConsumersGoogleInstruction" xml:space="preserve">
<value>Добавив проект сервиса Google, Вы сможете на странице своего профиля подключить вход на портал ONLYOFFICE™ с помощью аккаунта Google и подключить свой аккаунт Google Drive в модуле 'Документы'. Это позволит загружать и создавать новые файлы в Google Drive, редактировать существующие, копировать и удалять их, предоставлять доступ к файлам и папкам для пользователей портала ONLYOFFICE™.</value>
</data>
<data name="ConsumersGoogleInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы подключить свой аккаунт Google Drive к модулю "Документы". Вы сможете управлять документами из Google Drive, редактировать их и предоставлять к ним доступ для пользователей ONLYOFFICE. {0}Перейдите в консоль API Google и создайте новый проект для интеграции ONLYOFFICE. Вставьте полученные данные ниже:</value>
</data>
<data name="ConsumersLinkedIn" xml:space="preserve">
@ -281,9 +251,6 @@
<value>Подключите приложение для входа на портал по учетной записи LinkedIn.</value>
</data>
<data name="ConsumersLinkedInInstruction" xml:space="preserve">
<value>Добавив приложение сервиса LinkedIn, Вы сможете на странице своего профиля подключить вход на портал ONLYOFFICE™ с помощью аккаунта LinkedIn.</value>
</data>
<data name="ConsumersLinkedInInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы пользователи могли входить в ONLYOFFICE, используя свои аккаунты в LinkedIn. {0}Перейдите на сайт Сеть разработчиков LinkedIn и создайте новое приложение для интеграции ONLYOFFICE. Вставьте полученные данные ниже:</value>
</data>
<data name="ConsumersLinkedInKey" xml:space="preserve">
@ -313,9 +280,6 @@
<data name="ConsumersRackspaceDescription" xml:space="preserve">
<value>Подключите сервис Rackspace Cloud Storage для резервного копирования и хранения данных портала.</value>
</data>
<data name="ConsumersRackspaceInstruction" xml:space="preserve">
<value>Добавив сервис Rackspace Cloud Storage, вы сможете использовать его для создания резервных копий портала, чтобы предотвратить потерю данных. Также используйте его для хранения данных и статического содержимого портала.</value>
</data>
<data name="ConsumersRackspaceprivate_container" xml:space="preserve">
<value>Приватный контейнер</value>
</data>
@ -346,9 +310,6 @@
<data name="ConsumersS3Description" xml:space="preserve">
<value>Подключите Amazon AWS S3 для резервного копирования и хранения данных портала.</value>
</data>
<data name="ConsumersS3Instruction" xml:space="preserve">
<value>Добавив Amazon AWS S3, вы сможете использовать его для создания резервных копий портала, чтобы предотвратить потерю данных. Также используйте его для хранения данных и статического содержимого портала.</value>
</data>
<data name="ConsumersS3region" xml:space="preserve">
<value>Регион</value>
</data>
@ -370,9 +331,6 @@
<data name="ConsumersSelectelDescription" xml:space="preserve">
<value>Подключите сервис Selectel Облачное хранилище для резервного копирования и хранения данных портала.</value>
</data>
<data name="ConsumersSelectelInstruction" xml:space="preserve">
<value>Добавив сервис Selectel, вы сможете использовать его для создания резервных копий портала, чтобы предотвратить потерю данных. Также используйте его для хранения данных и статического содержимого портала.</value>
</data>
<data name="ConsumersSelectelprivate_container" xml:space="preserve">
<value>Приватный контейнер</value>
</data>
@ -398,9 +356,6 @@
<value>Подключите приложение для управления файлами и папками OneDrive.</value>
</data>
<data name="ConsumersSkyDriveInstruction" xml:space="preserve">
<value>Добавив приложение сервиса OneDrive, Вы сможете подключить свой аккаунт OneDrive в модуле 'Документы'. Это позволит загружать и создавать новые файлы в OneDrive, редактировать существующие, копировать и удалять их, предоставлять доступ к файлам и папкам для пользователей портала ONLYOFFICE™.</value>
</data>
<data name="ConsumersSkyDriveInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы подключить свой аккаунт OneDrive к модулю "Документы". Вы сможете управлять документами из OneDrive, редактировать их и предоставлять к ним доступ для пользователей ONLYOFFICE. {0}Войдите в свою учетную запись Microsoft Azure и создайте новое приложение для интеграции ONLYOFFICE. Вставьте полученные данные ниже:</value>
</data>
<data name="ConsumersSmsc" xml:space="preserve">
@ -410,9 +365,6 @@
<value>Подключите приложение для включения двухфакторной аутентификации через SMS-центр.</value>
</data>
<data name="ConsumersSmscInstruction" xml:space="preserve">
<value>Добавив приложение сервиса SMS-центр, Вы сможете включить двухфакторную аутентификацию для получения SMS с кодом входа пользователя на портал ONLYOFFICE. SMS-центр удобно использовать как SMS-провайдер для стран СНГ.</value>
</data>
<data name="ConsumersSmscInstructionV11" xml:space="preserve">
<value>Используйте это приложение, чтобы включить двухфакторную аутентификацию с помощью сервиса SMS Center. {0}Вставьте логин от аккаунта smsc и пароль (или MD5 хэш от пароля) в нижнем регистре:</value>
</data>
<data name="Consumerssmsclogin" xml:space="preserve">
@ -434,9 +386,6 @@
<value>Подключите это приложение, чтобы звонить контактам CRM с помощью сервиса Twilio.</value>
</data>
<data name="ConsumersTwilioInstruction" xml:space="preserve">
<value>После добавления Twilio вы сможете звонить любому контакту CRM прямо из браузера.</value>
</data>
<data name="ConsumersTwilioInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы пользователи могли звонить контактам из модуля CRM с помощью Twilio. {0}Перейдите в Консоль Twilio и вставьте следующие данные ниже:</value>
</data>
<data name="Consumerstwiliosender" xml:space="preserve">
@ -455,9 +404,6 @@
<value>Подключите приложение для входа на портал по учетной записи Twitter и поиска контактов.</value>
</data>
<data name="ConsumersTwitterInstruction" xml:space="preserve">
<value>Добавив приложение сервиса Twitter, Вы сможете на странице своего профиля подключить вход на портал ONLYOFFICE™ с помощью аккаунта Twitter. Также Вы сможете на странице персоны или компании CRM привязывать аккаунт и читать новости Twitter.</value>
</data>
<data name="ConsumersTwitterInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы пользователи могли входить в ONLYOFFICE, используя Twitter, и привязывать Twitter-аккаунты клиентов в модуле CRM. {0}Перейдите на портал для разработчиков Twitter и создайте новое приложение для интеграции ONLYOFFICE. Вставьте полученные данные ниже:</value>
</data>
<data name="ConsumersTwitterKey" xml:space="preserve">
@ -490,9 +436,6 @@
<data name="ConsumersWordpressDescription" xml:space="preserve">
<value>Подключите приложение для публикации документов прямо в WordPress.</value>
</data>
<data name="ConsumersWordpressInstruction" xml:space="preserve">
<value>Добавив приложение WordPress Вы сможете легко, сохраняя форматирование, публиковать документы на своем сайте WordPress.</value>
</data>
<data name="ConsumerswpClientId" xml:space="preserve">
<value>Ключ WordPress</value>
</data>
@ -512,9 +455,6 @@
<value>Подключите приложение для импорта контактов Yahoo.</value>
</data>
<data name="ConsumersYahooInstruction" xml:space="preserve">
<value>Добавив приложение сервиса Yahoo, Вы сможете добавлять новых пользователей на портал ONLYOFFICE из списка контактов.</value>
</data>
<data name="ConsumersYahooInstructionV11" xml:space="preserve">
<value>Подключите это приложение, чтобы добавлять новых пользователей портала из вашего списка контактов Yahoo. {0}Перейдите на страницу создания приложения в сети разработчиков Yahoo Developer Network и создайте новое приложение для интеграции ONLYOFFICE. Вставьте полученные данные ниже:</value>
</data>
<data name="ConsumersYandex" xml:space="preserve">
@ -1015,7 +955,7 @@
<data name="PortalName" xml:space="preserve">
<value>Облачное пространство для ваших офисных документов</value>
</data>
<data name="ConsumersTelegramInstructionV11" xml:space="preserve">
<data name="ConsumersTelegramInstruction" xml:space="preserve">
<value>Чтобы получать оповещения портала через Telegram, включите бота Telegram. Вы можете создать нового бота, используя BotFather в десктопном приложении Telegram. Чтобы использовать этого бота, пользователи портала должны включить оповещения Telegram на странице своего профиля. {0}Вставьте полученные имя пользователя бота и токен в поля ниже.</value>
</data>
<data name="ConsumersTelegramBotToken" xml:space="preserve">