Latvian Style Guide

Total Page:16

File Type:pdf, Size:1020Kb

Latvian Style Guide Latvian Style Guide Published: June, 2017 Microsoft Latvian Style Guide Contents 1 About this style guide ......................................................................................................................... 4 1.1 Recommended style reference ................................................................................................ 4 2 Microsoft voice ...................................................................................................................................... 5 2.1 Choices that reflect Microsoft voice ...................................................................................... 6 2.1.1 Addressing the user ............................................................................................................ 6 2.1.2 Avoid redundancy ................................................................................................................ 7 2.1.3 Avoid rhyming ....................................................................................................................... 8 2.1.4 Flexibility .................................................................................................................................. 8 2.1.5 Functional equivalence....................................................................................................... 9 2.1.6 Word choice ......................................................................................................................... 10 2.1.7 Word-to-word translation ............................................................................................... 15 2.1.8 Words and phrases to avoid .......................................................................................... 16 2.2 Sample Microsoft voice text ................................................................................................... 21 2.2.1 Address the user to take action .................................................................................... 21 2.2.2 Promote a feature .............................................................................................................. 22 2.2.3 Provide how-to guidelines .............................................................................................. 22 2.2.4 Explanatory text and support ........................................................................................ 23 3 Language-specific standards .......................................................................................................... 23 3.1 Grammar, syntax and orthographic standards ................................................................ 24 3.1.1 Abbreviations ....................................................................................................................... 24 3.1.2 Acronyms .............................................................................................................................. 26 3.1.3 Adjectives .............................................................................................................................. 27 3.1.4 Articles .................................................................................................................................... 28 3.1.5 Capitalization ....................................................................................................................... 29 3.1.6 Compounds .......................................................................................................................... 30 3.1.7 Conjunctions ........................................................................................................................ 31 3.1.8 Gender .................................................................................................................................... 31 3.1.9 Genitive .................................................................................................................................. 32 3.1.10 Grammatical form consistency ...................................................................................... 32 Microsoft Latvian Style Guide Page 2 of 82 3.1.11 Localizing colloquialism, idioms, and metaphors ................................................... 36 3.1.12 Modifiers ............................................................................................................................... 37 3.1.13 Nouns ..................................................................................................................................... 38 3.1.14 Numbers ................................................................................................................................ 40 3.1.15 Prepositions .......................................................................................................................... 40 3.1.16 Pronouns ............................................................................................................................... 42 3.1.17 Punctuation .......................................................................................................................... 44 3.1.18 Sentence fragments .......................................................................................................... 50 3.1.19 Subjunctive ........................................................................................................................... 51 3.1.20 Symbols & nonbreaking spaces ................................................................................... 51 3.1.21 Syntax ..................................................................................................................................... 52 3.1.22 Unlocalized items ............................................................................................................... 55 3.1.23 Verbs ....................................................................................................................................... 56 4 Localization considerations ............................................................................................................. 58 4.1 Accessibility .................................................................................................................................. 58 4.2 Applications, products, and features ................................................................................... 59 4.3 Product names and feature names ...................................................................................... 59 4.4 Geopolitical concerns ................................................................................................................ 61 4.5 Trademarks ................................................................................................................................... 62 4.6 Software considerations ........................................................................................................... 62 4.6.1 Keyboard shortcuts/аccess keys ................................................................................... 62 4.6.2 Arrow keys ............................................................................................................................ 63 4.6.3 Dialog boxes ........................................................................................................................ 65 4.6.4 Error messages .................................................................................................................... 69 4.6.5 Keys ......................................................................................................................................... 73 4.6.6 Numeric keypad ................................................................................................................. 75 4.6.7 Progress messages ............................................................................................................ 75 4.6.8 Shortcut keys ....................................................................................................................... 76 4.6.9 English pronunciation ....................................................................................................... 79 Microsoft Latvian Style Guide Page 3 of 82 1 About this style guide This style guide is intended for the localization professional working on localized products that run on a Microsoft platform. It’s not intended to be a comprehensive coverage of all localization practices, but to highlight areas where Microsoft has specific preferences or deviates from standard practices for Latvian localization. The primary goal of this guide is to help you understand and learn how to address all of the necessary linguistic and stylistic nuances of Latvian during the localization of your products and services. The style guide covers guidelines and recommendations for translating the Microsoft voice into Latvian including words, grammatical structures, the needs of the audience, and the intent of the text that are to be considered. Each of these areas is supplemented with samples. Other language considerations covered in this style guide are accessibility, trademarks, geopolitical concerns and specific software considerations. We welcome your feedback, questions and concerns regarding the style guide. Please send your feedback via Microsoft Language Portal. 1.1 Recommended style reference Unless this style guide or the Microsoft Language Portal provides alternative instructions, use the orthography, grammar, and terminology in the following publications: Normative references
Recommended publications
  • Windows Registry Troubleshooting
    Halsey · Bettany BOOKS FOR PROFESSIONALS BY PROFESSIONALS® WINDOWS TROUBLESHOOTING SERIES Windows Registry Troubleshooting Windows Registry Troubleshooting Windows Windows Registry Troubleshooting will help IT pros diagnose and repair problems with any Windows version in the workplace, including hardware and so ware incompatibilities, corrupt registries and how to implement common tweaks and hacks. Whatever version of Windows you’re using—from Vista up to Windows 8.1—the registry is at the heart of your desktop experience. So ware installs and compatibility, hardware operation, and more are managed by a complex database of codes and numbers. When something goes wrong it can seem impossible to diagnose and repair the problem, and harder still to prevent a recurrence or make the subtle changes and tweaks required to x the problem. In Windows Registry Troubleshooting we’ll take you inside the workings of the Registry, and teach you how to repair, modify and clean it to keep your PCs running smoothly. Highlights include: • How to navigate the architecture of the Windows Registry • How to troubleshoot faulty and corrupt Registry items • How to edit and work with the Registry fi les of other users on a PC • What tools and utilities can help you work with and repair the Registry • How to secure the registry on a Windows PC Windows • What Registry tweaks and hacks can make using your Windows PC a better experience Registry Troubleshooting Diagnose and repair problems with any ISBN 978-1-4842-0993-6 Windows version from Vista to Windows 8.1 52499 US $24.99 — Shelve in Mike Halsey, MVP 9781484 209936 Windows/General Andrew Bettany, MVP www.apress.com For your convenience Apress has placed some of the front matter material after the index.
    [Show full text]
  • PHP Introduction
    PHP PHP ─ Introduction PHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994. PHP is a recursive acronym for "PHP: Hypertext Preprocessor". PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e- commerce sites. It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server. PHP is pleasingly zippy in its execution, especially when compiled as an Apache module on the Unix side. The MySQL server, once started, executes even very complex queries with huge result sets in record-setting time. PHP supports a large number of major protocols such as POP3, IMAP, and LDAP. PHP4 added support for Java and distributed object architectures (COM and CORBA), making n-tier development a possibility for the first time. PHP is forgiving: PHP language tries to be as forgiving as possible. PHP Syntax is C-Like. Common Uses of PHP PHP performs system functions, i.e. from files on a system it can create, open, read, write, and close them. The other uses of PHP are: PHP can handle forms, i.e. gather data from files, save data to a file, thru email you can send data, return data to the user. You add, delete, modify elements within your database thru PHP. Access cookies variables and set cookies. Using PHP, you can restrict users to access some pages of your website.
    [Show full text]
  • Pyyaml, Flickrapi and Tkinter
    PyYAML, flickrapi and Tkinter In a Desktop Image Display App Doug Latornell <[email protected]> VanPyZ :: 1 December 2009 2 Cool Things ● YAML as an alternative to INI for configuration files ● Access to Flickr from Python ...And 1 Useful One ● Tkinter – GUI interface toolkit in Python stdlib – Cross platform Dude, Where are the Pictures? The Big Picture But How? ● Sequential boring... ● Random annoyingly... random... LivingPics ● Display images from local or network connected storage, or Flickr ● Control the randomness and repetitiousness of the display ● Something to do while recovering from 2 broken wrists! INI Config [Timing] noshowhrs = 4.0 displaysecs = 10 [Exclusion List] exclusionlist = ./exclusion_list.txt [Image Sources] defaultsource = /Users/doug/Pictures/iPhoto Library/Originals imagesources = /Users/doug/Pictures/iPhoto Library/Originals, "" /Users/doug/Pictures/iPhoto Library/Modified/2006/Big Island of Hawaii, "" /Users/doug/Pictures/iPhoto Library/Originals/2005, "" http://www.flickr.com/photos/sada_images/, "Our flickr Stream" [Image Selection] probofjump = 0.05 rangeincr = 20 rangedecr = -10 YAML ● YAML Ain't Markup Language ● “a human friendly data serialization standard for all programming languages” YAML Config exclude_file: exclusions.yaml img_selection: prob_of_jump: 0.05 range_decr: -10 range_incr: 20 img_srcs: current_src: /Users/doug/Pictures/iPhoto Library/Originals stored_srcs: - nickname: null src: /Users/doug/Pictures/iPhoto Library/Originals - nickname: Our flickr Stream src: http://www.flickr.com/photos/sada_images/
    [Show full text]
  • Continuum & PHP
    Continuum & PHP 5.6 UPGRADING FROM PHP 5.3 WISP / LAMP NOTES WISP Platform Where do I get the update from? Windows binaries for PHP 5.6.x can be downloaded from http://windows.php.net/download/ - ​ ​ it should be the non thread safe 32-bit version that is used (x86 Non Thread Safe). What if I’m using WinCache? PHP 5.6 includes it’s own op caching, so if you use WinCache this will need to be uninstalled or commented out (using a semi-colon) in your PHP config. How can I tell if I’m using WinCache? This can be determined by visiting http://{{your-site-URL}}/jadu/maintenance/phpinfo.php in a ​ ​ browser whilst signed into the control centre, or by using apache2ctl -M from the ​ ​ command prompt. If you’re using it then you’ll see it listed there. Do I need driver updates? This depends upon your current set-up; if you don’t already have it you’ll need Microsoft ODBC Driver 11 installing and can then copy php_sqlsrv_56_nts.dll and php_pdo_sqlsrv_56_nts.dll into your PHP install’s ext folder. With these in place you’ll then need to update your php.ini to point at these in place of the PHP 5.3 equivalents. LAMP Platform In most cases this will mean you’re using CentOS or Red Hat as these are the supported Linux distributions for the Continuum platform. How do I do update PHP on CentOS/RHEL 6.x? What you’ll need to run will differ slightly depending on which distribution (CentOS vs.
    [Show full text]
  • Web Enablement Kit Implementation Guide
    DB2 ® IBM DB2 Content Manager OnDemand for Multiplatforms Version 8 Release 3 Web Enablement Kit Implementation Guide SC18-9231-00 DB2 ® IBM DB2 Content Manager OnDemand for Multiplatforms Version 8 Release 3 Web Enablement Kit Implementation Guide SC18-9231-00 Note Before using this information and the product it supports, read the information in “Notices” on page 187. First Edition (October 2004) This edition replaces IBM DB2 Content Manager OnDemand for Multiplatforms Version 7.1 Web Enablement Kit Implementation Guide (SC27-1000-03) This edition applies to IBM DB2 Content Manager OnDemand for Multiplatforms Version 8 Release 3 (product number 5724-J33) and to all subsequent releases and modifications until otherwise indicated in new editions. This product includes software developed by the Apache Software Foundation (http://www.apache.org/). © Copyright International Business Machines Corporation 1996, 2004. All rights reserved. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents About this publication . vii Installing on Solaris . .19 How this publication is organized. vii Your next step . .19 Who should use this publication . viii Installing on Windows servers . .20 What you should already know . viii Your next step . .20 Where to find more information . .ix Information center . .ix Chapter 5. Deploying the CGI program 21 PDF publications. .ix Before you begin . .21 Accessibility information for OnDemand . .x Copying CGI program files . .21 Support available on the Web . .x Your next step . .21 Education and training . .x How to send your comments . .x Chapter 6. Deploying the Java servlet 23 || What’s new in Version 8.3 .
    [Show full text]
  • ACCELERATION of STRUCTURED and HETEROGENEOUS CONFIGURATION of the APPLICATIONS1 Alexander P
    ACCELERATION OF STRUCTURED AND HETEROGENEOUS CONFIGURATION OF THE APPLICATIONS1 Alexander P. Penev, Dimcho S. Dimov, Dobromir P. Kralchev This paper treats some aspects of configuring applications, libraries, and object classes. We are proposing heterogeneous and structured approach, to define para­ meters of the systems, based on hierarchies of attribute-value (pairs) with addi­ tional metadata. This approach uses multiple levels and multiple formats of the configuration sources (files, databases, etc.). We are proposing a method for caching of configuration sources, which are security insensitive, in order to ac­ celerate them. 1. INTRODUCTION The present-day applications more and more often pay attention to contriv­ ances for settings from system administrators (super users) and users. There­ fore, usually one of a basic subsystem of the core of every application is a con­ figuration subsystem. Configuring is a process of setting some elements parameters of the system (functions, methods, objects, classes, modules, libraries, subsystem, dynamic loaded modules, etc.). There are many [2-13] approaches for configuring applications and libraries. They have pros and cons. Usually every library, framework, or application has its own approach to configure (and its own file format for saving configuration). The basic differences among them are configuration file format, number, and organization of the files, as well as their location in the system. For the needs of the developed from the authors applied system, OpenF [1], an approach is used which is based on the below described characteristics of the methods for configuring. This approach is open for integration of almost all aspects of the other systems. In addition, a configuration files hierarchy, and metadata are used.
    [Show full text]
  • Administrator's Guide Administrator's Databridge Client for Kafka Administrator's Guide Guide Administrator's Kafka for Client Databridge Docsys (En) 5 January 2020
    docsys (en) 5 January 2020 Databridge Client for Kafka Administrator's Guide Administrator's Guide Databridge Client for Kafka Version 6.6 Service Pack 1 docsys (en) 5 January 2020 docsys Legal Notices © Copyright 2020 Micro Focus or one of its affiliates. The only warranties for products and services of Micro Focus and its affiliates and licensors (“Micro Focus”) are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Micro Focus shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Patents This Micro Focus software is protected by the following U.S. patents: 6983315,7571180, 7836493, 8332489, and 8214884 Trademarks Micro Focus, the Micro Focus logo, and Reflection among others, are trademarks or registered trademarks of Micro Focus or its subsidiaries or affiliated companies in the United Kingdom, United States and other countries. RSA Secured and the RSA Secured logo are registered trademark of RSA Security Inc. All other trademarks, trade names, or company names referenced herein are used for identification only and are the property of their respective owners. Third-Party Notices Third-party notices, including copyrights and software license texts, can be found in a 'thirdpartynotices' file located in the root directory of the software. 2 1 Introduction 5 Introducing the Databridge Client for Kafka . 5 Kafka Overview and Roles . 6 Brokers . 6 Clusters . 7 Consumers . 7 Producers . 7 Topics . 7 Data Format. 8 Installing Databridge Client for Kafka . .10 2 Getting Started 11 Creating Client Control Tables .
    [Show full text]
  • Andra Kalnača a Typological Perspective on Latvian Grammar
    Andra Kalnača A Typological Perspective on Latvian Grammar Andra Kalnača A Typological Perspective on Latvian Grammar Managing Editor: Anna Borowska Associate Editor: Helle Metslang Language Editor: Uldis Balodis Published by De Gruyter Open Ltd, Warsaw/Berlin Part of Walter de Gruyter GmbH, Berlin/Munich/Boston This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 license, which means that the text may be used for non-commercial purposes, provided credit is given to the author. For details go to http://creativecommons.org/licenses/by-nc-nd/3.0/. Copyright © 2014 Andra Kalnača ISBN 978-3-11-041130-0 e- ISBN 978-3-11-041131-7 Bibliographic information published by the Deutsche Nationalbibliothek The Deutsche Nationalbibliothek lists this publication in the Deutsche Nationalbibliografie; detailed bibliographic data are available in the Internet at http://dnb.dnb.de. Managing Editor: Anna Borowska Associate Editor: Helle Metslang Language Editor: Uldis Balodis www.degruyteropen.com Cover illustration: © Ieva Kalnača Contents Abbreviations I Introduction II 1 The Paradigmatics and Declension of Nouns 1 1.1 Introductory Remarks on Paradigmatics 1 1.2 Declension 4 1.2.1 Noun Forms and Palatalization 9 1.2.2 Nondeclinable Nouns 11 1.3 Case Syncretism 14 1.3.1 Instrumental 18 1.3.2 Vocative 25 1.4 Reflexive Nouns 34 1.5 Case Polyfunctionality and Case Alternation 47 1.6 Gender 66 2 The Paradigmatics and Conjugation of Verbs 74 2.1 Introductory Remarks 74 2.2 Conjugation 75 2.3 Tense 80 2.4 Person 83 3 Aspect 89
    [Show full text]
  • Installing and Configuring PHP
    05 6205 CH03.qxd 11/20/03 11:27 AM Page 51 CHAPTER 3 Installing and Configuring PHP In the last of the three installation-related chapters, you will acquire, install, and configure PHP and make some basic changes to your Apache installation. In this chapter, you will learn . How to install PHP with Apache on Linux/Unix . How to install PHP with Apache server on Windows . How to test your PHP installation . How to find help when things go wrong . The basics of the PHP language Current and Future Versions of PHP The installation instructions in this chapter refer to PHP version 4.3.3, which is the current version of the software. The PHP Group uses minor release numbers for updates containing security enhancements or bug fixes. Minor releases do not follow a set release schedule; when enhancements or fixes are added to the code and thor- oughly tested, the PHP Group will releases a new version, with a new minor version number. It is possible that by the time you purchase this book, the minor version number will have changed, to 4.3.4 or beyond. If that is the case, you should read the list of changes at http://www.php.net/ChangeLog-4.php for any changes regarding the installation or configuration process, which makes up the bulk of this chapter. Although it is unlikely that any installation instructions will change between minor version updates, you should get in the habit of always checking the changelog of software that you install and maintain. If a minor version change does occur during the time you are reading this book, but no installation changes are noted in the 05 6205 CH03.qxd 11/20/03 11:27 AM Page 52 52 Chapter 3 changelog, simply make a mental note and substitute the new version number wherever it appears in the installation instructions and accompanying figures.
    [Show full text]
  • Python Language
    Python Language #python Table of Contents About 1 Chapter 1: Getting started with Python Language 2 Remarks 2 Versions 3 Python 3.x 3 Python 2.x 3 Examples 4 Getting Started 4 Verify if Python is installed 4 Hello, World in Python using IDLE 5 Hello World Python file 5 Launch an interactive Python shell 6 Other Online Shells 7 Run commands as a string 7 Shells and Beyond 8 Creating variables and assigning values 8 User Input 12 IDLE - Python GUI 13 Troubleshooting 14 Datatypes 15 Built-in Types 15 Booleans 15 Numbers 15 Strings 16 Sequences and collections 16 Built-in constants 17 Testing the type of variables 18 Converting between datatypes 18 Explicit string type at definition of literals 19 Mutable and Immutable Data Types 19 Built in Modules and Functions 20 Block Indentation 24 Spaces vs. Tabs 25 Collection Types 25 Help Utility 30 Creating a module 31 String function - str() and repr() 32 repr() 33 str() 33 Installing external modules using pip 34 Finding / installing a package 34 Upgrading installed packages 34 Upgrading pip 35 Installation of Python 2.7.x and 3.x 35 Chapter 2: *args and **kwargs 38 Remarks 38 h11 38 h12 38 h13 38 Examples 39 Using *args when writing functions 39 Using **kwargs when writing functions 39 Using *args when calling functions 40 Using **kwargs when calling functions 41 Using *args when calling functions 41 Keyword-only and Keyword-required arguments 42 Populating kwarg values with a dictionary 42 **kwargs and default values 42 Chapter 3: 2to3 tool 43 Syntax 43 Parameters 43 Remarks 44 Examples 44 Basic
    [Show full text]
  • Latgalian, a Short Grammar of (Nau).Pdf
    Languages of the World/Materials 482 A short grammar of Latgal ian Nicole Nau full text research abstracts of all titles monthly updates 2011 LINCOM EUROPA LATGALIAN LW/M482 Published by LINCOM GmbH 2011. Contents Preface ............................................................................................................................ 3 LINCOMGmbH 1. Introduction .............................................................................................................. 4 Gmunder Str. 35 J .1 General information .................................................................................................. 4 D-81379 Muenchen 1.2 History ....................................................................................................................... 4 1.3 Research and description ........................................................................................... 7 [email protected] 1.4 Typological overview ................................................................................................ 8 www.lincom-europa.com 2. The sound system ..................................................................................................... 9 2. 1 Phonemes, sounds, and letters ................................................................................... 9 webshop: www.lincom-shop.eu 2.2 Stress and tone ......................................................................................................... 13 2.3 Phonological processes ..........................................................................................
    [Show full text]
  • Baltic Languages and White Nights Contacts Between Baltic and Uralic Languages
    Baltic Languages and White Nights Contacts between Baltic and Uralic languages International Conference University of Helsinki, 11–12 June 2012 Programme Abstracts Participants Conference Programme Monday 11 June Registration 9.30 – 10.00. Metsätalo - Forsthuset, Unioninkatu - Unionsgatan 40, III Floor. Plenary session 10.00 – 17.00, Room 8, III Floor. Moderated by Santeri Junttila and Laimute Balode. 10:00 Arto Mustajoki, University of Helsinki. Opening of the conference. 10:15 Santeri Junttila, University of Helsinki: The contacts between Proto-Finnic and Baltic: do we know anything Thomsen did not? 10:45 Riho Grünthal, University of Helsinki: Livonian at the cross-roads of language contacts 11:15 Anna Daugaviete, Saint Petersburg State University: The development of unstressed syllables in Latvian: Lithuanian and Baltic-Finnic parallels 11:45 Tea and coffee 12:00 Karl Pajusalu, University of Helsinki: On phonology of the Salaca Livonian language 12:30 Laimute Balode, University of Helsinki/ University of Latvia: Criteria for determining of possible Finno-Ugrisms in Latvian toponymy 13:00 Lunch 14:30 Pauls Balodis, Latvian Language Institute: Surnames of Finno-Ugric origin in Latvia 15:00 PƝteris Vanags, Stockholm University/ University of Latvia: Latvian and Estonian names for traditional feast days of the Christian church: Common history and sources 15:30 Tea and coffee 16:00 Adam Hyllested, University of Copenhagen: The origins of Finnish aika 'time' and aita 'fence': Germanic, Baltic, or Slavic? 16:30 Janne Saarikivi, University of Helsinki: On the stratigraphy of borrowings in Finnic. Reconsidering the Slavic and Baltic borrowings. 17.30–19.30 Reception at the Embassy of the Republic of Lithuania, Rauhankatu - Fredsgatan 13 A Tuesday 12 June Section I.
    [Show full text]