Wps office end user license agreement

How to add a new language

If the language you’re interested in is not present in the root directory, it
means no one has translated it yet, and you need to add it yourself.

For example, we are going to add Vietnamese.

Now we know that stands for Vietnamese. OK, let’s create the directory.

cd dev
./new_lang.sh vi_VI

The directory is created at top-level of the repo. Next step is to edit :

cd ../vi_VI
gedit lang.conf  # substitute with ${YOUR_FAVORITE_EDITOR}

You should now modify the and settings,
which will be displayed in the language chooser dialog.

And then, you need an icon for your language, named in this case.
For now you can ignore it.

Now save your changes and test:

make install

Note: If you’re using A11p2 or an earlier version, root privilege is needed:

sudo make install

Restart WPS and you will find the new language.

Note: If you added a language, please immediately send us a pull request,
in order to avoid duplication of efforts (and nasty merge conflicts).

Как удалить WPS Office

Прежде чем удалять китайский ВПС офис, нужно снять процессы в диспетчере задач, чтобы ничего не мешало.

1Нажимаем сочетание клавиш Ctrl+Alt+Del и выбираем Диспетчер задач.

2Найдите одноименные и выберите все выполняемые программы с названием ВПС офис и красным значком, таковых должно быть 3 штуки.

Выделяете процесс, нажимаете правой кнопкой мыши, выбираете из контекстного меню Остановить процесс.

Рис.6 – Поиск и отключение процессов WPS Office

Процессы отключили, далее, чтобы полностью удалить с компьютера не нужный WPS Office Expansion tool, делаем следующее:

3Откройте окно «Все параметры» и зайдите в раздел «Приложения и возможности» или с помощью сочетанием клавиш Win + X;

Рис.7 – Пункт меню «Программы и компоненты»

4Дождитесь загрузки списка всех установленных программ;

Пользователям Windows 7 нужно открыть Панель управления и зайти в окно Установка и удаление программ, найти WPS офис и удалить.

Рис. 8 — Программы и компоненты в Windows 7

5Выбираем китайский офис и нажимаем на появившейся кнопке Удалить;

Рис.9 – Поиск программы в Windows 10

6Откроется окно деинсталлятора Kingsoft. В нем вы можете указать причину удаления (не обязательно), выберите «No feedback. Please uninstall WPS (Без обратной связи. Пожалуйста, удалите WPS)».

7Далее, снимите галочку с пункта «Save configuration…», чтобы на ПК не осталось никаких связанных с программой файлов. Для старта удаления кликните на Uninstall.

Рис.10 – Подготовка к удалению

Если у Вас каким-то образом оказалась именно китайская версия, то удалить WPS Office, Вы можете таким же образом, только нужно выбрать соответствующие пункты, как показано ниже.

Рис.11 – Подготовка у удалению китайского офиса

Если вы подозреваете, что приложение могло распространить вирус на компьютере, выполните сканирование системы с помощью Защитника Windows или любого другого антивируса.

Удаление Вы так же можете запустить через меню Пуск. Выбираете первый пункт с корзиной. И проделайте шаги описанные выше.

Рис.12 – Китайский офис в меню Пуск

После завершения удаления рекомендуем поискать на диске «С:\» папки с названием «WPS».

А также зайти в реестр (Win+R, введите команду regedit). Далее нажмите Ctrl+F и в поиске введите WPS Office. Удалите все параметры, которые будут найдены в реестре, как показано ниже.

Рис.13 – Поиск записей в реестре после деинсталяции

Теперь вы знаете все о том, что это за программа WPS Office. Нужна ли она вам, решать только Вам.

Мы рекомендуем устанавливать её только с сайта разработчика и только в том случае, если у вас нет возможности использовать полноценный MS Office на своем ПК.

Китайский аналог приложения, больше подходит для использования на смартфонах и планшетах.

Видео как удалить WPS Office Expansion tool с компьютера:

How to translate strings

There is a directory named for each language. There are several files
in the directory, which can be opened with Linguist.

cd xx_XX/ts  # substitute with actual locale
linguist wpsresource.ts

While you’re at it, it’s recommended to keep some files from other relevant
languages open side-by-side for reference, if that’s the case. You can do it in
Linguist, just follow the steps:

For example, if you’re translating you may want to
occasionally reference to the strings. Then you can open
for that.

You can translate KSO/WPS in any order you want. But we strongly recommend that
you translate , and first,
because they comprise the main interface so a user reads these strings first.

Once you translated some strings and saved your changes, just run

make install

to install and test your work.

How to translate non-string resources

KSO/WPS will try to load resources first from the language-specific directory,
falling back to the default directory.

If you want to translate non-string resources, for example templates, you can
create a same directory structure as in your language’s directory,
then copy-and-edit the file you want to translate.

For example, here’s the steps to translate the template for .

cd vi_VI
mkdir templates
cd templates
cp ../../default/templates/normal.wpt .
wps -t normal.wpt  # edit it

You’re free to copy resources from other languages.

Note: Do not copy the entire directory tree from default; it’s not a good idea.
Please only copy the files you need.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

Adblock
detector