Primo 2.0 Skins   

Primo 2.0 Skins

Postby Yurbuh Tuggly » Thu Dec 29, 2011 6:19 am

[b]Requirements:[/b]
Primo 2.0--[color="#FF0000"][b][i]ONLY[/i][/b]: NO OTHER VERSIONS OF PRIMO![/color]--installed and running on PNA/PND device.

---------------------------
[b]You can get Primo 2.0 here:[/b]
[url=http://www.navitotal.com/showthread.php?9656-iGo-Primo-2.0-Build-9.6.5.211211-%28Dec-07-2011%29-Torrent]:link:[/url]
---------------------------

These are "Full" skins for [b]Primo 2.0 ONLY[/b] from the two major players.
They are maturing rapidly, and can now be considered mostly stable, but there are sure to be updates for each.
Check back often for new versions

Extract RAR file(s) on your PC.
Place main {skin}.zip (do not extract it!) in {Primo2}/content/skin.
If the \skin folder does not exist under ..\content, create it there. Like this:
[b]{Primo}
.\content
[color="#FFF0F5"].[/color]..\skin[/b] [b][color="#FF0000"]<<--put the {skin}.zip file here in that folder[/color][/b]
Start Primo2.
Replacement Skins are not enabled by default. To enable, go to More/Settings>Display>Day Skin Scheme>{Choose what you want} ; Night Skin Theme>{Choose what you want} : then Restart Primo2.

If you want to use the Mapchanger Tool (optional), copy Utility folder to the root of your Primo2 folder so it is like this: {Primo2}\utility.
In the utility folder, edit UTILITY.INI so that your specific paths are correct..example:
DirContent=\{Your Drive Name}\{Your Primo2 Folder Name}\content
DirSave=\{Your Drive Name}\{Your Primo2 Folder Name}\save
Then proceed with the rest of the instructions for setting up your map folders (instructions are in the utility folder of the skin).
=================================================================================
[b][u]diMkaWA P156[/u][/b]
Supports resolutions of 320x240, 480x234, 480x272, 800x480
diMka WA (WertVRV and Andron66)
[color="#006400"]Do not forget to say thank you to:
Andron66 - author of picture skin (800_480 completely redrawn for almost all the pictures in high quality).
dima8389 - author of the original skin di / \ / \ ka for iGO8.3, many of whom moved to the skin for Primo.
psb - author decompiler files *. lua, without which there would be no skins.[/color]

Picture:
[spoiler]
[img]http://img15.hostingpics.net/pics/593316p150.gif[/img]
[/spoiler]
Change Log/History:
[spoiler]
-----------------------------------------
For versions of Primo 2.0, 2.0.1.
In the archive:
diMkaWA_P156.zip - with images of icons and buttons Andron66 (in the folder content / skin);
diMkaWA_P156_default.zip - skin with default picture buttons and icons (in the folder content / skin);
utility - folder utility MapChanger
font - folder with digital print (if the folder in the root of the program will be able to display the splash screen in digital font)
Speedcam_Example.jpg - screenshot folder contents audio for one of the languages ​​of voice acting camera warning for other languages ​​in the file name must be the same.
readme_oldchanges_version12_ru.txt - list of functions and features that have been in the skin for version 1.2 and work in the skin for version 2.0.
-----------------------------------------
[b]History:[/b]
[b]Scroll to the end for LATEST changes and updates.[/b]

ver. P.1.5.0:
1. Includes all the features and add-on skin for version 1.2.
2. The new principle of the "Return to the machine":
- A single place to store a list of recorded provisions (previously beaten the story) - \ userlists \ ret2car_history.txt;
- View the recorded provisions in the "Details" in the main search menu;
- Ability to filter the list of events (loss of signal output, etc.);
- The maximum size of the list - 24, reaching a maximum at the old records are deleted.
3. Changing the position (address) custom POI.
4. Setting time disappearing Information Bar "Roadside Service" (highway POI).
5. New item in menu TTSPro - "Options for the route in real-time" (the phrase "In .... m. possible alternative route to the street ......, ....... shorter feet.")
- To listen to and enable / disable the extra distance to the point of the phrase detour phrase naming the street (the street name in the test will be only after determining the position of GPS), a phrase of comparison (shorter / longer on ...) can be directly in the menu (button to go to the screen test voice-activated in the ground and included a voice with a sound);
- Enable / disable a menu will be available TTSPro with the support of TTS-voice such a possibility, ie the presence of \ i18n \ dictionary.voice voice file such a block transfer (for example, Russian TTS):
After% s = "A% s"
Possible alternative route = "possible alternative route"
more shortly on% s = "shorter on% s"
more long on% s = "longer on% s"
For a complete voice-phrase the name and the street due to the fact that version 2.0 allows you to get a formatted voice file name the streets, you need a voice file to use TTS-voices in the \ config \ config_transforms.lua add function format_street_name ():
for example, Russian TTS:
-----------
function format_street_name (streetname)
if wstring.sub (streetname, 1, 9) == L "for_turns" then
local str = smart_lower_case (wstring.sub (streetname, 10))
local str1 = transform_and_format (str, replace_mapinfo)
str1 = transform_and_format (str1, replace_for_turns)
if sc_GetSysEntry ("tts", "accusative_case", 0) then
str1 = transform_and_format (str1, accusative_case)
end
return not_settlement (str) .. str1
else
return transform_and_format (smart_lower_case (streetname), replace_mapinfo)
end
end
-----------
for example, the Czech TTS:
-----------
function format_street_name (streetname)
if wstring.sub (streetname, 1, 9) == L "for_turns" then
local str = wstring.sub (streetname, 10)
return not_settlement (str) .. transform_and_format (str, replace_mapinfo)
else
return transform_and_format (streetname, replace_mapinfo)
end
end
-----------
for example, the English TTS:
-----------
function format_street_name (streetname)
if wstring.sub (streetname, 1, 9) == L "for_turns" then
return transform_and_format (wstring.sub (streetname, 10), transform.roadname_abbrev_table, destname.ROADNAME)
else
return transform_and_format (streetname, transform.roadname_abbrev_table)
end
end
-----------
For the Czech and English voices format_street_name () is made on the basis of the files that I have (perhaps there are other voices, then the rules are similar).
Adding this feature will correct pronunciation of the street further using TTSPro-function "Information on the current situation", which was problematic in version 1.2.
In connection with support for 2.0 capabilities in a single file to keep the pictures for day and night modes will be the skin in a single file. Select it as necessary for day and night to design the menu.
Normally when using version 2.0 of the outer skin at regime change day / night making some buttons unseen current state, this fact can be seen at the time of the change in the skin of default on external. In the skins, this defect is corrected in the future change of day / night will be fine.
Skin to version 2.0 exists in 2 versions:
- With pictures of buttons and icons from Andron66 (thank you);
- With the default picture buttons and icons.

ver. P.1.5.1:
1. Fixed inaccuracy, which led to a permanent establishment crash.txt (with records REPOSITORY).
2. The ability to create lock for direction:
- It is possible to choose the direction the lock (on the route / backward / both directions);
- This method allows you to lock the block several segments of the road network;
- In spite of the selected points (start, finish) in the middle segments, blocking the map shows and acts from beginning to end extreme segments.
Mini-statement:
- Entrance to the lock screen - Menu path / More / Lock for direction;
- Choose a starting point by clicking on the map (address of the selected position is displayed at the top);
- Switch the selection mode endpoint (only available after the initial point);
- After selecting the endpoint by clicking on the map (address of the selected position is displayed at the top) is calculated once the temporary route, along the entire length of which will be blocked segments;
- If the points are chosen correctly, out of the lock screen is not necessary, at once, you can click on the map to move the point;
- Choose the direction of the block: direct (from the start and end points) / reverse / both directions;
- Reaffirm the establishment, change / no change intervals.
- In order to distinguish these from the standard single-block segments (as they appear in a list), with the direction of the lock will have a name like "starting point URL address of the endpoint type blocking direction"
3. Other minor bug fixes.

ver. P.1.5.2

1. Enlarged and redrawn pointers maneuvers in the booth for all permits (thanks Andron66).
2. Arrow in the cab (on the top right button menu) now shows the next waypoint.
3. Added ability to disable the phrase "unit of measurement speed limit" (km / h, etc.) in TTS Pro alerts to increase the speed limits and road cameras.
4. Changes to split-screen (mode "Objects POI"):
- When you search around your current location adds the ability to search for input angle (the angle between the direction of motion and the radius of the search sector, ie 90 ° - 90 ° left it on the direction of + 90 ° to the right of the direction of motion), taking into consideration the direction of motion at the current location ; for the search mode, the search distance is not configured (using 50 km);
- Added a search option "Along Route", in this embodiment displays the distance: how to increase the route upon arrival at a certain point + distance along the route (in this case around the current location is displayed in a straight line distance) to a certain point;
- Added ability to use the category list POI (before there was one group) (8 items); - Added ability to save and restore the category lists used POI (for quick switching between them);
Retained only the first page of search, including and for the regime "Route summary".
5. Changed logic TTS Pro alerts, including Fixed inaccuracy, which led in some cases to "silence" warning maneuvers until the passage maneuver (search for errors and tests thanks Andron66). 6. Other fixes.

ver. P.1.5.3

1. Minor corrections: - The dynamic panel buttons (call split-screen, TMC, parking Vosloo finish) when not in use all the buttons in the right menu will now be in this unused site (if the size of the panel allows);
- To take an alternative route without the preview, you can click on the icon of maneuver in the panel reports on the alternative route;
- Other technical (and not only) of the amendment.

ver. P.1.5.4:

1. Added settings menu by right-clicking on the "Menu" button in the cockpit:
- Setting a long press on the button;
2. Added setting distance search POI near ... (cursor, destination, etc.):
- Set the distance for the "Executive Search" - in search of a special display POI (bottom menu) (300 km - 1000 km, it was the default 300 km);
- Set the distance for other searches, next to ... (fast, etc.) - in the main search screen POI (bottom menu) (50 km - 1000 km, it was the default 50 km);
- When looking along the route, these settings are not used (there are other values).
3. Added the ability to play (in the cockpit) recorded track:
- Inclusion of play in the "More" at promotre track from the list;
- Name of the track is shown in the "next street" in the cabin;
- The progress of playback can be seen after clicking on the map (similar to the simulation of the route);
- The start and end points of the track shown on the map flags "Start", "Finish."
- A data field (left in the landscape, in the bottom of the portrait) during playback will nesvorachiemymi + uncustomized appear such parameters of the current track, "Top Speed", "Total Time", "Total Distance", "Time to start recording" (only in the landscape );
Important:
for "normal" playback speed to be added to sys.txt:
[Navigation]
track_simulation_speed = 1
The default sort is 2.
5. Added voice vote a long tunnel at the entrance to it (the phrase "length of the tunnel x ft."):
- Enable / disable in TTSPro menu will be available with the support of TTS-voice such a possibility, ie the presence of \ i18n \ dictionary.voice voice file such a block transfer (for example, Russian TTS):
Tunnel length% s = "The length of the tunnel% s"
6. Changed the logic of the panel "Data Fields" in the cabin if the route (added ability to quickly switch "Finish" / "Point Route"):
- Pressing the panel element (as in collapsed and expanded state) switches "Finish" / "Point Route";
- Holding (for landscape resolutions) - expand / collapse the panel.
7. Added support for a functional "Eco Zone" (Low emission zones or Umwelt Zonen Milieuzones or or ...):
- Supports only version 2.0.1 (9.6.5.h);
- Information written into the record;
- Enable / disable permission route through such zones in Options / route / Eco-zone;
- Warning of ecological zone in the cockpit and the intro ("gray" zone icon + map distance to the area);
predprezhdeniya distance governed by the Staff parameter:
[Navigation]
env_zone_warning_distance = 500, or its distance in meters
- Preventing the entry and movement in ecological zone in the cockpit and the intro ("color" icon display area + distance to the end point area);
- Localized icons for Germany, the UK and the Netherlands.
- Click on the icon hides it;
- Audible warning (sound and adjust the volume);
- Voice voice warning (the phrase "Let x meters ecological zone" - the approach, the phrase "green zone. Remaining meters" - at the beginning of the movement in the area)
on / off in TTSPro menu will be available with the support of TTS-voice such a possibility, ie the presence of \ i18n \ dictionary.voice voice file such a block transfer (for example, Russian TTS):
After% s = "A% s"
Environmental Zone = "Eco-Zone"
Remaining% s = "left% s"
Remaining more than% s = "left more than% s"
phrases distances to the start or end zones are disabled.
8. Correct formatting of distance and time, used in TTSPro-Sound:
- Correct formatting of values ??and distance units in dubbing TTSPro (distance to the speed cameras, distance to destination, etc.), ie now you can get and this phrase "In a mile ...".
By default, the table formatting distances of \ config \ config_numbers.lua voice file.
For TTSPro can extend / change the default list formatted distances, ie (for example Russian TTS Milena and units "meters / kilometers"):
default list formatted distances is: 10,20 .. 90,100,200 .., 1000, ie in this case the distance to the camera like 110m voice is "200 meters";
if you want to expand the list of formatted distances (10 to extend the step 250, and step 50 to 800) to add to the \ config \ config_numbers.lua voice file format your table named distances.ttspro_meters:
distances.ttspro_meters = {
10, "\ 14 \ 130 \ 30 \ 0 \ 14 \ 130 \ 29 \ 0 \ 14 \ 130 \ 30 \ 0"
20, "\ 45 \ 130 \ 30 \ 0 \ 45 \ 130 \ 29 \ 0 \ 45 \ 130 \ 30 \ 0"
30, "\ 75 \ 130 \ 30 \ 0 \ 75 \ 130 \ 29 \ 0 \ 75 \ 130 \ 30 \ 0"
40, "\ 105 \ 130 \ 30 \ 0 \ 105 \ 130 \ 29 \ 0 \ 105 \ 130 \ 30 \ 0"
50, "\ 129 \ 7 \ 130 \ 30 \ 0 \ 129 \ 7 \ 130 \ 29 \ 0 \ 129 \ 7 \ 130 \ 30 \ 0"
60, "\ 129 \ 37 \ 130 \ 30 \ 0 \ 129 \ 37 \ 130 \ 29 \ 0 \ 129 \ 37 \ 130 \ 30 \ 0"
70, "\ 129 \ 67 \ 130 \ 30 \ 0 \ 129 \ 67 \ 130 \ 29 \ 0 \ 129 \ 67 \ 130 \ 30 \ 0"
80, "\ 129 \ 97 \ 130 \ 30 \ 0 \ 129 \ 97 \ 130 \ 29 \ 0 \ 129 \ 97 \ 130 \ 30 \ 0"
90, "\ 129 \ 127 \ 130 \ 30 \ 0 \ 129 \ 127 \ 130 \ 29 \ 0 \ 129 \ 127 \ 130 \ 30 \ 0"
100, "\ 15 \ 130 \ 30 \ 0 \ 15 \ 130 \ 29 \ 0 \ 15 \ 130 \ 30 \ 0"
110, "\ 18 \ 130 \ 30 \ 0 \ 18 \ 130 \ 29 \ 0 \ 18 \ 130 \ 30 \ 0"
120, "\ 20 \ 130 \ 30 \ 0 \ 20 \ 130 \ 29 \ 0 \ 20 \ 130 \ 30 \ 0"
130, "\ 22 \ 130 \ 30 \ 0 \ 22 \ 130 \ 29 \ 0 \ 22 \ 130 \ 30 \ 0"
140, "\ 24 \ 130 \ 30 \ 0 \ 24 \ 130 \ 29 \ 0 \ 24 \ 130 \ 30 \ 0"
150, "\ 26 \ 130 \ 30 \ 0 \ 26 \ 130 \ 29 \ 0 \ 26 \ 130 \ 30 \ 0"
160, "\ 28 \ 130 \ 30 \ 0 \ 28 \ 130 \ 29 \ 0 \ 28 \ 130 \ 30 \ 0"
170, "\ 30 \ 130 \ 30 \ 0 \ 30 \ 130 \ 29 \ 0 \ 30 \ 130 \ 30 \ 0"
180, "\ 32 \ 130 \ 30 \ 0 \ 32 \ 130 \ 29 \ 0 \ 32 \ 130 \ 30 \ 0"
190, "\ 34 \ 130 \ 30 \ 0 \ 34 \ 130 \ 29 \ 0 \ 34 \ 130 \ 30 \ 0"
200, "\ 46 \ 130 \ 30 \ 0 \ 46 \ 130 \ 29 \ 0 \ 46 \ 130 \ 30 \ 0"
210, "\ 48 \ 130 \ 30 \ 0 \ 48 \ 130 \ 29 \ 0 \ 48 \ 130 \ 30 \ 0"
220, "\ 50 \ 130 \ 30 \ 0 \ 50 \ 130 \ 29 \ 0 \ 50 \ 130 \ 30 \ 0"
230, "\ 52 \ 130 \ 30 \ 0 \ 52 \ 130 \ 29 \ 0 \ 52 \ 130 \ 30 \ 0"
240, "\ 54 \ 130 \ 30 \ 0 \ 54 \ 130 \ 29 \ 0 \ 54 \ 130 \ 30 \ 0"
250, "\ 56 \ 130 \ 30 \ 0 \ 56 \ 130 \ 29 \ 0 \ 56 \ 130 \ 30 \ 0"
300, "\ 76 \ 130 \ 30 \ 0 \ 76 \ 130 \ 29 \ 0 \ 76 \ 130 \ 30 \ 0"
350, "\ 86 \ 130 \ 30 \ 0 \ 86 \ 130 \ 29 \ 0 \ 86 \ 130 \ 30 \ 0"
400, "\ 106 \ 130 \ 30 \ 0 \ 106 \ 130 \ 29 \ 0 \ 106 \ 130 \ 30 \ 0"
450, "\ 116 \ 130 \ 30 \ 0 \ 116 \ 130 \ 29 \ 0 \ 116 \ 130 \ 30 \ 0"
500, "\ 129 \ 8 \ 130 \ 30 \ 0 \ 129 \ 8 \ 130 \ 29 \ 0 \ 129 \ 8 \ 130 \ 30 \ 0"
550, "\ 129 \ 18 \ 130 \ 30 \ 0 \ 129 \ 18 \ 130 \ 29 \ 0 \ 129 \ 18 \ 130 \ 30 \ 0"
600, "\ 129 \ 38 \ 130 \ 30 \ 0 \ 129 \ 38 \ 130 \ 29 \ 0 \ 129 \ 38 \ 130 \ 30 \ 0"
650, "\ 129 \ 48 \ 130 \ 30 \ 0 \ 129 \ 48 \ 130 \ 29 \ 0 \ 129 \ 48 \ 130 \ 30 \ 0"
700, "\ 129 \ 68 \ 130 \ 30 \ 0 \ 129 \ 68 \ 130 \ 29 \ 0 \ 129 \ 68 \ 130 \ 30 \ 0"
750, "\ 129 \ 78 \ 130 \ 30 \ 0 \ 129 \ 78 \ 130 \ 29 \ 0 \ 129 \ 78 \ 130 \ 30 \ 0"
800, "\ 129 \ 98 \ 130 \ 30 \ 0 \ 129 \ 98 \ 130 \ 29 \ 0 \ 129 \ 98 \ 130 \ 30 \ 0"
900, "\ 130 \ 0 \ 130 \ 30 \ 0 \ 130 \ 0 \ 130 \ 29 \ 0 \ 130 \ 0 \ 130 \ 30 \ 0"
1000, "\ 4 \ 130 \ 22 \ 0 \ 4 \ 130 \ 22 \ 0 \ 4 \ 130 \ 22 \ 0"
1100, "\ 5 \ 130 \ 22 \ 0 \ 5 \ 130 \ 23 \ 0 \ 5 \ 130 \ 23 \ 0"
1200, "\ 6 \ 130 \ 23 \ 0 \ 6 \ 130 \ 23 \ 0 \ 6 \ 130 \ 23 \ 0"
1300, "\ 7 \ 130 \ 23 \ 0 \ 7 \ 130 \ 23 \ 0 \ 7 \ 130 \ 23 \ 0"
1400, "\ 8 \ 130 \ 23 \ 0 \ 8 \ 130 \ 23 \ 0 \ 8 \ 130 \ 23 \ 0"
1500, "\ 9 \ 130 \ 23 \ 0 \ 9 \ 130 \ 23 \ 0 \ 9 \ 130 \ 23 \ 0"
1600, "\ 10 \ 130 \ 23 \ 0 \ 10 \ 130 \ 23 \ 0 \ 10 \ 130 \ 23 \ 0"
1700, "\ 11 \ 130 \ 23 \ 0 \ 11 \ 130 \ 23 \ 0 \ 11 \ 130 \ 23 \ 0"
1800, "\ 12 \ 130 \ 23 \ 0 \ 12 \ 130 \ 23 \ 0 \ 12 \ 130 \ 23 \ 0"
1900, "\ 13 \ 130 \ 23 \ 0 \ 13 \ 130 \ 23 \ 0 \ 13 \ 130 \ 23 \ 0"
2000, "\ 35 \ 130 \ 23 \ 0 \ 35 \ 130 \ 23 \ 0 \ 35 \ 130 \ 23 \ 0"
2100, "\ 36 \ 130 \ 23 \ 0 \ 36 \ 130 \ 23 \ 0 \ 36 \ 130 \ 23 \ 0"
2200, "\ 37 \ 130 \ 23 \ 0 \ 37 \ 130 \ 23 \ 0 \ 37 \ 130 \ 23 \ 0"
2300, "\ 38 \ 130 \ 23 \ 0 \ 38 \ 130 \ 23 \ 0 \ 38 \ 130 \ 23 \ 0"
2400, "\ 39 \ 130 \ 23 \ 0 \ 39 \ 130 \ 23 \ 0 \ 39 \ 130 \ 23 \ 0"
2500, "\ 40 \ 130 \ 23 \ 0 \ 40 \ 130 \ 23 \ 0 \ 40 \ 130 \ 23 \ 0"
2600, "\ 41 \ 130 \ 23 \ 0 \ 41 \ 130 \ 23 \ 0 \ 41 \ 130 \ 23 \ 0"
2700, "\ 42 \ 130 \ 23 \ 0 \ 42 \ 130 \ 23 \ 0 \ 42 \ 130 \ 23 \ 0"
2800, "\ 43 \ 130 \ 23 \ 0 \ 43 \ 130 \ 23 \ 0 \ 43 \ 130 \ 23 \ 0"
2900, "\ 44 \ 130 \ 23 \ 0 \ 44 \ 130 \ 23 \ 0 \ 44 \ 130 \ 23 \ 0"
3000, "\ 65 \ 130 \ 23 \ 0 \ 65 \ 130 \ 23 \ 0 \ 65 \ 130 \ 23 \ 0"
3100, "\ 66 \ 130 \ 22 \ 0 \ 66 \ 130 \ 23 \ 0 \ 66 \ 130 \ 23 \ 0"
3200, "\ 67 \ 130 \ 23 \ 0 \ 67 \ 130 \ 23 \ 0 \ 67 \ 130 \ 23 \ 0"
3300, "\ 68 \ 130 \ 23 \ 0 \ 68 \ 130 \ 23 \ 0 \ 68 \ 130 \ 23 \ 0"
3400, "\ 69 \ 130 \ 23 \ 0 \ 69 \ 130 \ 23 \ 0 \ 69 \ 130 \ 23 \ 0"
3500, "\ 70 \ 130 \ 23 \ 0 \ 70 \ 130 \ 23 \ 0 \ 70 \ 130 \ 23 \ 0"
3600, "\ 71 \ 130 \ 23 \ 0 \ 71 \ 130 \ 23 \ 0 \ 71 \ 130 \ 23 \ 0"
3700, "\ 72 \ 130 \ 23 \ 0 \ 72 \ 130 \ 23 \ 0 \ 72 \ 130 \ 23 \ 0"
3800, "\ 73 \ 130 \ 23 \ 0 \ 73 \ 130 \ 23 \ 0 \ 73 \ 130 \ 23 \ 0"
3900, "\ 74 \ 130 \ 23 \ 0 \ 74 \ 130 \ 23 \ 0 \ 74 \ 130 \ 23 \ 0"
4000, "\ 95 \ 130 \ 23 \ 0 \ 95 \ 130 \ 23 \ 0 \ 95 \ 130 \ 23 \ 0"
4100, "\ 96 \ 130 \ 22 \ 0 \ 96 \ 130 \ 23 \ 0 \ 96 \ 130 \ 23 \ 0"
4200, "\ 97 \ 130 \ 23 \ 0 \ 97 \ 130 \ 23 \ 0 \ 97 \ 130 \ 23 \ 0"
4300, "\ 98 \ 130 \ 23 \ 0 \ 98 \ 130 \ 23 \ 0 \ 98 \ 130 \ 23 \ 0"
4400, "\ 99 \ 130 \ 23 \ 0 \ 99 \ 130 \ 23 \ 0 \ 99 \ 130 \ 23 \ 0"
4500, "\ 100 \ 130 \ 23 \ 0 \ 100 \ 130 \ 23 \ 0 \ 100 \ 130 \ 23 \ 0"
4600, "\ 101 \ 130 \ 23 \ 0 \ 101 \ 130 \ 23 \ 0 \ 101 \ 130 \ 23 \ 0"
4700, "\ 102 \ 130 \ 23 \ 0 \ 102 \ 130 \ 23 \ 0 \ 102 \ 130 \ 23 \ 0"
4800, "\ 103 \ 130 \ 23 \ 0 \ 103 \ 130 \ 23 \ 0 \ 103 \ 130 \ 23 \ 0"
4900, "\ 104 \ 130 \ 23 \ 0 \ 104 \ 130 \ 23 \ 0 \ 104 \ 130 \ 23 \ 0"
5000, "\ 125 \ 130 \ 24 \ 0 \ 125 \ 130 \ 24 \ 0 \ 125 \ 130 \ 24 \ 0"
5100, "\ 126 \ 130 \ 22 \ 0 \ 126 \ 130 \ 23 \ 0 \ 126 \ 130 \ 23 \ 0"
5200, "\ 127 \ 130 \ 23 \ 0 \ 127 \ 130 \ 23 \ 0 \ 127 \ 130 \ 23 \ 0"
5300, "\ 129 \ 0 \ 130 \ 23 \ 0 \ 129 \ 0 \ 130 \ 23 \ 0 \ 129 \ 0 \ 130 \ 23 \ 0"
5400, "\ 129 \ 1 \ 130 \ 23 \ 0 \ 129 \ 1 \ 130 \ 23 \ 0 \ 129 \ 1 \ 130 \ 23 \ 0"
5500, "\ 129 \ 2 \ 130 \ 24 \ 0 \ 129 \ 2 \ 130 \ 23 \ 0 \ 129 \ 2 \ 130 \ 23 \ 0"
5600, "\ 129 \ 3 \ 130 \ 24 \ 0 \ 129 \ 3 \ 130 \ 23 \ 0 \ 129 \ 3 \ 130 \ 23 \ 0"
5700, "\ 129 \ 4 \ 130 \ 24 \ 0 \ 129 \ 4 \ 130 \ 23 \ 0 \ 129 \ 4 \ 130 \ 23 \ 0"
5800, "\ 129 \ 5 \ 130 \ 24 \ 0 \ 129 \ 5 \ 130 \ 23 \ 0 \ 129 \ 5 \ 130 \ 23 \ 0"
5900, "\ 129 \ 6 \ 130 \ 24 \ 0 \ 129 \ 6 \ 130 \ 23 \ 0 \ 129 \ 6 \ 130 \ 23 \ 0"
6000, "\ 129 \ 27 \ 130 \ 24 \ 0 \ 129 \ 27 \ 130 \ 24 \ 0 \ 129 \ 27 \ 130 \ 24 \ 0"
6100, "\ 129 \ 28 \ 130 \ 22 \ 0 \ 129 \ 28 \ 130 \ 23 \ 0 \ 129 \ 28 \ 130 \ 23 \ 0"
6200, "\ 129 \ 29 \ 130 \ 23 \ 0 \ 129 \ 29 \ 130 \ 23 \ 0 \ 129 \ 29 \ 130 \ 23 \ 0"
6300, "\ 129 \ 30 \ 130 \ 23 \ 0 \ 129 \ 30 \ 130 \ 23 \ 0 \ 129 \ 30 \ 130 \ 23 \ 0"
6400, "\ 129 \ 31 \ 130 \ 23 \ 0 \ 129 \ 31 \ 130 \ 23 \ 0 \ 129 \ 31 \ 130 \ 23 \ 0"
6500, "\ 129 \ 32 \ 130 \ 24 \ 0 \ 129 \ 32 \ 130 \ 23 \ 0 \ 129 \ 32 \ 130 \ 23 \ 0"
6600, "\ 129 \ 33 \ 130 \ 24 \ 0 \ 129 \ 33 \ 130 \ 23 \ 0 \ 129 \ 33 \ 130 \ 23 \ 0"
6700, "\ 129 \ 34 \ 130 \ 24 \ 0 \ 129 \ 34 \ 130 \ 23 \ 0 \ 129 \ 34 \ 130 \ 23 \ 0"
6800, "\ 129 \ 35 \ 130 \ 24 \ 0 \ 129 \ 35 \ 130 \ 23 \ 0 \ 129 \ 35 \ 130 \ 23 \ 0"
6900, "\ 129 \ 36 \ 130 \ 24 \ 0 \ 129 \ 36 \ 130 \ 23 \ 0 \ 129 \ 36 \ 130 \ 23 \ 0"
7000, "\ 129 \ 57 \ 130 \ 24 \ 0 \ 129 \ 57 \ 130 \ 24 \ 0 \ 129 \ 57 \ 130 \ 24 \ 0"
7100, "\ 129 \ 58 \ 130 \ 22 \ 0 \ 129 \ 58 \ 130 \ 23 \ 0 \ 129 \ 58 \ 130 \ 23 \ 0"
7200, "\ 129 \ 59 \ 130 \ 23 \ 0 \ 129 \ 59 \ 130 \ 23 \ 0 \ 129 \ 59 \ 130 \ 23 \ 0"
7300, "\ 129 \ 60 \ 130 \ 23 \ 0 \ 129 \ 60 \ 130 \ 23 \ 0 \ 129 \ 60 \ 130 \ 23 \ 0"
7400, "\ 129 \ 61 \ 130 \ 23 \ 0 \ 129 \ 61 \ 130 \ 23 \ 0 \ 129 \ 61 \ 130 \ 23 \ 0"
7500, "\ 129 \ 62 \ 130 \ 24 \ 0 \ 129 \ 62 \ 130 \ 23 \ 0 \ 129 \ 62 \ 130 \ 23 \ 0"
7600, "\ 129 \ 63 \ 130 \ 24 \ 0 \ 129 \ 63 \ 130 \ 23 \ 0 \ 129 \ 63 \ 130 \ 23 \ 0"
7700, "\ 129 \ 64 \ 130 \ 24 \ 0 \ 129 \ 64 \ 130 \ 23 \ 0 \ 129 \ 64 \ 130 \ 23 \ 0"
7800, "\ 129 \ 65 \ 130 \ 24 \ 0 \ 129 \ 65 \ 130 \ 23 \ 0 \ 129 \ 65 \ 130 \ 23 \ 0"
7900, "\ 129 \ 66 \ 130 \ 24 \ 0 \ 129 \ 66 \ 130 \ 23 \ 0 \ 129 \ 66 \ 130 \ 23 \ 0"
8000, "\ 129 \ 87 \ 130 \ 24 \ 0 \ 129 \ 87 \ 130 \ 24 \ 0 \ 129 \ 87 \ 130 \ 24 \ 0"
8100, "\ 129 \ 88 \ 130 \ 22 \ 0 \ 129 \ 88 \ 130 \ 23 \ 0 \ 129 \ 88 \ 130 \ 23 \ 0"
8200, "\ 129 \ 89 \ 130 \ 23 \ 0 \ 129 \ 89 \ 130 \ 23 \ 0 \ 129 \ 89 \ 130 \ 23 \ 0"
8300, "\ 129 \ 90 \ 130 \ 23 \ 0 \ 129 \ 90 \ 130 \ 23 \ 0 \ 129 \ 90 \ 130 \ 23 \ 0"
8400, "\ 129 \ 91 \ 130 \ 23 \ 0 \ 129 \ 91 \ 130 \ 23 \ 0 \ 129 \ 91 \ 130 \ 23 \ 0"
8500, "\ 129 \ 92 \ 130 \ 24 \ 0 \ 129 \ 92 \ 130 \ 23 \ 0 \ 129 \ 92 \ 130 \ 23 \ 0"
8600, "\ 129 \ 93 \ 130 \ 24 \ 0 \ 129 \ 93 \ 130 \ 23 \ 0 \ 129 \ 93 \ 130 \ 23 \ 0"
8700, "\ 129 \ 94 \ 130 \ 24 \ 0 \ 129 \ 94 \ 130 \ 23 \ 0 \ 129 \ 94 \ 130 \ 23 \ 0"
8800, "\ 129 \ 95 \ 130 \ 24 \ 0 \ 129 \ 95 \ 130 \ 23 \ 0 \ 129 \ 95 \ 130 \ 23 \ 0"
8900, "\ 129 \ 96 \ 130 \ 24 \ 0 \ 129 \ 96 \ 130 \ 23 \ 0 \ 129 \ 96 \ 130 \ 23 \ 0"
9000, "\ 129 \ 117 \ 130 \ 24 \ 0 \ 129 \ 117 \ 130 \ 24 \ 0 \ 129 \ 117 \ 130 \ 24 \ 0"
9100, "\ 129 \ 118 \ 130 \ 22 \ 0 \ 129 \ 118 \ 130 \ 23 \ 0 \ 129 \ 118 \ 130 \ 23 \ 0"
9200, "\ 129 \ 119 \ 130 \ 23 \ 0 \ 129 \ 119 \ 130 \ 23 \ 0 \ 129 \ 119 \ 130 \ 23 \ 0"
9300, "\ 129 \ 120 \ 130 \ 23 \ 0 \ 129 \ 120 \ 130 \ 23 \ 0 \ 129 \ 120 \ 130 \ 23 \ 0"
9400, "\ 129 \ 121 \ 130 \ 23 \ 0 \ 129 \ 121 \ 130 \ 23 \ 0 \ 129 \ 121 \ 130 \ 23 \ 0"
9500, "\ 129 \ 122 \ 130 \ 24 \ 0 \ 129 \ 122 \ 130 \ 23 \ 0 \ 129 \ 122 \ 130 \ 23 \ 0"
9600, "\ 129 \ 123 \ 130 \ 24 \ 0 \ 129 \ 123 \ 130 \ 23 \ 0 \ 129 \ 123 \ 130 \ 23 \ 0"
9700, "\ 129 \ 124 \ 130 \ 24 \ 0 \ 129 \ 124 \ 130 \ 23 \ 0 \ 129 \ 124 \ 130 \ 23 \ 0"
9800, "\ 129 \ 125 \ 130 \ 24 \ 0 \ 129 \ 125 \ 130 \ 23 \ 0 \ 129 \ 125 \ 130 \ 23 \ 0"
9900, "\ 129 \ 126 \ 130 \ 24 \ 0 \ 129 \ 126 \ 130 \ 23 \ 0 \ 129 \ 126 \ 130 \ 23 \ 0"
}
now at a distance of 110m from the camera and voice will be "110 meters".
With other (not "meters / kilometers") and add the same distances.ttspro_yards distances.ttspro_feet.
In the absence of \ config \ config_numbers.lua voice file tables used by default distances.ttspro_xxx distances.xxx
2)
- Correct formatting time of arrival by long press on the maneuvers in the cockpit, ie you can now get this phrase and "Arrival in the morning at half past seven ....".
To add to the \ config \ config_transforms.lua voice file function eta (time) (for example, Russian TTS):
function eta (time)
local hours, mins, tod
local hour = time.hour
local min = time.min
local half_table = {L "second", L "third", L "fourth", L "fifth", L "sixth", L "seventh", L "eighth", L "Ninth", L "tenth", L "eleventh", L "twelfth", L "first"}
local replace_mins = {
{L "1 minute", L "one minute"}
{L "2 minutes", L "two minutes"}
{L "3 minutes", L "3 minutes"}
{L "4 minutes", L "4 minutes"}
{L "1 |", L "0-a"}
{L "2 |", L "0-two"}
{L "|", L ""},}
if hour <6 then tod = L "at night"
elseif hour <10 then tod = L "in the morning"
elseif hour <18 then tod = L "in the day"
elseif hour <22 then tod = L "in the evening"
else tod = L "night" end
if hour == 0 then hour = 12 end
if hour> 12 then hour = hour - 12 end
if hour == 1 then hours = L "h"
elseif hour <5 then hours = towstring (hour) .. (Min <10 and L "hours" or L "")
else hours = towstring (hour) .. (Min <10 and L "hours" or L "") end
if min == 0 then mins = L ""
elseif min == 30 then hours = L "half" .. half_table [hour] mins = L ""
else mins = L "-" .. towstring (min) .. (min> 20 and L "|" or L "") end
if # mins == 2 then mins = wstring.gsub (mins, L "-", L "and") .. L "minutes" end
mins = transform_and_format (mins, replace_mins)
return L "return" .. tod .. hours .. mins .. L "."
end
In the absence of such a function in the voice file will credit default formatting time.
- Removed the correction distance unit for TTSPro;
9. Fixed some errors (parity the "Declare rate units" for the voice acting TTSPro-speed cameras + hang when you try to view (click "info") chambers ("Multiple points of warning") after clicking on the map) + trivia.

