-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1999-02-02 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/reboot.c: Make sure first parameter is correctly passed to the kernel even on 64bit platforms. Patch by Bruce Elliott <bde@nwlink.com>. * localedata/locales/it_CH: New file. Contributed by Giacomo Amabile Catenazzi <gcatenaz@g26.ethz.ch>.
- Loading branch information
Ulrich Drepper
committed
Feb 2, 1999
1 parent
5b3ce86
commit b1418d8
Showing
8 changed files
with
184 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
comment_char % | ||
escape_char / | ||
repertoiremap mnemonic.ds | ||
% | ||
% Italian Language Locale for Switzerland | ||
% Language: it | ||
% Territory: CH | ||
% Revision: ........ | ||
% Date: 1999-01-21 | ||
% Users: general | ||
% Repertoiremap: mnemonic.ds | ||
% Charset: ISO-8859-1 | ||
% Distribution and use is free, also | ||
% for commercial purposes. | ||
|
||
LC_CTYPE | ||
copy "en_DK" | ||
END LC_CTYPE | ||
|
||
LC_COLLATE | ||
copy "en_DK" | ||
END LC_COLLATE | ||
|
||
LC_MESSAGES | ||
yesexpr "<'/>><<(><s><S><j><J><o><O><y><Y><)/>><.><*>" | ||
noexpr "<'/>><<(><n><N><)/>><.><*>" | ||
END LC_MESSAGES | ||
|
||
LC_MONETARY | ||
copy "de_CH" | ||
END LC_MONETARY | ||
|
||
LC_NUMERIC | ||
decimal_point "<,>" | ||
thousands_sep "<apostrophe>" | ||
grouping 3;3 | ||
END LC_NUMERIC | ||
|
||
LC_TIME | ||
abday "<d><o><m>";"<l><u><n>";/ | ||
"<m><a><r>";"<m><e><r>";/ | ||
"<g><i><o>";"<v><e><n>";/ | ||
"<s><a><b>" | ||
day "<d><o><m><e><n><i><c><a>";/ | ||
"<l><u><n><e><d><i!>";/ | ||
"<m><a><r><t><e><d><i!>";/ | ||
"<m><e><r><c><o><l><e><d><i!>";/ | ||
"<g><i><o><v><e><d><i!>";/ | ||
"<v><e><n><e><r><d><i!>";/ | ||
"<s><a><b><a><t><o>" | ||
abmon "<g><e><n>";"<f><e><b>";/ | ||
"<m><a><r>";"<a><p><r>";/ | ||
"<m><a><g>";"<g><i><u>";/ | ||
"<l><u><g>";"<a><g><o>";/ | ||
"<s><e><t>";"<o><t><t>";/ | ||
"<n><o><v>";"<d><i><c>" | ||
mon "<g><e><n><n><a><i><o>";/ | ||
"<f><e><b><b><r><a><i><o>";/ | ||
"<m><a><r><z><o>";/ | ||
"<a><p><r><i><l><e>";/ | ||
"<m><a><g><g><i><o>";/ | ||
"<g><i><u><g><n><o>";/ | ||
"<l><u><g><l><i><o>";/ | ||
"<a><g><o><s><t><o>";/ | ||
"<s><e><t><t><e><m><b><r><e>";/ | ||
"<o><t><t><o><b><r><e>";/ | ||
"<n><o><v><e><m><b><r><e>";/ | ||
"<d><i><c><e><m><b><r><e>" | ||
d_t_fmt "<%><a><SP><%><d><SP><%><b><SP><%><Y><SP><%><T><SP><%><Z>" | ||
d_fmt "<%><d><.><SP><%><m><.><SP><%><y>" | ||
t_fmt "<%><T>" | ||
am_pm "";"" | ||
t_fmt_ampm "" | ||
END LC_TIME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.