H�h�,

M�r barst me�fylgjandi br�f, og �tla a� ey�a sm� t�ma � a� athuga hvort �g
geti ekki gr�ja� uppl�singar um �sland f. KDE2 mennina. :)

Ber eftirfarandi gildi undir listamenn - er �etta r�tt skili� hj� m�r?
(sk�ringar � m�gulegum gildum eru ne�st)

Name=Iceland
Languages=is
DecimalSymbol=","
ThousandsSeparator="."
CurrencySymbol="kr"
MonetaryDecimalSymbol=","
MonetaryThousandsSeparator="."
PositiveSign=""
NegativeSign="-"
FractDigits=2
PositivePrefixCurrencySymbol=true
NegativePrefixCurrencySymbol=true
PositiveMonetarySignPosition=1          *
NegativeMonetarySignPosition=0          *
DateFormat=%e. %B %Y                            *       ( 6. n�vember 1999)
DateFormatShort=%d-%m-%Y                        *   (06-11-1999)
TimeFormat=%H:%M:%S

Stj�rnumerkt atri�i er �g �viss um - hva� er "sta�la�", ef eitthva�, um
�slenskar dagssetningar og hvernig skuli rita ��r?  Eiga a� vera bandstrik 
� stuttu dagsetningunni e�a sk�strik?  E�a punktar?  Skiptir �a� m�li?

�eir sem nenna a� fara mj�g n�nasarlega yfir �etta allt saman, r�fast um �a�
og hj�lpa m�r a� komast a� ni�urst��u eru G��ir Menn.


----- Forwarded message from Hans Petter Bieker <[EMAIL PROTECTED]> -----

Date: Fri, 5 Nov 1999 21:48:42 +0100 (MET)
From: Hans Petter Bieker <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: entry.desktop for Iceland in KDE2

Hi. I was wondering if you could add a entry for Iceland in kdebase/l10n?
Read the below for more info.

(Dere l�rer vel dansk p� skolen s� dere forst�r kanskje norsk?)
----
$Id: README,v 1.5 1999/10/29 18:34:48 bieker Exp $

GENERAL
=======
KLocale and kcmlocale has been changed to depend on both languages and
countries. In the previous versions you only defined the language. This
changes allows us to:
* define how to format a number
* define how to format a number with currency symboles etc
* define how to format dates and time.

Such functions are now implemented in KLocale. They all depend on the
_country_ you select, not the language.

To make this work, we need a entry for each supported country in
kdebase/l10n. 

HOW TO ADD INFORMATION
======================
* create a directory in kdebase/l10n. The name of the directory is the ISO
  3166 alpha-2 country code
  (http://www.tu-berlin.de/zrz/dienste/netz/mail/iso-3166.html) in _lower_
  case.
* create a file called entry.desktop. See the section WHAT IS ENTRY.DESKTOP
  for information on entry.desktop.
* create a flag.png image for the country.
* create a .cvsignore file that ignores Makefile and Makefile.in
* create a Makefile.am that looks like this:
  TOPLEVEL_LANG = l10n/countrycode
  SUBDIRS = $(AUTODIRS)
  replace countrycode with your country code.
* add the country code to kdebase/l10n/Makefile.am

Then add and commit all the files you changed.


WHAT IS ENTRY.DESKTOP
=====================
entry.desktop is a file which defines a locale for a country. The folowing
is supported:
* Name
        The name of the country in English.
* Languages
        A comma separated list of locale codes for the official languages
        of the country.
* DecimalSymbol
        The symbol that separates the decimales from the rest of the
        number.

        Default: "."
* ThousandsSeparator
        Thousands separator.

        Default: ","
* CurrencySymbol
        The symbol of the currency used in the country.

        Default: "$"
* MonetaryDecimalSymbol
        The symbol that separates the decimales from the rest of the
        number when displaying .

        Default: "."
* MonetaryThousandsSeparator
        Default: ","
* PositiveSign
        Default: ""
* NegativeSign
        Default: "-"
* FractDigits
        Default: 2
* PositivePrefixCurrencySymbol
        Default: true
* NegativePrefixCurrencySymbol
        Default: true

* PositiveMonetarySignPosition
        0 ParensAround
        1 BeforeQuantityMoney
        2 AfterQuantityMoney
        3 BeforeMoney
        4 AfterMoney

        Default: 1
* NegativeMonetarySignPosition
        Same as PositiveMonetarySignPosition, but for negative numbers.
        Default: 0
* DateFormat
        This is almost like strftime(), but only for dates.

        %Y The year with century as a decimal number.
        %y The year without century as a decimal number (00-99).
        %C (year / 100) as decimal number; single digits are
           preceded by a zero.
        %m The month as a decimal number (01-12).
        %b The national representation of the abbreviated month
           name, where the abbreviation is the first three characters.
        %h same as %b.
        %B The national representation of the full month name.
        %d he day of the month as a decimal number (01-31).
        %e The day of month as a decimal number (1-31); single
           digits are preceded by a blank.
        %j The day of the year as a decimal number (001-366).
        %a The national representation of the abbreviated weekday
           name, where the abbreviation is the first three characters.
        %A The national representation of the full weekday name.
        %u The weekday (Monday as the first day of the week) as
           a decimal number (1-7).
        %w The weekday (Sunday as the first day of the week) as
           a decimal number (0-6).
        %n New line.
        %t Tab.

        Default: "%m/%d/%y"
* DateFormatShort
        This is the same as DateFormat, but is used when the program
        asks for a short date. The short date is not allowd to be
        longer than 12 characters. The resulting string should only
        consist of numbers and separators.

        Default: "%m/%d/%y"
* TimeFormat
        This is almost like strftime(), but only for time.

        %H The hour as a decimal number using a 24-hour clock
           (range 00 to 23).
        %k The hour (24-hour clock) as a decimal number (range
           0 to 23); single digits are preceded by a blank.
        %I The  hour as a decimal number using a 12-hour clock
           (range 01 to 12).
        %l The hour (12-hour clock) as a decimal number (range
           1 to 12); single digits are preceded by a blank.
        %M The minute as a decimal number (range 00 to 59).
        %S The second as a decimal number (range 00 to 61).
        %p Either AM or PM according to the given time
           value. AM or PM are translating to the current language.
           Noon is treated as Pm and midnight as Am.
        %n New line.
        %t Tab.

        Default: "%I:%M:%S %p"
---

-bieker-
KDE Developer
[EMAIL PROTECTED]



----- End forwarded message -----

-- 
Bjarni R. Einarsson                           PGP: 02764305, B7A3AB89
 [EMAIL PROTECTED]           -><-           http://www.mmedia.is/~bre/

Netverjar gegn ruslp�sti: http://www.netverjar.is/baratta/ruslpostur/

Reply via email to