ver. P.1.5.5:

A serious error that led to a malfunction of some fuktsii skin + some fixes.

ver. P.1.5.6:
1. Redesigned list screen POI-pictures (image geotags) - added preview pictures.
2. Completely redesigned multiroute (multi-colored display of routes):
- Compatible with any of these entries in sys.txt (about TMC) + c latest 2.0.1 (previously could be Fatal Error);
- Reduce the total time of calculation of all routes;
- When choosing a method of route to the viewing screen will display the appropriate color (used to be one at all);
- If you display all routes in the viewing screen can turn off some (few can) options.
3. Other corrections (corrected visibility warning ecological zone in the cockpit, ....)
-----------------------------------------

[/spoiler]
(19.05 MB direct download)
[url=http://www.igo8mods.com/diMkaWA_P156.rar]:link:[/url]

[b]Manual for Skin:[/b]
PDF Direct Download.
A little bit out of date, but still good for basic settings, etc. Text in English.
[url=http://www.igo8mods.com/Skin_diMka_WA.pdf]Download PDF[/url]

[b][color="#FF0000"]Important Note:[/color][/b]
To take advantage of [b][i]all[/i][/b] the special TTS Pro options when using this skin, you should edit/modify your Nuance TTS Pro [b]{voice}.zip[/b] file as described here:
[url=http://www.navitotal.com/showthread.php?6958-Complete-Nuance-Primo-1.2-and-2.0-TTS-Pro-dictionary.voice-file-for-Driver-Alerts]Nuance-TTS-Pro-dictionary.voice-[/url]

=================================================================================
[b][u]GjAk skin for Primo 2.0. Version 1.08-UX[/u][/b]
[color="#FF0000"]This is reportedly the final version of this skin...development has ceased. Only 'bug fixes' will appear in future versions)[/color]
Supports resolutions of 480x272, 800x480
[color="#006400"]Thank you also say: psb, WertVRV.[/color]
Change Log-Info:
[spoiler]
[b]v1.08[/b]
1. added 2D north-up view. Add to the sys.txt:
[map]
north_up=1
2. technical repairs.
-------- SKIN FINISHED ---------------

[b]v1.07e[/b]
1. added Signpost transparency settings.
2. technical repairs.

For UX modules just create UX folder in the program root and copy desired modules into (without unpacking, as zip files).

capture_screen_20 - upper left tap for screen capture from anywhere in the Primo (disabled in the navigation screen).
timezone_rus_blr_20 - workaround for RU and BY timezones until official fix.
tmc_fix_frequency_20 - add one fixed frequency lock for the FM TMC station.
restart_20 - add restart button to the skin selection screen.
-------- SKIN FINISHED ---------------
[b]v1.07d[/b]
1. added UX modules (thanks to WertVRV).
2. technical repairs.
-------- SKIN FINISHED ---------------
[b]1.07a,b,c[/b]
v1.07c
1. technical repairs (fixed color of roundabout number and 'No Sound' entry in the sound selecting).
v1.07a,b
1. added turn restriction sound on/off switch (surprisingly many users didn't like it).
2. technical repairs.
From now only skinpack version will be changed (for better changes tracking), skin itself stay with 1.07 version:
-------- SKIN FINISHED ---------------

[b]1.07[/b]
1. restored original white colors. For returning blue just copy with overwrite files from gjak_blue_mod to the skin.
2. added music control from cockpit.
3. added button "address" to the "home/work" buttons, thanks to nik4m.
4. added sound settings: lanes, overspeed, ...
5. added POI splitscreen to the cockpit.
6. technical repairs.

-------- SKIN FINISHED ---------------

[b]1.06[/b]
1. added possibility to switch off route automatic recalculation.
2. added recalculation info.
3. added arrival time tracking (tap to reset).
4. added automatic transparency changing after buttons is pressed in the cockpit.
5. added "home/work" buttons.
6. technical repairs.

[b]1.05[/b]
1. added compass on the quick menu button (selectable).
2. added next street dynamic/standard pad selection.
3. added bluetooth button to the quick menu. Path and BT app name (and optional command line parameter) via sys.txt.
Example:

[bluetooth]
btappl="\ResidentFlash\BT\bluesoleil.exe"
;btparam="parameter"

4. to the drag map added road blocking buttons (with directional blocking support).
5. repairs.
Utility folder/functions include Mapchanger and Panic Button (hide speedcams).

[b]1.04[/b]
1. added user zoom settings.
2. next street name on the dynamic pad.
3. big compass on the map.
4. repairs.

[b]1.03[/b]
1. added possibility to display city name.
2. added turn restriction signs.
3. added tunnel and junction mini view.
4. added possibility to show lanes on top of cockpit.
5. lanes redesigned.
6. added possibility to change POI visibility distance.
7. added possibility to change POI icons.
8. repairs.

[b]1.0 to 1.02[/b]
Skin (gjak_1.xx.zip file from archive) must be copied to the content\skin folder, in the Settings->Display select gjak skin for both Day Skin Theme and Night Skin Theme and restart Primo afterwards.
utility folder goes to the Primo.exe root folder. Please do not forget to edit utility.ini for your environment and needs.

Me and gurjon decided to make minimalistic skin, we implemented only a few, really useful for navigation features (from our point of view) which do not harm program performance. Current status of skin: 99% ready and possible bugs will be fixed.
So, please do not expect too much regarding new features. Who needs more "bells and whistles" can try a diMKaWA skin

1. speed on the menu button.
2. constant mapping the second turn.
3. bottom menu with a choice of buttons.
4. lower infobara.
5. kartomenyatelya (set again! Read the instructions. Reason: TeleAtlas (map_ta) -> TomTom (map_tt)).
6. maintain its position.
7. time-to-date status on the button and "cockpit quik menu".
8. long press on any button in the "cockpit quik menu" - Edit menu.
9. reworked favorites.
10. Fixed display of road signs.
11. "Panic", a long tap on the button "cockpit quik menu".
12. redrawn some bmp.
13. night filter.
14. adjusting the transparency of certain objects in the cabin.
15. Selecting a survey: only motorway / always.
16. buttons are added manually configure the TMC and signal strength indicator.
17. to drag the menu button is added to edit the camera.
18. program's external.
19. completion route.
20. house numbers.
21. lighting settings.
22. 3 in 1 (all trip information on a rolled button).
23. Added a choice of (% / fix) toleratsii speeding.
24. Added voice band (playing file "lane.wav").
25. advanced camera.
26. Added setting voice-camera (in sys.txt for each category separately.)

An example of sys.txt:

[Warning]
skin_speedcam_audio_path = "speedcam_lt"; (specify if the files are located in a separate folder, for example: "audio / speedcam_lt")

; S P E E D C A M - C A T: 0
[Speedcam_category: 0]
overspeed_spoken_type = sound
overspeed_sound = "speedcam_over_speed"
skin_first_sound = "speedcam_fix"; (sound with the appearance of the camera, a quoted name of the wav file)
skin_speed_sound_delay = 120; (If a figure greater than "0" it means that such a pause will proigravatsya file with the name matches the speed cameras, for example, 50 = "50.wav")
skin_repeat_sound = "speedcam_rep"; (sound re-operation, the name in quotes wav file)
skin_repeat_distance = 100; (distance hitting again in meters)
skin_off_sound = "speedcam_off"; (sound when passing the camera, a quoted name of the wav file, if not specified, then the sound will not)

27. Trip Computer.
28. Off street names.
29. fixes test versions brandinga.
[/spoiler]


Picture:
[SPOILER=Pictures]
[color="#006400"]Thanks to circuitbreak for images[/color]
[img]http://i41.tinypic.com/33f3ud2.gif[/img]
[/spoiler]
Press the [color="#008000"][b]Thanks[/b][/color] button to see the links.
[img]http://www.navitotal.com/attachment.php?attachmentid=4411&d=1340900514[/img]
[b][color="#006400"]You may need to refresh page after pressing Thanks Button.[/color][/b]
More information about buttons here:
[url=http://www.navitotal.com/showthread.php?10178-The-THANKS-Button.]:link:[/url]
[HIDE]
(2.79 MB download)
[url=http://jumbofiles.com/tmijtu27xisz]:link:[/url]
[/HIDE]
[b]Download '[i]Secrets[/i]'--for JumboFiles and other hosting sites:[/b]
[SPOILER=See Information]
On the JumboFiles download hosting site (and many others that may be similar) it is [b][i]NOT[/i][/b] necessary to download the "[u]Livid Download Manager[/u]" (or whatever it may be called)..Read carefully...click the [b]much smaller[/b] "[SUB]Download[/SUB]" box. Any big [size=150]HUGE[/size] buttons that say [size=150][color="#0000CD"]DOWNLOAD[/color][/size] are for the '[b]download manager[/b]'. [i]Do not click those![/i] Or, setup your own free account with JumboFiles, log in, and you will get a simple direct download link.
[/spoiler]

[color="#FF0000"]Password for all RAR files = [url]http://www.navitotal.com[/url][/color]
=================================================================================
[b]Convert skins above to non-English (Program menu, Options, Buttons, etc)[/b]
[SPOILER=Click to see Information and Instructions]These instructions will modify non-English language files to translate and properly show program options and menu selections using GJAK and diMka-WA skins for Primo 2.


[color="#FF0000"]If you only use English (AU, UK, or US) as your Program Language choice in Primo 2, [b]STOP![/b] You don't need to do any of this...the skins are in English natively. The following procedures are only to TRANSLATE skin options/menu choices to a language [b]OTHER than English![/b][/color]

[b]Process One...copying and translating text:[/b]

[b]1)[/b] Choose one of the following depending on which skin you use (if you intend to use both the GJAK skin and the diMka skin, you can copy both! [color="#FF0000"]Note:[/color] if you intend to use both, you should [color="#FF0000"]NOT[/color] copy the "[b];.....Advanced Menu[/b]" section [color="#FF0000"]twice[/color]..only [b]once[/b]..it is the same for both.) :

[b]GJAK Primo 2 skin:[/b]
[SPOILER=See text to copy]
;--------------------------------- Advanced Menu
DEBUG~Advanced speed limit="Advanced speed limit"
DEBUG~Auto Close Higway Panel="Auto Close Higway Panel"
DEBUG~Backlight Details="Backlight Details"
DEBUG~Calibrate Screen="Calibrate Screen"
DEBUG~Capture Screen="Capture Screen"
DEBUG~Cockpit Type="Cockpit Type"
DEBUG~Compare Saved Routes="Compare Saved Routes"
DEBUG~Desaturated Preview Map="Desaturated Preview Map"
DEBUG~Enable Set Start Time="Enable Set Start Time"
DEBUG~Equalizer="Equalizer"
DEBUG~Icon Color="Icon Color"
DEBUG~Linear Compass="Linear Compass"
DEBUG~Off Road Navi="Off Road Navi"
DEBUG~Road Blocking="Road Blocking"
DEBUG~Save NMEA="ave NMEA"
DEBUG~Screen Captured="Screen Captured"
DEBUG~Show Bug Report Audio="Show Bug Report Audio"
DEBUG~Show Bug Report="Show Bug Report"
DEBUG~Show Raster Maps="Show Raster Maps"
DEBUG~Skip Main Menu="Skip Main Menu"
DEBUG~Skip Preview Map="Skip Preview Map"
DEBUG~State Mode="State Mode"
DEBUG~STRUCTURE POI Search="STRUCTURE POI Search"
DEBUG~Time To Maneuver="Time To Maneuver"
DEBUG~Trip info bar="Trip info bar"
Extra Settings="Extra Settings"

;--------------------------------- GjAk Primo 2 vers. 1.02 to 1.07b---------------------------------
<Enter a name for the list>="<Enter a name for the list>"
<Enter program name>="<Enter program name>"
<Enter program parameter>="<Enter program parameter>"
Address button : %s="Address button : %s"
Address button : Not selected="Address button : Not selected"
All Places="All Places"
Always show next turn="Always show next turn"
Always="Always"
Are you sure you want to cancel shortcut?="Are you sure you want to cancel shortcut?"
Are you sure you want to delete all programs from list?="Are you sure you want to delete all programs from list?"
Are you sure you want to delete all saved POI category lists?="Are you sure you want to delete all saved POI category lists?"
Are you sure you want to delete all User sounds from list?="Are you sure you want to delete all User sounds from list?"
Are you sure you want to delete this element from list?="Are you sure you want to delete this element from list?"
Are you sure you want to delete this program from list?="Are you sure you want to delete this program from list?"
Are you sure you want to delete this User sound from list?="Are you sure you want to delete this User sound from list?"
Are you sure you want to reset time?="Are you sure you want to reset time?"
Are you sure you want to reset trip computer?="Are you sure you want to reset trip computer?"
Arrival time tracking="Arrival time tracking"
Auto hide song title="Auto hide song title"
Auto hide time="Auto hide time"
Auto recalculate="Auto recalculate"
Automatic transparency="Automatic transparency"
Backlight Settings="Backlight Settings"
Both directions="Both directions"
Cockpit Settings="Cockpit Settings"
Current street="Current street"
Dynamic next street pad="Dynamic next street pad"
Edit program entry="Edit program entry"
Enable Home/Work buttons="Enable Home/Work buttons"
Exit Primo after run Program="Exit Primo after run Program"
External Programs="External Programs"
Favourite not found.="Favourite not found."
Home button : %s="Home button : %s"
Home button : Not selected="Home button : Not selected"
Icon="Icon"
Info bar="Info bar"
Info button 3 in 1="Info button 3 in 1"
Junction & tunnel transparency="Junction & tunnel transparency"
Junction & tunnel="Junction & tunnel"
Lane on top="Lane on top"
Lane Settings="Lane Settings"
Lane transparency="Lane transparency"
Lane warning sound="Lane warning sound"
Lane="Lane"
Mini junction & tunnel="Mini junction & tunnel"
Next street="Next street"
Only highway="Only highway"
Opposite direction="Opposite direction"
Overview mode="Overview mode"
POI category list="POI category list"
POI list on the map Settings="POI list on the map Settings"
POI name filter="POI name filter"
Program Name:="Program Name:"
Program Parameter:="Program Parameter:"
Quick menu button="Quick menu button"
Quick menu="Quick menu"
Rescan programs="Rescan programs"
Save POI category list="Save POI category list"
Saved POI category lists="Saved POI category lists"
Scanning programs.\nPlease wait...="Scanning programs.\nPlease wait..."
Scanning sounds.\nPlease wait...="Scanning sounds.\nPlease wait..."
Search angle="Search angle"
Search distance="Search distance"
Search with route:=""Search with route:"
Select from Contacts="Select from Contacts"
Select from Favourites="Select from Favourites"
Select group="Select group"
Select Home/Work="Select Home/Work"
Select program="Select program"
Select sound="Select sound"
Set angle for search places="Set angle for search places"
Set distance for search places="Set distance for search places"
Set program name="Set program name"
Set program parameter="Set program parameter"
Show City Name="Show City Name"
Show compass on map="Show compass on map"
Show destination arrow on map="Show destination arrow on map"
Show house number="Show house number"
Show info bar="Show info bar"
Show recalculate info="Show recalculate info"
Show song title="Show song title"
Show speed on button="Show speed on button"
Show Time on button="Show Time on button"
Show trip computer="Show trip computer"
Speed button="Speed button"
Speed limit change down="Speed limit change down"
Speed limit change up="Speed limit change up"
Start \nSound Volume="Start \nSound Volume"
The previous list will be removed. Are you sure you want to rescan programs?="The previous list will be removed. Are you sure you want to rescan programs?"
TRACK_TIME~Current Route="Current Route"
TRACK_TIME~Statistics="Statistics"
TRACK_TIME~User Trip %s="Viaje de usuario %s"
Transparency="Transparency"
Trip info="Trip info"
Trip~Reset="Reset"
Turn GPS off="Turn GPS off"
Turn GPS on="Turn GPS on"
Turn Restriction Sound="Turn Restriction Sound"
Turns="Turns"
Up/Down \nSound Volume="Up/Down \nSound Volume"
Work button : %s="Work button : %s"
Work button : Not selected="Work button : Not selected"
You have to select Start Point and Destination on map.="You have to select Start Point and Destination on map."
You have to tap on map for selecting Start Point.="You have to tap on map for selecting Start Point."[/spoiler]

[b]diMka Primo 2 skin:[/b]
[SPOILER=See text to copy]
;--------------------------------- Advanced Menu
DEBUG~Advanced speed limit="Advanced speed limit"
DEBUG~Auto Close Higway Panel="Auto Close Higway Panel"
DEBUG~Backlight Details="Backlight Details"
DEBUG~Calibrate Screen="Calibrate Screen"
DEBUG~Capture Screen="Capture Screen"
DEBUG~Cockpit Type="Cockpit Type"
DEBUG~Compare Saved Routes="Compare Saved Routes"
DEBUG~Desaturated Preview Map="Desaturated Preview Map"
DEBUG~Enable Set Start Time="Enable Set Start Time"
DEBUG~Equalizer="Equalizer"
DEBUG~Icon Color="Icon Color"
DEBUG~Linear Compass="Linear Compass"
DEBUG~Off Road Navi="Off Road Navi"
DEBUG~Road Blocking="Road Blocking"
DEBUG~Save NMEA="ave NMEA"
DEBUG~Screen Captured="Screen Captured"
DEBUG~Show Bug Report Audio="Show Bug Report Audio"
DEBUG~Show Bug Report="Show Bug Report"
DEBUG~Show Raster Maps="Show Raster Maps"
DEBUG~Skip Main Menu="Skip Main Menu"
DEBUG~Skip Preview Map="Skip Preview Map"
DEBUG~State Mode="State Mode"
DEBUG~STRUCTURE POI Search="STRUCTURE POI Search"
DEBUG~Time To Maneuver="Time To Maneuver"
DEBUG~Trip info bar="Trip info bar"
Extra Settings="Extra Settings"

;--------------------------------- diMkaWA P2 vers.P152-153 -------------------------------
\fnYou have arrived at: %s. The device will turn off in \fb%s \fnseconds.="\fnYou have arrived at: %s. The device will turn off in \fb%s \fnseconds."
\fnYou have arrived at: %s. The program will exit in \fb%s \fnseconds.="\fnYou have arrived at: %s. The program will exit in \fb%s \fnseconds."
\fnYou have arrived at: \fb%s.="\fnYou have arrived at: \fb%s."
<Enter new profile name>="<Enter new profile name>"
<Enter program name>="<Enter program name>"
<Enter program parameter>="<Enter program parameter>"
<Enter Station Frequency>="<Enter Station Frequency>"
<Enter Station Name>="<Enter Station Name>"
2D Mode=2D Mode"
2D/3D button="2D/3D button"
2dheadup="2d headup"
3D Mode="3D Mode"
AC off:="AC Power off:"
AC on:="AC Power on:"
accommodation along route="accommodation along route"
accommodation at my destination="accommodation at my destination"
accommodation near here="accommodation near here"
Add Alert Point to GPS position="Add Alert Point to GPS position"
Add POI to GPS position="Add POI to GPS position"
Add station="Add station"
Advanced info="Advanced info"
Advanced Overspeed audio settings="Advanced Overspeed audio settings"
Advanced Overspeed visual settings="Advanced Overspeed visual settings"
Alert sounds="Alert sounds"
Alert~American="American"
Alert~Czech="Czech"
Alert~Dutch="Dutch"
Alert~English="English"
Alert~French="French"
Alert~German="German"
Alert~Greek="Greek"
Alert~Hebrew="Hebrew"
Alert~Hungarian="Hungarian"
Alert~Italian="Italian"
Alert~Polish="Polish"
Alert~Romanian="Romanian"
Alert~Russian="Russian"
Alert~Spanish="Spanish"
Alert~Swedish="Swedish"
Alert~Ukrainian="Ukrainian"
Alternative Routes Algorithm="Alternative Routes Algorithm"
Altroute~All Routes="All Routes"
Altroute~Multicolor routes="Multicolor routes"
Altroute~Standard="Standard"
and="a"
Animate warning="Animate warning"
Announce speed units="Announce speed units"
Are you sure you want to delete all programs settings?="Are you sure you want to delete all programs settings?"
Are you sure you want to delete all stations from list?="Are you sure you want to delete all stations from list?"
Are you sure you want to delete All TMC data?="Are you sure you want to delete All TMC data?"
Are you sure you want to delete all User sounds from list?="Are you sure you want to delete all User sounds from list?"
Are you sure you want to delete this Contact?="Are you sure you want to delete this Contact?"
Are you sure you want to delete this station from list?="Are you sure you want to delete this station from list?"
Are you sure you want to delete this User sound from list?="Are you sure you want to delete this User sound from list?"
Are you sure you want to turn on the voice for questionary messages?="Are you sure you want to turn on the voice for questionary messages?"
Arrival to destination at %s.="Arrival to destination at \number=time %h y %m"
Arriving Destination="Arriving Destination"
At the bottom="At the bottom"
At the top="At the top"
Auto close Motorway Services="Auto close Motorway Services"
Auto closing time,sec.="Auto closing time,sec."
Auto Profiles="Auto Profiles"
Auto(List) tuner mode="Auto(List) tuner mode"
Auto(Primo) tuner mode="Auto(Primo) tuner mode"
Auto(Scan) tuner mode="Auto(Scan) tuner mode"
Auto(Scan+List) tuner mode="Auto(Scan+List) tuner mode"
Automatic Screen Saver="Automatic Screen Saver"
Average speed camera is unavailable in this mode of selection.="Average speed camera is unavailable in this mode of selection."
Backgrounds (streets and numbers):="Backgrounds (streets and numbers):"
Backgrounds frame="Backgrounds frame"
Backgrounds:="Backgrounds:"
Bass="Bass"
blocked for current route="blocked for current route"
Blocked Road="Blocked Road"
Blocking with Direction="Blocking with Direction"
Bluetooth program is not defined! Would you like to select it?="Bluetooth program is not defined! Would you like to select it?"
Bluetooth program setting="Bluetooth program setting"
Buttons:="Buttons:"
Bye!="GoodBye!"
Capture Settings="Capture Settings"
Car position(%s|%s)="Car position(%s|%s)"
Changing direction type="Changing direction type"
Changing speed="Changing speed"
Changing type="Changing type"
Click on maneuvers:="Click on maneuvers:"
Color Filter Settings="Color Filter Settings"
Compass & Direction="Compass & Direction"
Compass type="Compass type"
content: %s ppm.="content: %s ppm."
Correction of distance units for TTSPro="Correction of distance units for TTSPro"
Correction of speed units for TTSPro="Correction of speed units for TTSPro"
Critical battery:="Critical battery:"
Current profile="Current profile"
Current Screen Saver="Current Screen Saver"
Current Speed="Current Speed"
Customize Quick Menu II.="Customize Quick Menu II."
Cycle="Cycle"
Cyrillic QWERTY="Cyrillic QWERTY"
cyrillic="cyrillic"
DataFields~Avg. Speed="Avg. Speed"
DataFields~Distance Rural="Distance Rural"
DataFields~Distance Urban="Distance Urban"
DataFields~Driving Avg. Speed="Driving Avg. Speed"
DataFields~Driving Time="Driving Time"
DataFields~Fuel Cons.="Fuel Cons."
DataFields~Max. Altitude="Max. Altitude"
DataFields~Max. Speed="Max. Speed"
DataFields~Min. Altitude="Min. Altitude"
DataFields~Stopped Time="Stopped Time"
DataFields~Total Distance="Total Distance"
DataFields~Total Time="Total Time"
DEBUG~Arriving Destination="Arriving Destination"
DEBUG~First layout of the keyboard:="First layout of the keyboard:"
DEBUG~Menu Long Click Action:="Menu Long Click Action:"
DEBUG~Menu Long Click Program:="Menu Long Click Program:"
DEBUG~On Find List Item Click Action:="On Find List Item Click Action:"
DEBUG~Profile 1="Profile 1"
DEBUG~Profile 2="Profile 2"
DEBUG~Profile 3="Profile 3"
DEBUG~Profile 4="Profile 4"
DEBUG~Quick layouts of the keyboard="Quick layouts of the keyboard"
DEBUG~Return to car="Return to car"
DEBUG~Second layout of the keyboard:="Second layout of the keyboard:"
DEBUG~Second layout of the keyboard:="Second layout of the keyboard:"
default="default"
Delta Overspeed="Delta Overspeed"
Destination Distance="Destination Distance"
Destination menu timer,sec.="Destination menu timer,sec."
Destination Message="Destination Message"
Destination Speed="Destination Speed"
Digital Font in Screen Saver="Digital Font in Screen Saver"
Direction="Direction"
Distance %s.= "Distance %s."
Distance to maneuver for Automatic Mode="Distance to maneuver for Automatic Mode"
Dynamic volume settings="Dynamic volume settings"
Dynamic Volume Type="Dynamic Volume Type"
Dynamic Volume="Dynamic Volume"
Dynamic~Guidance Volume Maximum="Guidance Volume Maximum"
Dynamic~Guidance Volume="Guidance Volume"
Dynamic~Guidance="Guidance"
Dynamic~Master & Guidance="Master & Guidance"
Dynamic~Master Volume Maximum="Master Volume Maximum"
Dynamic~Master volume settings="Master volume settings"
Dynamic~Master Volume="Master Volume"
Dynamic~Master="Master"
Dynamic~Maximum guidance volume at speed="Maximum guidance volume at speed"
Dynamic~Maximum speed="Maximum speed"
Dynamic~Minimum speed="Minimum speed"
Dynamic~Simple="Simple"
Dynamic~Speed settings="Speed settings"
Dynamic~Voice guidance volume settings="Voice guidance volume settings"
Edit station entry="Edit station entry"
Emergency number, %s.="Emergency number, %s."
Entry blocked.="Entry blocked."
Entry reopened.="Entry reopened."
Exit blocked.="Exit blocked."
Exit reopened.="Exit reopened."
External power connected.="External power connected."
External power disconnected.="External power disconnected."
FIELDS~Icons="Icons"
FIELDS~without menu="without menu"
Filter value:="Filter value:"
Find="Find"
Fit Route="Fit Route"
Fixed station="Fixed station"
Fixed value="Fixed value"
GPS lost(%s|%s)="GPS lost(%s|%s)"
GPS signal lost="GPS signal lost"
Guidance, Warnings="Guidance, Warnings"
Hazardous road ahead.="Hazardous road ahead."
Hazardous road passed.="Hazardous road passed."
Hi="Hi"
High Mid="High Mid"
House numbers="House numbers"
In a city="In a city"
Lane Info with Signpost="Lane Info with Signpost"
Lane Info="Lane Info"
Left sound button="Left sound button"
Low battery:="Low battery:"
Low Hi="Low Hi"
Low Mid="Low Mid"
Manual tuner mode="Manual tuner mode"
mappy="mappy"
Mid 2="Mid 2"
Mid Bass="Mid Bass"
Mid="Mid"
Multicolor routes="Multicolor routes"
Near cursor="Near cursor"
New position of fourth favourites="New position of fourth favourites"
New position of Home="New position of Home"
New position of Office="New position of Office"
New position of third favourites="New position of third favourites"
New Profile="New Profile"
Next maneuver="Next maneuver"
Night Colour Filter="Night Colour Filter"
No name="No name"
Off route only="Off route only"
Once="Once"
Only alert sound="Only alert sound"
Only for active signs="Only for active signs"
Only voice="Only voice"
Out of a city="Out of a city"
Pasirinkti programa="Select program"
Phrase(distance)="Phrase(distance)"
Power off(%s|%s)="Power off(%s|%s)"
Power off="Power off"
Power sounds(TTSPro test)="Power sounds(TTSPro test)"
Power sounds="Power sounds"
Primo sound="Primo sound"
Profile 1="Profile 1"
Profile 2="Profile 2"
Profile 3="Profile 3"
Profile 4="Profile 4"
Profile="Profile"
Profiles="Profiles"
Program exit(%s|%s)="Program exit(%s|%s)"
Program exit="Program exit"
Quick Detour TTS Pro Test="Quick Detour TTS Pro Test"
Quick editing of Alert Point settings="Quick editing of Alert Point settings"
Quick editing of Alert Point="Quick editing of Alert Point"
Quick Menu II.="Quick Menu II."
Quick Menu/Capture in simulation="Quick Menu/Capture in simulation"
Quick~Fourth favourite="Fourth favourite"
Quick~Home="Home"
Quick~Third favourite="Third favourite"
Quick~Work="Work"
Read Out Alert Points="Read Out Alert Points"
Read Out Cockpit Buttons="Read Out Cockpit Buttons"
Read Out Country Info in Cockpit="Read Out Country Info in Cockpit"
Read Out DA signs="Read Out DA signs"
Read Out Destination Info(long click)="Read Out Destination Info(long click)"
Read Out Message at Exit="Read Out Message at Exit"
Read Out Position Info="Read Out Position Info"
Read Out Power Messages="Read Out Power Messages"
Read Out Quick Detour="Read Out Quick Detour"
Read Out Speed Limit Increasing="Read Out Speed Limit Increasing"
Read Out Turn Restriction Info="Read Out Turn Restriction Info"
Read Out Welcoming Message="Read Out Welcoming Message"
Rename speedcamera profile="Rename speedcamera profile"
Rescan="Rescan"
Right Menu Settings="Right Menu Settings"
Road narrows on left="Road narrows on left"
Road narrows on right="Road narrows on right"
Road works="Road works"
Roadworks ahead.="Roadworks ahead."
Roadworks ended.="Roadworks ended."
Route Menu="Route Menu"
Routes="Routes"
Run Program="Run Program"
Save GPS position to history on:="Save GPS position to history on:"
Say next command="Say next command"
Scanning programs...="Scanning programs..."
Scanning sounds.\nPlease wait...="Scanning sounds.\nPlease wait..."
Screen Saver Settings="Screen Saver Settings"
Screen Saver text color warning="Screen Saver text color warning"
Screen Saver="Screen Saver"
Search distance="Search distance"
Second maneuver="Second maneuver"
Second phrase(speed limit)="Second phrase(speed limit)"
Seconds="Seconds"
Select a Shortcut for Menu II="Select a Shortcut for Menu II"
Select Alert Point Direction Type="Select Alert Point Direction Type"
Select Alert Point Speed="Select Alert Point Speed"
Select Alert Point Type="Select Alert Point Type"
Select All="Select All"
Select camera setting profile="Select camera setting profile"
Select Data Field="Select Data Field"
Select group="Select group"
Select keyboard layout="Select keyboard layout"
Select language="Select language"
Select position for quick buttons="Select position for quick buttons"
Select sound="Select sound"
Select station="Select station"
Selection of mode="Selection of mode"
Set auto closing time,sec.="Set auto closing time,sec."
Set delta for overspeed warning="Set delta for overspeed warning"
Set destination menu timer,sec.="Set destination menu timer,sec."
Set distance for audio warning="Set distance for audio warning"
Set distance for automatic Screen Saver="Set distance for automatic Screen Saver"
Set distance for reaching destination="Set distance for reaching destination"
Set distance for search places="Set distance for search places"
Set distance for visual warning="Set distance for visual warning"
Set Overspeed Tolerance Value in City="Set Overspeed Tolerance Value in City"
Set Overspeed Tolerance Value Out of a City="Set Overspeed Tolerance Value Out of a City"
Set overview angle in 2D="Set overview angle in 2D"
Set Station Frequency="Set Station Frequency"
Set Station Name="Set Station Name"
settings="Settings"
Show My route="Show My route"
Skin start mode="Skin start mode"
Soon="Soon"
Sound delay,sec.="Sound delay,sec."
Sound settings="Sound settings"
Sound status="Sound status"
Sound="Sound"
Spare phrase="Spare phrase"
Speed breaker,="Speed breaker,"
Speed breaker="Speed breaker"
Speed Info Background="Speed Info Background"
Speed Limit Increasing Settings="Speed Limit Increasing Settings"
Speed Limit TTS Pro Test="Speed Limit TTS Pro Test"
Speed Warnings Tolerance="Speed Warnings Tolerance"
Speed~Alternative="Alternative"
Speed~Standard="Standard"
Speedcam Profiles="Speedcam Profiles"
Speedcam~Add Alert Point="Add Alert Point"
Speedcam~Alert at Speed="Alert at Speed"
Speedcam~Delete Alert Point="Delete Alert Point"
Speedcam~Direction of Alert="Direction of Alert"
Speedcam~Edit Alert Point="Edit Alert Point"
Speedcam~Select Alert Point="Select Alert Point"
Split Screen(Itiner, POI)="Split Screen(Itiner, POI)"
Start/exit sounds="Start/exit sounds"
Station Frequency:="Station Frequency:"
Station Name:="Station Name:"
Streetname phrase="Streetname phrase"
Switch to Pedestrian="Switch to Pedestrian"
There are no groups in -My POI-!="There are no groups in -My POI-!"
This element disabled. Reading Alert Points has been turned on in TTSPro Menu!="This element disabled. Reading Alert Points has been turned on in TTSPro Menu!"
This element disabled. Reading DA signs has been turned on in TTSPro Menu!="This element disabled. Reading DA signs has been turned on in TTSPro Menu!"
This element disabled. Reading message about connecting external power has been turned on in TTSPro Menu!="This element disabled. Reading message about connecting external power has been turned on in TTSPro Menu!"
This element disabled. Reading message about critically low battery level has been turned on in TTSPro Menu!="This element disabled. Reading message about critically low battery level has been turned on in TTSPro Menu!"
This element disabled. Reading message about disconnecting external power has been turned on in TTSPro Menu!="This element disabled. Reading message about disconnecting external power has been turned on in TTSPro Menu!"
This element disabled. Reading message about low battery level has been turned on in TTSPro Menu!="This element disabled. Reading message about low battery level has been turned on in TTSPro Menu!"
This element disabled. Reading message at exit has been turned on in TTSPro Menu!="This element disabled. Reading message at exit has been turned on in TTSPro Menu!"
This element disabled. Reading power messages has been turned on in TTSPro Menu!="This element disabled. Reading power messages has been turned on in TTSPro Menu!"
This element disabled. Reading speed limit increasing has been turned on in TTSPro Menu!="This element disabled. Reading speed limit increasing has been turned on in TTSPro Menu!"
This element disabled. Reading Start/Exit messages has been turned on in TTSPro Menu!="This element disabled. Reading Start/Exit messages has been turned on in TTSPro Menu!"
This element disabled. Reading welcoming message has been turned on in TTSPro Menu!="This element disabled. Reading welcoming message has been turned on in TTSPro Menu!"
This feature cannot be used with the selected guidance voice profile. Select a TTS voice which supports this feature to enable.="This feature cannot be used with the selected guidance voice profile. Select a TTS voice which supports this feature to enable."
This group can't be renamed, it has'nt been created by the user.="This group can't be renamed, it has'nt been created by the user."
This segment can't be blocked, cursor is too far from road.="This segment can't be blocked, cursor is too far from road."
This type of the alert point don't support changing of a direction="This type of the alert point does not support changing of a direction"
This type of the alert point don't support changing of a warning distance="This type of the alert point don't support changing of a warning distance"
This type of the alert point don't support the control of speed="This type of the alert point don't support the control of speed"
Time To Maneuver Format="Time To Maneuver Format"
Time to maneuver="Time to maneuver"
Tolerance settings="Tolerance settings"
Toll booth,="Toll booth,"
Toll gate="Toll gate"
Tone~Bass="Bass"
Tone~Treble="Treble"
Traffic jam ahead.="Traffic jam ahead."
Traffic jam ended.="Traffic jam ended."
Traffic jam*ended.="Traffic jam ended."
Traffic jam="Traffic jam"
Traffic light="Traffic light"
Tram="Tram"
Treble="Treble"
TTSPro Priority="TTSPro Priority"
Turn restriction="Turn restriction"
Turn Restrictions TTS Pro Test="Turn Restrictions TTS Pro Test"
Two-way traffic="Two-way traffic"
Ultra sound(GO Cruise 8)="Ultra sound (Primo 2.0)"
Ultra sound(GO Cruise8)="Ultra sound (Primo 2.0)"
Ultra sound(iGO 8)="Ultra sound(iGO 8)"
Ultra sound(iGO8)="Ultra sound(iGO8)"
User Start="User Start"
User="User"
Visual message by changing="Visual message by changing"
Visual warning="Visual warning"
Visual Warning="Visual Warning"
Voice and alert sound="Voice and alert sound"
Voice for menu More="Voice for menu More"
Voice language="Voice language"
Voice warning test="Voice warning test"
Voice warning type="Voice warning type"
Voice warning(additional phrases) settings="Voice warning(additional phrases) settings"
Voice warning(additional phrases)="Voice warning(additional phrases)"
Voice warning(alert sounds)="Voice warning(alert sounds)"
Voice warning(second phrase) settings="Voice warning(second phrase) settings"
Voice warning(second phrase)="Voice warning(second phrase)"
Voice warning="Voice warning"
Voice="Voice"
VOLUME~Guidance about maneuvers="Guidance about maneuvers"
Warn when capturing="Warn when capturing"
Warning distance setting="Warning distance setting"
Warning distance="Warning distance"
Warning Method="Warning Method"
Warning mode="Warning mode"
Warning Sign Sound Settings="Warning Sign Sound Settings"
Warning Sign TTS Pro Test="Warning Sign TTS Pro Test"
Warnings, Guidance="Warnings, Guidance"
Weather="Weather"
Welcome!="Welcome!"
With auto Exit="With auto Exit"
With auto Shutdown="With auto Shutdown"
Without menu="Without menu"
Would you like to avoid the next maneuver?="Would you like to avoid the next maneuver?"
Would you like to delete this Alert Point?="Would you like to delete this Alert Point?"
Would you like to Report or Add Alert Point?="Would you like to Report or Add Alert Point?"
Would you like to select new position of fourth favourites?="Would you like to select new position of fourth favourites?"
Would you like to select new position of third favourites?="Would you like to select new position of third favourites?"
Would you like to select new position to Home?="Would you like to select new position to Home?"
Would you like to select new position to Office?="Would you like to select new position to Office?"
You can increase speed.="You can increase speed."
You need using this function only if selected TTS voice misspells distance units with some TTSPro features.="You need using this function only if selected TTS voice misspells distance units with some TTSPro features."
You need using this function only if selected TTS voice misspells speed units with some TTSPro features.="You need using this function only if selected TTS voice misspells speed units with some TTSPro features."[/spoiler]


[b]2)[/b] Select all the text above and COPY.
[b]3)[/b] Open a plain text editor such as Notepad on your computer...do [b][i]NOT[/i][/b] choose to use a Word Processor or other 'document' editor (WordPad, Word, some 'Office' type editor, etc = [b]NO![/b]) and paste in the copied text.
[b]4)[/b] Go through the text file and translate all the phrases in quotes after the = in all lines to your language.
Example:
[quote]DEBUG~Advanced speed limit="[color="#FF0000"]Advanced speed limit[/color]"
[color="#FF0000"]Translate to your language.[/color]
[/quote]

[color="#FF0000"][b]Caution[/b][/color], DO [b][i]NOT[/i][/b] change anything to the left of the "=", and be sure that your translated word or phrase to the right of the "=" remains in quotes as shown. Any string characters such as "%s" or "%name" or "%result" or "\n" should remain exactly how they are.
[b]Save the file when done translating[/b], and continue with the instructions below to edit/update your dictionary.lang file.

[b]Process Two...editing your language file:[/b]

[b]A)[/b] Open your translated text file from above and copy all text...the whole file.

