Just configured from Wine's GIT

svn path=/; revision=1
This commit is contained in:
2009-10-09 00:08:02 +00:00
commit 2782475c4f
3000 changed files with 59244 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// I18N constants
// LANG: "de", ENCODING: UTF-8
// Sponsored by http://www.systemconcept.de
// Author: Holger Hees, <hhees@systemconcept.de>
// (c) systemconcept.de 2004
// Distributed under the same terms as HTMLArea itself.
// This notice MUST stay intact for use (see license.txt).
{
"Default": "Standard",
"Undefined": "Nicht definiert",
"Choose stylesheet": "Wählen Sie einen StyleSheet aus"
};

View File

@@ -0,0 +1,7 @@
// I18N constants
// LANG: "fr", ENCODING: UTF-8
{
"Default": "Défaut",
"Undefined": "Non défini",
"Choose stylesheet": "Choisir feuille de style"
};

View File

@@ -0,0 +1,7 @@
// I18N constants
// LANG: "ja", ENCODING: UTF-8
{
"Default": "なし",
"Undefined": "未定義",
"Choose stylesheet": "スタイルシートの選択"
};

View File

@@ -0,0 +1,8 @@
// I18N constants
// LANG: "nb", ENCODING: UTF-8
// translated: Kim Steinhaug, http://www.steinhaug.com/, kim@steinhaug.com
{
"Default": "Standard",
"Undefined": "Udefinert",
"Choose stylesheet": "Velg stilsett"
};

View File

@@ -0,0 +1,12 @@
// I18N constants
// LANG: "nl", ENCODING: UTF-8
// Sponsored by http://www.systemconcept.de
// Author: Holger Hees, <hhees@systemconcept.de>
// (c) systemconcept.de 2004
// Distributed under the same terms as HTMLArea itself.
// This notice MUST stay intact for use (see license.txt).
{
"Default": "Default",
"Undefined": "Ungedefinieerd",
"Choose stylesheet": "Kies stylesheet"
};