Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Create task on http://tracker.ucs.ru/

With following content.

...

...

...

...

...

...

...

...

Image Removed

Select your preferred interface language if needed

Image Removed

You can set default interface language for your profile also

Image Removed

Image Removed

3. How to upload your existing files to localize.ucs.ru

Create task on http://tracker.ucs.ru/

Task subject – needs yo upload files to localize.ucs.ru

Task message – attached files which you want to upload and for which language

When files will be uploaded to localize.ucs.ru continue translation only with localize.ucs.ru

4. Start or continue your translation

4.1 Select project which you want to translate

Image Removed

4.2 Select your language (PLEASE BE CAREFUL AND SELECT ONLY YOUR LANGUAGE)

Image Removed

4.3 Click continue translation

Image Removed

4.4 Input your translation for the line and click “Submit”

Image Removed

5. How to download your localization file.

5.1 Click on file which you want to download

Image Removed

5.2 Click download XLIFF (not simple download). XLF file will be downloaded

Image Removed

Image Removed

...

Uploading Translation Files

If you already have existing translation files, you can download them to localize.ucs.ru.
To do that, create a request at sd.rkeeper.ru with the following fields:

  • Topic — Uploading files to localize.ucs.ru 
  • Product category — r_k 7

In the Files section, click the Add file button
Image Added

A new window will open. Click Add file, select the required files, add a description, if needed, and click Save.
Image Added

When your files are uploaded, you may continue your translations at localize.ucs.ru.

Starting or Continuing Translation

  1. In the Projects list, select R-Keeper 7
    Image Added
  2. Select the language you require. Please, be careful to select only your language
    Image Added
  3. Click Continue translation
    Image Added
  4. Enter your translation and click Submit
    Image Added

Downloading Localization Files

When your translation is ready, you can download your translation files.

  1. In the Files area, click the file you want to download
    Image Added
  2. In the right part of the window, click Download XLIFF. An .xlf file will be downloaded
    Image Added


Note

You must replace an XML header — first 3 lines — in your localization file after download.

For example

...

, your downloaded file

...

has the following header:

Code Block
<?xml version='1.0' encoding='utf-8'?>

...


<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" version="1.1">

...


  <file original="manager7.xliff" source-language="en-US" datatype="plaintext" target-language="hu">

Replace this block

...

with one similar to the specified below:

Code Block
<?xml version="1.0" encoding="utf-8"?>

...


<xliff xmlns:ucslng="http://www.ucs.ru/langer">

...


<file original="manager7.xliff" source-language="en-US" datatype="plaintext" target-language="hu" ucslng:charset="238" ucslng:kbdname="0000040E">

...

To be sure everything is right, you may copy the block to be inserted from your old localization files which

...

are already

...

included in the r_keeper 7 build at the FTP.

After that, add the downloaded files to the software folder, for example, to D

When you download files which you need you can check it by adding them to software folder.

...

:\RK7\bin\win\localize\

...

 and insert the following lines into rk7srv.ini:

Code Block
MainLang=.\localize\rkeeper7\rkeeper7.(your lang).xlf

...



AltLang=.\localize\rkeeper7\rkeeper7.en.xlf

...





UpgradeAnyTime = 1

...

Save the changes and run the .exe file directly

...

, not using the .bat file.