[b]1)[/b] Go to {main Primo Folder}\content\lang\ and COPY your non-English {language}.zip file to your computer.

Note: The next steps work using [b]WinRar[/b]...if you use [i]ANY OTHER[/i] extraction/unzipping utility, the results cannot be guaranteed and you may corrupt the language file!

[b]2)[/b] Open WinRar on your computer. Click File->Open Archive and navigate to your {language}.zip file OR simply drag and drop the {language}.zip file into the WinRar window.

[b]3)[/b] In the WinRar window, click the i18n folder.


[b]4)[/b] Double click the Dictionary.lang file and, if given a choice, choose to open the file in Notepad or another PLAIN TEXT editor...do [i]NOT[/i] choose to use a Word Processor or other 'document' editor (WordPad, Word, some 'Office' type editor, etc = [b][i]NO![/i][/b])

[b]5)[/b] Scroll to the end of the dictionary.lang file and paste in all the text you copied from your translations above.

[b]6)[/b] In your editor, click File->Save

[b]7)[/b] WinRar will ask if you want to update the archive...choose "Yes".

[b]8)[/b] Close your text editor, close WinRar

[b]9)[/b] On your GPS device or SD Card, MOVE your unedited {language}.zip file from {Primo2}\content\lang\ to somewhere safe on your computer as backup.

[b]10)[/b] Copy your newly edited {language}.zip file to {Primo2}\content\lang\ on your device or SD Card.

[b]11)[/b] Start Primo...if you did everything correctly, and followed the above steps precisely, all settings and menu options will now be in your language.

[b]If you get an error, or Primo does not start, you have done something wrong and must:[/b]
a) Start over, or
b) Restore your unedited {language}.zip file that you backed up.

[color="#008000"]If you have tried all the steps above, but cannot seem to have success, PM me and I will see if I can help you out on an individual basis.[/color][/spoiler]

=================================================================================
[color="#FF0000"][size=85][b]NEW![/b][/size][/color] [b][size=85]Special Add-On: Add Big Compass to map view.[/size][/b]
Requirements:
Primo 2.0 [b][i]ONLY[/i][/b].
Resolution of 320x240, 480x272, or 800x480
Note that the display of such an animated compass takes additional resources--128MB RAM recommended.

Information/Instructions:
[SPOILER=Info]Some skins include Big Map Compass as an option. Some do not. This will add the compass option to ANY skin (even the default) that does not already have that option.
3748

Download the attachment to your PC.
3749
Create a subfolder folder named [b]UX[/b] in your [b]main Primo folder [/b]on your device or SD Card. Put the downloaded archive compass_20.zip in the new UX folder. [b]There is no need to extract or unzip the 'compass' file.[/b]
Be sure you have the following in your sys.txt:

[interface]
extra_settings=1

Restart Primo.
In Extra Settings of the main Settings Menu select "Show Grand Compass on Map". "Show Arrow to Destination" is optional.
3750

[b][color="#008000"]Thanks to SOSka[/color][/b]
[/spoiler]
=================================================================================
[color="#FF0000"][size=85][b]NEW![/b][/size][/color] [b][size=85]Special Add-On: Road/City Enhancements[/size][/b]
[b]Requirements:[/b]
Working Primo 2 ([b][i]only[/i][/b]) on any PNA device.
128 MB RAM or more recommended.
Resolutions supported : [b]320x240[/b] [b]480x272[/b] [b]800x480[/b]

[b][color="#2F4F4F"]Thanks to Circuitbreak[/color][/b]

[b]Effects:[/b]
Some existing road/street features, and city center identification are enhanced. Roads can be a bit more realistic. Dramatic nature of the enhancements can depend on your angle of view, zoom, etc. May consume more resources....128 MB+ RAM memory recommended.

[b]See Picture:[/b]
[SPOILER=Click for Picture]
[img]http://i50.tinypic.com/2ufewj6.gif[/img]
[/spoiler]

[b]Installation:[/b]
[SPOILER=See Instructions]If a folder named UX does not already exist in the main {Primo2} folder, create it there.
Copy the correct telepules_20.zip for your resolution to the UX folder. Do not unzip the file.

{Primo2}
>Content
>License
>Save
>tts_nua_v5
>[b]UX[/b] [b][color="#FF0000"]<<<----Put downloaded telepules_20.zip file in this folder[/color][/b]
>branding.zip
>data.zip
>sys.txt
>vautov5.dll
[/spoiler]

[b]Download:[/b]
[SPOILER=Get File(s)]
Choose the correct download for your [b]resolution[/b].
Unzip {resolution}.zip on your computer. Do [b][i]not[/i][/b] unzip the telepules_20.zip file.

[b]320x240[/b]:4440

[b]480x272[/b]:4441

[b]800x480[/b]:4442

[/spoiler]
=================================================================================
But that's just my opinion..I could be wrong.
Y.T.
Primo2.4 PrimoAndroid TomTomAndroid
Yurbuh Tuggly offline


User avatar Ex Moderator



 
Joined: Wed May 04, 2011 7:25 am
Posts: 1410
Location: Politzania
Has thanked: 0 time
Been thanked: 774 times

Return to Skins

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 1 guest